Definition Type: ComplexType
Name: binDataType
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Type: W:base64NumberList76
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines the binary data that represents a movie or object.
Collapse XSD Schema Diagram:
Drilldown into name in schema wordnet_xsdXSD Diagram of binDataType in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="binDataType">
    <xsd:annotation>
        <xsd:documentation>Defines the binary data that represents a movie or object.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:extension base="base64NumberList76">
            <xsd:attribute name="name" type="stringType" use="required">
                <xsd:annotation>
                    <xsd:documentation>Gets or sets the name of the binary data in this element.</xsd:documentation>
                </xsd:annotation>
            </xsd:attribute>
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
name W:name Required
Collapse Derivation Tree:
Collapse References:
W:binData, W:binData, W:binDataW:movie,