CT_Ind

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
end ST_SignedTwipsMeasure optional
endChars ST_DecimalNumber optional
firstLine ST_TwipsMeasure optional
firstLineChars ST_DecimalNumber optional
hanging ST_TwipsMeasure optional
hangingChars ST_DecimalNumber optional
start ST_SignedTwipsMeasure optional
startChars ST_DecimalNumber optional

Used By

Element CT_PPrBase/ind

Source

<xsd:complexType name="CT_Ind">
  <xsd:attribute name="start" type="ST_SignedTwipsMeasure" use="optional"/>
  <xsd:attribute name="startChars" type="ST_DecimalNumber" use="optional"/>
  <xsd:attribute name="end" type="ST_SignedTwipsMeasure" use="optional"/>
  <xsd:attribute name="endChars" type="ST_DecimalNumber" use="optional"/>
  <xsd:attribute name="hanging" type="s:ST_TwipsMeasure" use="optional"/>
  <xsd:attribute name="hangingChars" type="ST_DecimalNumber" use="optional"/>
  <xsd:attribute name="firstLine" type="s:ST_TwipsMeasure" use="optional"/>
  <xsd:attribute name="firstLineChars" type="ST_DecimalNumber" use="optional"/>
</xsd:complexType>