<xsd:complexType name="CT_Caption">
<xsd:attribute name="name" type="ST_String" use="required">
<xsd:annotation>
<xsd:documentation>Caption Type Name</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="pos" type="ST_CaptionPos" use="optional">
<xsd:annotation>
<xsd:documentation>Automatic Caption Placement</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="chapNum" type="ST_OnOff" use="optional">
<xsd:annotation>
<xsd:documentation>Include Chapter Number in Field for Caption</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="heading" type="ST_DecimalNumber" use="optional">
<xsd:annotation>
<xsd:documentation>Style for Chapter Headings</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="noLabel" type="ST_OnOff" use="optional">
<xsd:annotation>
<xsd:documentation>Do Not Include Name In Caption</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="numFmt" type="ST_NumberFormat" use="optional">
<xsd:annotation>
<xsd:documentation>Caption Numbering Format</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="sep" type="ST_ChapterSep" use="optional">
<xsd:annotation>
<xsd:documentation>Chapter Number/Item Index Separator</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|