Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type ArithmeticComparisonEnumType
Annotations
The ArithmeticComparisonEnumType enumerates values that describe a comparison that may be made between two arithmetic expressions.
Diagram
Diagram
Type restriction of xs:NMTOKEN
Facets
enumeration EQUAL
enumeration GREATER
enumeration GREATEROREQUAL
enumeration LESS
enumeration LESSOREQUAL
Used by
Source
<xs:simpleType name="ArithmeticComparisonEnumType">
  <xs:annotation>
    <xs:documentation>The ArithmeticComparisonEnumType enumerates values that describe a comparison that may be made between two arithmetic expressions.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:NMTOKEN">
    <xs:enumeration value="EQUAL"/>
    <xs:enumeration value="GREATER"/>
    <xs:enumeration value="GREATEROREQUAL"/>
    <xs:enumeration value="LESS"/>
    <xs:enumeration value="LESSOREQUAL"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Expressions.xsd