Justification

This element is used to specify in which part of a data word parameter data is transmitted (i.e. the left or right part).

Element Information

Model

Used By

Source

<xs:element name="Justification" default="Left">
  <xs:annotation>
    <xs:documentation xml:lang="en">This element is used to specify in which part of a data word parameter data is transmitted (i.e. the left or right part).</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