<xsd:complexType name="AnnType" mixed="false">
<xsd:annotation>
<xsd:documentation>Defines a tracked insertion, deletion, formatting change, comment, or bookmark in a document.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="arc" minOccurs="0" maxOccurs="1">
</xsd:element>
<xsd:element ref="context" minOccurs="0" maxOccurs="unbounded">
</xsd:element>
<xsd:element ref="content" minOccurs="0" maxOccurs="unbounded">
</xsd:element>
<xsd:element ref="property" minOccurs="0" maxOccurs="unbounded">
</xsd:element>
<xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded">
</xsd:any>
</xsd:sequence>
<xsd:attribute name="type" type="type" fixed="extended">
<xsd:annotation>
<xsd:documentation>Not used by Microsoft Office Word 2003.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="id" type="idType" use="required">
<xsd:annotation>
<xsd:documentation>Uniquely identifies the insertion, deletion, formatting change, comment, or bookmark.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="author" type="authorType" use="optional">
<xsd:annotation>
<xsd:documentation>Returns the document's author from the document properties collection. Not used for bookmarks.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="createdate" type="dateType" use="optional">
<xsd:annotation>
<xsd:documentation>Returns the created date from the document properties collection. Not used for bookmarks.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:anyAttribute namespace="##other" processContents="lax">
</xsd:anyAttribute>
</xsd:complexType>
|