Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type AlignmentEnumType
Annotations
The AlignmentEnumType enumerates values that describe an alignment.
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration ALIGNMENT_LEFT
enumeration ALIGNMENT_RIGHT
enumeration ALIGNMENT_CENTER
Used by
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd