2.11.4.7 ST_Points

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

Referenced by: CT_CtxNode

This value defines a series of zero or more coordinates. Each coordinate MUST conform to the ST_Point format and be delimited by white space characters.

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

 <xsd:simpleType name="ST_Points">
   <xsd:list itemType="msink:ST_Point"/>
 </xsd:simpleType>

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