Defines a property that uses binary data.
Namespace | http://schemas.microsoft.com/office/word/2003/wordml |
Schema name | XML Document 2003 |
Element | Description |
---|---|
binData | Holds the binary representation of the VBA project. The binData element is a child element of the docSuppData element. |
None.
<xsd:complexType name="binDataProperty" >
<xsd:sequence>
<xsd:element name="binData" type="binDataType">
</xsd:element>
</xsd:sequence>
</xsd:complexType>