3.5.2.2.2.5 ST_UniqueIdentifierWithoutBraces (Unique Identifier without Braces)

This simple type's contents are a restriction of the XML Schema string datatype.

This simple type also specifies the following restrictions:

  • This simple type's contents shall match the following regular expression pattern: [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}.

    Referenced By

    Shared Attributes@anchorId3.5.2.2.1, Shared Attributes); Shared Attributes@sspId (§3.5.2.2.1, Shared Attributes); Shared Attributes@termSetId (§3.5.2.2.1, Shared Attributes); Shared Attributes@web (§3.5.2.2.1, Shared Attributes)

The following XML Schema fragment defines the contents of this simple type:

 <simpleType name="ST_UniqueIdentifierWithoutBraces">
   <restriction base="xsd:string">
     <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}"/>
   </restriction>
 </simpleType>