Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Defines a string that you use to specify an identifier value.
<xs:simpleType name="ID">
<xs:restriction
base="Name"
>
<xs:pattern
value="[^\']+"
/>
</xs:restriction>
</xs:simpleType>
Patterns
The ID simple type is a Name that is restricted by the following pattern:
[^\']+Inherits the restrictions from Name and further restricts the string by not allowing the single quote character.
Remarks
Requirements
| Minimum supported client |
Windows 7 [desktop apps only] |
| Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |