3.7.2.6 ST_UniqueIdentifierWithBraces (Unique Identifier with 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

SetupID3.7.1.10, SetupID); SignatureProviderId3.7.1.15, SignatureProviderId)

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

 <simpleType name="ST_UniqueIdentifierWithBraces">
   <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>