<xs:simpleType name="AlignmentEnumType">
<xs:annotation>
<xs:documentation>The AlignmentEnumType enumerates values that describe an alignment.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="ALIGNMENT_LEFT"/>
<xs:enumeration value="ALIGNMENT_RIGHT"/>
<xs:enumeration value="ALIGNMENT_CENTER"/>
</xs:restriction>
</xs:simpleType> |