Defines the binary data that represents a movie or object.
Namespace | http://schemas.microsoft.com/office/word/2003/wordml |
Schema name | XML Document 2003 |
None.
Attribute | Type | Required | Description | Possible Values |
---|---|---|---|---|
name | stringType | required | Gets or sets the name of the binary data in this element. |
<xsd:complexType name="binDataType" >
<xsd:simpleContent>
<xsd:extension base="base64NumberList76">
<xsd:attribute name="name" type="stringType" use="required">
</xsd:attribute>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>