<xsd:complexType name="CT_BookmarkRange">
<xsd:complexContent>
<xsd:extension base="CT_MarkupRange">
<xsd:attribute name="colFirst" type="ST_DecimalNumber" use="optional">
<xsd:annotation>
<xsd:documentation>First Table Column Covered By Bookmark</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="colLast" type="ST_DecimalNumber" use="optional">
<xsd:annotation>
<xsd:documentation>Last Table Column Covered By Bookmark</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|