Definition Type: ComplexType
Name: shapeDefaultsElt
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines the default shape values.
Collapse XSD Schema Diagram:
Drilldown into binData in schema wordnet_xsdXSD Diagram of shapeDefaultsElt in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="shapeDefaultsElt">
    <xsd:annotation>
        <xsd:documentation>Defines the default shape values.</xsd:documentation>
    </xsd:annotation>
    <xsd:choice maxOccurs="unbounded">
        <xsd:any processContents="skip" namespace="urn:schemas-microsoft-com:office:office" minOccurs="0" maxOccurs="unbounded">
        </xsd:any>
        <xsd:element name="binData" type="binDataType" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Contains the binary data for the shape defaults.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:choice>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
binData W:binData 0 (1)
<xs:any> Allowed namespace: 'urn:schemas-microsoft-com:office:office' 0 unbounded
Collapse Derivation Tree:
Collapse References:
W:hdrShapeDefaults, W:shapeDefaults