<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>
|