Definition Type: ComplexType
Name: indProperty
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines indentation settings.
Collapse XSD Schema Diagram:
Drilldown into first-line-chars in schema wordnet_xsd Drilldown into first-line in schema wordnet_xsd Drilldown into hanging-chars in schema wordnet_xsd Drilldown into hanging in schema wordnet_xsd Drilldown into right-chars in schema wordnet_xsd Drilldown into right in schema wordnet_xsd Drilldown into left-chars in schema wordnet_xsd Drilldown into left in schema wordnet_xsdXSD Diagram of indProperty in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="indProperty">
    <xsd:annotation>
        <xsd:documentation>Defines indentation settings.</xsd:documentation>
    </xsd:annotation>
    <xsd:attribute name="left" type="signedTwipsMeasureType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Specifies space between left margin and text. Negative values move text into margin.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="left-chars" type="decimalNumberType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Specifies character spaces between left margin and text (when using character units). Negative values move text into margin.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="right" type="signedTwipsMeasureType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Specifies space between text and right margin. Negative values move text into margin.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="right-chars" type="decimalNumberType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Specifies character spaces between text and right margin (when using character units). Negative values move text into margin.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="hanging" type="signedTwipsMeasureType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Specifies hanging indent for all lines after first.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="hanging-chars" type="decimalNumberType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Specifies character-space hanging indent for all lines after first (when using character units).</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="first-line" type="signedTwipsMeasureType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Specifies indent for first line only (cannot be used with hanging attribute).</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="first-line-chars" type="decimalNumberType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Specifies character spacing indent for first line only (cannot be used with hanging-chars attribute).</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
left W:left Optional
left-chars W:left-chars Optional
right W:right Optional
right-chars W:right-chars Optional
hanging W:hanging Optional
hanging-chars W:hanging-chars Optional
first-line W:first-line Optional
first-line-chars W:first-line-chars Optional
Collapse Derivation Tree:
Collapse References:
W:ind