The ArithmeticComparisonBaseType defines the base type for arithmetic comparisons. The evaluation environment for arithmetic comparisons must include the arithmetic constant, ComparisonTiny.
<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>