2.11.4.9 ST_SemanticType

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

Referenced by: CT_CtxNode

This type defines a moniker that identifies the semantic type of an Ink context node. MUST be either an ST_KnownSemanticType or an xsd:unsignedInt ([XMLSCHEMA2/2] section 3.3.22).

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

 <xsd:simpleType name="ST_SemanticType">
   <xsd:union memberTypes="ST_KnownSemanticType xsd:unsignedInt"/>
 </xsd:simpleType>

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