Justification

Specifies the alignment.  The default value is "Left".

Element Information

Model

Source

<xs:element name="Justification" default="Left" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">Specifies the alignment. The default value is "Left".</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="Left"/>
      <xs:enumeration value="Right"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>

Sample