Showing:

Annotations
Diagrams
Properties
Source
Used by
Complex Type ArithmeticComparisonBaseType
Annotations
The ArithmeticComparisonBaseType defines the base type for arithmetic comparisons. The evaluation environment for arithmetic comparisons must include the arithmetic constant, ComparisonTiny.
Diagram
Diagram GenericExpressions_xsd_Complex_Type_BooleanExpressionBaseType.tmp#BooleanExpressionBaseType GenericExpressions_xsd_Element_ArithmeticExpression.tmp#ArithmeticExpression
Type extension of BooleanExpressionBaseType
Type hierarchy
Properties
abstract true
Used by
Children ArithmeticExpression
Source
<xs:complexType name="ArithmeticComparisonBaseType" abstract="true">
  <xs:annotation>
    <xs:documentation>The ArithmeticComparisonBaseType defines the base type for arithmetic comparisons. The evaluation environment for arithmetic comparisons must include the arithmetic constant, ComparisonTiny.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="BooleanExpressionBaseType">
      <xs:sequence>
        <xs:element ref="ArithmeticExpression" minOccurs="2" maxOccurs="2">
          <xs:annotation>
            <xs:documentation>Each ArithmeticExpression element is one two arithmetic expressions to be compared.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/GenericExpressions.xsd