Definition Type: SimpleType
Name: base64NumberList76
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Documentation:
Defines the basic type for base64-encoded binary data.
Collapse XSD Schema Diagram:
XSD Diagram of base64NumberList76 in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:simpleType name="base64NumberList76">
    <xsd:annotation>
        <xsd:documentation>Defines the basic type for base64-encoded binary data.</xsd:documentation>
    </xsd:annotation>
    <xsd:list>
        <xsd:simpleType>
            <xsd:restriction base="xsd:base64Binary">
                <xsd:maxLength value="608">
                </xsd:maxLength>
            </xsd:restriction>
        </xsd:simpleType>
    </xsd:list>
</xsd:simpleType>
Collapse Derivation Tree:
Collapse References:
W:binDataType