Definition Type: ComplexType
Name: CT_Caption
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Containing Schema: wml.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into sep in schema wml_xsd Drilldown into numFmt in schema wml_xsd Drilldown into noLabel in schema wml_xsd Drilldown into heading in schema wml_xsd Drilldown into chapNum in schema wml_xsd Drilldown into pos in schema wml_xsd Drilldown into name in schema wml_xsdXSD Diagram of CT_Caption in schema wml_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
name w:name Required
pos w:pos Optional
chapNum w:chapNum Optional
heading w:heading Optional
noLabel w:noLabel Optional
numFmt w:numFmt Optional
sep w:sep Optional
Collapse Derivation Tree:
Collapse References:
w:caption