2.11.4.8 ST_Ref

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

Referenced by: CT_CtxLink

This type defines a reference identifier used by context node links. MUST be either an xsd:unsignedInt ([XMLSCHEMA2/2] section 3.3.22) or an ST_Guid.

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

 <xsd:simpleType name="ST_Ref">
   <xsd:union memberTypes="msink:ST_Guid xsd:unsignedInt"/>
 </xsd:simpleType>

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