ContextNodeProperty class
Defines the ContextNodeProperty Class. When the object is serialized out as xml, its qualified name is msink:property.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlLeafElement
DocumentFormat.OpenXml.OpenXmlLeafTextElement
DocumentFormat.OpenXml.Office2010.Ink.ContextNodeProperty
Namespace: DocumentFormat.OpenXml.Office2010.Ink
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
2.5.45 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] section 3.2.15).
Attributes:
type: An ST_Guid attribute that specifies the moniker of the custom data.
The following W3C XML Schema ([XMLSCHEMA1] 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] section 2.1).