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