Definition Type: AttributeGroup
Name: wordAnnotationGroup
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Collapse XSD Schema Diagram:
Drilldown into displacedBySDT in schema wordnet_xsd Drilldown into original in schema wordnet_xsd Drilldown into col-last in schema wordnet_xsd Drilldown into col-first in schema wordnet_xsd Drilldown into initials in schema wordnet_xsd Drilldown into name in schema wordnet_xsd Drilldown into type in schema wordnet_xsdXSD Diagram of wordAnnotationGroup in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:attributeGroup name="wordAnnotationGroup">
    <xsd:attribute name="type" type="annotationValuesType" use="required">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the Word element expressed by this Annotation Markup Language (AML) annotation tag.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="name" type="stringType" use="optional">
        <xsd:annotation>
            <xsd:documentation>For bookmarks, specifies the bookmark name.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="initials" type="stringType" use="optional">
        <xsd:annotation>
            <xsd:documentation>For bookmarks denoting the range of a comment, specifies the initials of the comment's author.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="col-first" type="decimalNumberType" use="optional">
        <xsd:annotation>
            <xsd:documentation>For table bookmarks, specifies the column this bookmark begins in.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="col-last" type="decimalNumberType" use="optional">
        <xsd:annotation>
            <xsd:documentation>For table bookmarks, specifies the column this bookmark ends in.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="original" type="stringType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Gets or sets the original numbering on display field revision marking.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="displacedBySDT" type="displacedBySDTValue" use="optional">
        <xsd:annotation>
            <xsd:documentation>When bookmarks border Structured Document Tags (SDTs), this attribute ensures that bookmarks are inserted into the document next to the SDTs. We use this attribute because SDTs appear in our XML how they logically appear in the Word document, but not necessarily in the same location as they are in the document. When we displace the SDTs, we also displace the bookmarks next to them so that the intended result is in the XML file.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:attributeGroup>
Collapse Child Attributes:
Name Type Default Value Use
type W:type Required
name W:name Optional
initials W:initials Optional
col-first W:col-first Optional
col-last W:col-last Optional
original W:original Optional
displacedBySDT W:displacedBySDT Optional