CT_Caption

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
chapNum ST_OnOff optional
heading ST_DecimalNumber optional
name ST_String required
noLabel ST_OnOff optional
numFmt ST_NumberFormat optional
pos ST_CaptionPos optional
sep ST_ChapterSep optional

Used By

Source

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