2.11.4.6 ST_Point

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

Referenced by: ST_Points, CT_CtxNode

This type defines a single coordinate. The coordinate space of both the x and y values is 1/1000 of 1 centimeter. The format of this value MUST be one or more numeric characters optionally preceded by a minus sign, followed by a comma, then one or more numeric characters optionally preceded by a minus sign.

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

 <xsd:simpleType name="ST_Point">
   <xsd:restriction base="xsd:string">
     <xsd:pattern value="-?[0-9]+,-?[0-9]+"/>
   </xsd:restriction>
 </xsd:simpleType>

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