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