Describes horizontal alignment with permissible values of:
inherit (the alignment is inherited from the parent element)
left
centre
right
justify (the entire paragraph is justified. Note that the last line is not force-justified.
The decision on whether the last line should be is left to the implementation).
<xsd:attribute name="Align" use="optional"><xsd:annotation><xsd:documentation><h:p>Describes horizontal alignment with permissible values of:</h:p><h:ul><h:li>inherit (the alignment is inherited from the parent element)</h:li><h:li>left</h:li><h:li>centre</h:li><h:li>right</h:li><h:li>justify (the entire paragraph is justified. Note that the last line is not force-justified. The decision on whether the last line should be is left to the implementation).</h:li></h:ul></xsd:documentation></xsd:annotation><xsd:simpleType><xsd:restriction base="xsd:string"><xsd:enumeration value="inherit"/><xsd:enumeration value="left"/><xsd:enumeration value="centre"/><xsd:enumeration value="right"/><xsd:enumeration value="justify"/></xsd:restriction></xsd:simpleType></xsd:attribute>
<xsd:attribute name="Hanging" use="optional"><xsd:annotation><xsd:documentation>Describes if text has a hanging indent or if the first line is indented</xsd:documentation></xsd:annotation><xsd:simpleType><xsd:restriction base="xsd:string"><xsd:enumeration value="hanging"/><xsd:enumeration value="indented"/></xsd:restriction></xsd:simpleType></xsd:attribute>
Describes horizontal alignment with permissible values of:
inherit (the alignment is inherited from the parent element)
left
centre
right
justify (the entire paragraph is justified. Note that the last line is not force-justified.
The decision on whether the last line should be is left to the implementation).
Source
<xsd:attributeGroup name="CommonFormattingAttributes"><xsd:attribute name="Align" use="optional"><xsd:annotation><xsd:documentation><h:p>Describes horizontal alignment with permissible values of:</h:p><h:ul><h:li>inherit (the alignment is inherited from the parent element)</h:li><h:li>left</h:li><h:li>centre</h:li><h:li>right</h:li><h:li>justify (the entire paragraph is justified. Note that the last line is not force-justified. The decision on whether the last line should be is left to the implementation).</h:li></h:ul></xsd:documentation></xsd:annotation><xsd:simpleType><xsd:restriction base="xsd:string"><xsd:enumeration value="inherit"/><xsd:enumeration value="left"/><xsd:enumeration value="centre"/><xsd:enumeration value="right"/><xsd:enumeration value="justify"/></xsd:restriction></xsd:simpleType></xsd:attribute></xsd:attributeGroup>
Describes if text has a hanging indent or if the first line is indented
Source
<xsd:attributeGroup name="CommonHangingAttributes"><xsd:attribute name="Hanging" use="optional"><xsd:annotation><xsd:documentation>Describes if text has a hanging indent or if the first line is indented</xsd:documentation></xsd:annotation><xsd:simpleType><xsd:restriction base="xsd:string"><xsd:enumeration value="hanging"/><xsd:enumeration value="indented"/></xsd:restriction></xsd:simpleType></xsd:attribute></xsd:attributeGroup>