2.11.3.3 CT_Property

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

Referenced by: CT_CtxNode

An element of this type stores an arbitrary piece of binary data. The format of the data MUST be represented as an xsd:hexBinary ([XMLSCHEMA2/2] section 3.2.15).

Attributes:

type: An ST_Guid attribute that specifies the moniker of the custom data.

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

 <xsd:complexType name="CT_Property">
   <xsd:simpleContent>
     <xsd:extension base="xsd:hexBinary">
       <xsd:attribute name="type" type="ST_Guid"/>
     </xsd:extension>
   </xsd:simpleContent>
 </xsd:complexType>

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