Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type BooleanConstantEnumType
Annotations
The BooleanConstantEnumType enumerates values of the two Boolean constants. (The names are of these enumerated values are chosen to avoid conflicts with reserved words and macro definitions in common computer languages.)
Diagram
Diagram
Type restriction of xs:NMTOKEN
Facets
enumeration QIF_TRUE
enumeration QIF_FALSE
Used by
Source
<xs:simpleType name="BooleanConstantEnumType">
  <xs:annotation>
    <xs:documentation>The BooleanConstantEnumType enumerates values of the two Boolean constants. (The names are of these enumerated values are chosen to avoid conflicts with reserved words and macro definitions in common computer languages.)</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:NMTOKEN">
    <xs:enumeration value="QIF_TRUE"/>
    <xs:enumeration value="QIF_FALSE"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/GenericExpressions.xsd