<xsd:complexType name="contentType" mixed="true">
<xsd:annotation>
<xsd:documentation>Defines an insertion, deletion, formatting change, comment, or bookmark. Usually contains elements from the XML Document 2003 namespace.</xsd:documentation>
</xsd:annotation>
<xsd:sequence minOccurs="0" maxOccurs="unbounded">
<xsd:element ref="property" minOccurs="0" maxOccurs="unbounded">
</xsd:element>
<xsd:element ref="annotation" minOccurs="0" maxOccurs="unbounded">
</xsd:element>
<xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded">
</xsd:any>
</xsd:sequence>
<xsd:attribute name="type" use="required" type="type" fixed="resource">
<xsd:annotation>
<xsd:documentation>Not used by Microsoft Office Word 2003.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="cid" type="idType" use="optional">
<xsd:annotation>
<xsd:documentation>Not used by Microsoft Office Word 2003.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="id" use="optional" type="idType">
<xsd:annotation>
<xsd:documentation>Not used by Microsoft Office Word 2003.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="label" use="optional" type="label" fixed="content">
<xsd:annotation>
<xsd:documentation>Not used by Microsoft Office Word 2003.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="format" type="formatType" use="optional">
<xsd:annotation>
<xsd:documentation>Not used by Microsoft Office Word 2003.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="codebase" type="codebaseType" use="optional">
<xsd:annotation>
<xsd:documentation>Not used by Microsoft Office Word 2003.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:anyAttribute namespace="##other" processContents="lax">
</xsd:anyAttribute>
</xsd:complexType>
|