<xsd:complexType name="CT_Caption">
<xsd:attribute name="name" type="s:ST_String" use="required"/>
<xsd:attribute name="pos" type="ST_CaptionPos" use="optional"/>
<xsd:attribute name="chapNum" type="s:ST_OnOff" use="optional"/>
<xsd:attribute name="heading" type="ST_DecimalNumber" use="optional"/>
<xsd:attribute name="noLabel" type="s:ST_OnOff" use="optional"/>
<xsd:attribute name="numFmt" type="ST_NumberFormat" use="optional"/>
<xsd:attribute name="sep" type="ST_ChapterSep" use="optional"/>
</xsd:complexType> |