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