Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The GuidType simple type specifies an extended property set or namespace by its identifying GUID.
-
<xs:simpleType name="GuidType"> <xs:restriction base="xs:string" > <xs:pattern value="[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}" /> </xs:restriction> </xs:simpleType>
The following pattern is defined by the GuidType simple type.
-
[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}