Definition Type: ComplexType
Name: CT_Ind
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Containing Schema: wml.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into firstLineChars in schema wml_xsd Drilldown into firstLine in schema wml_xsd Drilldown into hangingChars in schema wml_xsd Drilldown into hanging in schema wml_xsd Drilldown into rightChars in schema wml_xsd Drilldown into right in schema wml_xsd Drilldown into leftChars in schema wml_xsd Drilldown into left in schema wml_xsdXSD Diagram of CT_Ind in schema wml_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_Ind">
    <xsd:attribute name="left" type="ST_SignedTwipsMeasure" use="optional">
        <xsd:annotation>
            <xsd:documentation>Left Indentation</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="leftChars" type="ST_DecimalNumber" use="optional">
        <xsd:annotation>
            <xsd:documentation>Left Indentation in Character Units</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="right" type="ST_SignedTwipsMeasure" use="optional">
        <xsd:annotation>
            <xsd:documentation>Right Indentation</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="rightChars" type="ST_DecimalNumber" use="optional">
        <xsd:annotation>
            <xsd:documentation>Right Indentation in Character Units</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="hanging" type="ST_TwipsMeasure" use="optional">
        <xsd:annotation>
            <xsd:documentation>Indentation Removed from First Line</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="hangingChars" type="ST_DecimalNumber" use="optional">
        <xsd:annotation>
            <xsd:documentation>Indentation Removed From First Line in Character Units</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="firstLine" type="ST_TwipsMeasure" use="optional">
        <xsd:annotation>
            <xsd:documentation>Additional First Line Indentation</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="firstLineChars" type="ST_DecimalNumber" use="optional">
        <xsd:annotation>
            <xsd:documentation>Additional First Line Indentation in Character Units</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
left w:left Optional
leftChars w:leftChars Optional
right w:right Optional
rightChars w:rightChars Optional
hanging w:hanging Optional
hangingChars w:hangingChars Optional
firstLine w:firstLine Optional
firstLineChars w:firstLineChars Optional
Collapse Derivation Tree:
Collapse References:
w:ind