Definition Type: ComplexType
Name: wordDocumentElt
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines a Microsoft Office Word 2003 document.
Collapse XSD Schema Diagram:
Drilldown into body in schema wordnet_xsd Drilldown into docPr in schema wordnet_xsd Drilldown into bgPict in schema wordnet_xsd Drilldown into shapeDefaults in schema wordnet_xsd Drilldown into docSuppData in schema wordnet_xsd Drilldown into docOleData in schema wordnet_xsd Drilldown into divs in schema wordnet_xsd Drilldown into styles in schema wordnet_xsd Drilldown into lists in schema wordnet_xsd Drilldown into frameset in schema wordnet_xsd Drilldown into fonts in schema wordnet_xsd Drilldown into schemaLibrary in schema xsdlib_xsd Drilldown into CustomDocumentProperties in schema office_xsd Drilldown into DocumentProperties in schema office_xsd Drilldown into SmartTagType in schema office_xsd Drilldown into ignoreElements in schema wordnet_xsd Drilldown into ignoreSubtree in schema wordnet_xsd Drilldown into space in schema xml_xsd Drilldown into ocxPresent in schema wordnet_xsd Drilldown into embeddedObjPresent in schema wordnet_xsd Drilldown into macrosPresent in schema wordnet_xsdXSD Diagram of wordDocumentElt in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="wordDocumentElt">
    <xsd:annotation>
        <xsd:documentation>Defines a Microsoft Office Word 2003 document.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="ignoreSubtree" type="stringProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Specifies whether to ignore an element and its contents. If a namespace is specified for the ignoreSubtree element's val attribute (val=uri), when Word encounters an element in this namespace, Word will ignore the element and all of its contents.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="ignoreElements" type="stringProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Specifies whether to ignore an element, but process its contents. If a namespace is specified for the ignoreElements element's val attribute (val=uri), when Word encounters an element in this namespace, Word ignores only the element (all of the element's contents will be processed).</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="o:SmartTagType" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Describes a Smart Tag type used in this document.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="o:DocumentProperties" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Office Document Properties</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="o:CustomDocumentProperties" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Contains Custom Office Document Properties</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="sl:schemaLibrary" minOccurs="0" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Defines a collection of schemas that comprise a document's schema library.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="fonts" type="fontsListElt" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the font definitions.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="frameset" type="framesetElt" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Specifies the HTML framesets in this document.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="lists" type="listsElt" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the list definitions (for example, the Bullets and Numbering options).</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="styles" type="stylesElt" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the style definitions.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="divs" type="divsElt" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the HTML DIV elements in the document.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="docOleData" type="binDataProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents oledata.mso store, base64 encoded. Contains storages for OLE objects.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="docSuppData" type="binDataProperty" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents editdata.mso store, base64 encoded. Contains toolbar customizations, envelope data, and the Visual Basic project.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="shapeDefaults" type="shapeDefaultsElt" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the wrapper for the shape defaults.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="bgPict" type="pictureType" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents background picture information.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="docPr" type="docPrElt" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Represents the document properties.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="body" type="bodyElt" minOccurs="1" maxOccurs="1">
            <xsd:annotation>
                <xsd:documentation>Contains the body of the document.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="macrosPresent" type="yesNoType" default="no" use="optional">
        <xsd:annotation>
            <xsd:documentation>Indicates that macros are present in the document. If the macrosPresent attribute is missing or if its set to no, Word wont load a document that has a docSuppData element. This attribute is strictly enforced.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="embeddedObjPresent" type="yesNoType" default="no" use="optional">
        <xsd:annotation>
            <xsd:documentation>Indicates that an OCX control may have been used in the document. If the embeddedObjPresent attribute is missing or if its set to no, Word wont load a document that has a docOleData element. This attribute is not, however, strictly enforced. If the attribute is present and is set to yes, but Word doesnt find a docOleData element before the body element, Word will still load the document.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="ocxPresent" type="yesNoType" default="no" use="optional">
        <xsd:annotation>
            <xsd:documentation>Indicates that an OCX control may have been used in the document. If this file contains any OCX tags and this attribute is not present and set to yes, the file is corrupt.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute ref="xml:space" use="optional">
        <xsd:annotation>
            <xsd:documentation>White space is significant in WordML.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ignoreSubtree W:ignoreSubtree 0 (1)
ignoreElements W:ignoreElements 0 (1)
SmartTagType o:SmartTagType 0 unbounded
DocumentProperties o:DocumentProperties 0 1
CustomDocumentProperties o:CustomDocumentProperties 0 1
schemaLibrary sl:schemaLibrary 0 1
fonts W:fonts 0 (1)
frameset W:frameset 0 (1)
lists W:lists 0 (1)
styles W:styles 0 (1)
divs W:divs 0 (1)
docOleData W:docOleData 0 (1)
docSuppData W:docSuppData 0 (1)
shapeDefaults W:shapeDefaults 0 (1)
bgPict W:bgPict 0 (1)
docPr W:docPr 0 (1)
body W:body 1 1
Collapse Child Attributes:
Name Type Default Value Use
macrosPresent W:macrosPresent no Optional
embeddedObjPresent W:embeddedObjPresent no Optional
ocxPresent W:ocxPresent no Optional
space nsE:space Optional
Collapse Derivation Tree:
Collapse References:
W:wordDocument