2.11.4.2 ST_Dir

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

Referenced by: CT_CtxLink

This type is an enumeration of context node link directions. Possible values are described in the following table.

Value

Meaning

to

The link is the source of a "to" directional link, such as the beginning of an arrow.

from

This link is the destination of a "from" directional link, such as the head of an arrow.

with

This is a link with no implied direction, such as the underlining of a word.

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

 <xsd:simpleType name="ST_Dir">
   <xsd:restriction base="xsd:string">
     <xsd:enumeration value="to"/>
     <xsd:enumeration value="from"/>
     <xsd:enumeration value="with"/>
   </xsd:restriction>
 </xsd:simpleType>

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