2.11.4.3 ST_Guid

Target namespace: http://schemas.microsoft.com/ink/2010/main

Referenced by: CT_Property, ST_Ref, CT_CtxNode, ST_CtxNodeType

This type specifies the format of a 128-bit GUID. Values of this type MUST begin with an opening curly bracket character ({), followed by a string that conforms to the Internet standards track protocol as specified in [RFC4122], and end with a closing curly bracket (}).

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.

 <xsd:simpleType name="ST_Guid">
   <xsd:restriction base="xsd:token">
     <xsd:pattern value="\{[0-9A-F]{8}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{12}\}"/>
   </xsd:restriction>
 </xsd:simpleType>

See section 5.7 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).