<ST_Guid>
(Globally Unique Identifier)
This simple type defines a 128 bit Globally Unique Identifier (GUID).
This simple type's contents are a restriction of the XML Schema token datatype.
This simple type also specifies the following restrictions:
This simple type's contents must match the following regular expression pattern: \{[0-9A-F]{8}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{12}\}.
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_Guid">
<restriction base="xsd:token">
<pattern value="\{[0-9A-F]{8}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{12}\}"/>
</restriction>
</simpleType>