Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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] |