mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-15 14:57:23 +00:00
Merge branch 'main' into release-mcc-ent
This commit is contained in:
commit
c5aa659981
@ -259,7 +259,7 @@ Here's the Assigned Access XSD for the features added in Windows 11, version 21H
|
||||
|
||||
## Windows 10, version 1909 additions
|
||||
|
||||
Here's the Assigned Access XSD for the features added in Windows 10, version 1909:
|
||||
Here are the Assigned Access XSDs for the features added in Windows 10, version 1909:
|
||||
|
||||
```xml
|
||||
<xs:schema
|
||||
@ -292,6 +292,33 @@ Here's the Assigned Access XSD for the features added in Windows 10, version 190
|
||||
</xs:schema>
|
||||
```
|
||||
|
||||
```xml
|
||||
<xs:schema
|
||||
elementFormDefault="qualified"
|
||||
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
||||
xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
|
||||
vc:minVersion="1.1"
|
||||
xmlns="http://schemas.microsoft.com/AssignedAccess/202010/config"
|
||||
xmlns:default="http://schemas.microsoft.com/AssignedAccess/202010/config"
|
||||
targetNamespace="http://schemas.microsoft.com/AssignedAccess/202010/config"
|
||||
>
|
||||
|
||||
<xs:complexType name="deviceOwnerGroup_t">
|
||||
<xs:attribute name="Name" type="xs:string" fixed="DeviceOwner" />
|
||||
</xs:complexType>
|
||||
|
||||
<xs:complexType name="exclusion_t">
|
||||
<xs:sequence minOccurs="1" maxOccurs="1">
|
||||
<xs:choice>
|
||||
<xs:element name="SpecialGroup" type="deviceOwnerGroup_t" minOccurs="1" maxOccurs="1" />
|
||||
</xs:choice>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
|
||||
<xs:element name="Exclusions" type="exclusion_t" />
|
||||
</xs:schema>
|
||||
```
|
||||
|
||||
## Windows 10, version 1809 additions
|
||||
|
||||
Here's the Assigned Access XSD for the features added in Windows 10, version 1809:
|
||||
@ -331,4 +358,4 @@ Here's the Assigned Access XSD for the features added in Windows 10, version 180
|
||||
<xs:attribute name="AutoLaunchArguments" type="xs:string"/>
|
||||
<xs:attribute name="DisplayName" type="xs:string"/>
|
||||
</xs:schema>
|
||||
```
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user