Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type LogicalOperationEnumType
Annotations
The LogicalOperationEnumType enumerates the logical operation types.
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration LOGICAL_AND
enumeration LOGICAL_OR
Used by
Source
<xs:simpleType name="LogicalOperationEnumType">
  <xs:annotation>
    <xs:documentation>The LogicalOperationEnumType enumerates the logical operation types.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="LOGICAL_AND"/>
    <xs:enumeration value="LOGICAL_OR"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Visualization.xsd