Showing:

Annotations
Diagrams
Properties
Source
Used by
Complex Type BinaryArithmeticExpressionBaseType
Annotations
The BinaryArithmeticExpressionBaseType is the base type for binary arithmetic expressions.
Diagram
Diagram GenericExpressions_xsd_Complex_Type_ArithmeticExpressionBaseType.tmp#ArithmeticExpressionBaseType GenericExpressions_xsd_Element_ArithmeticExpression.tmp#ArithmeticExpression
Type extension of ArithmeticExpressionBaseType
Type hierarchy
Properties
abstract true
Used by
Complex Types DividedByType, MinusType
Children ArithmeticExpression
Source
<xs:complexType name="BinaryArithmeticExpressionBaseType" abstract="true">
  <xs:annotation>
    <xs:documentation>The BinaryArithmeticExpressionBaseType is the base type for binary arithmetic expressions.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="ArithmeticExpressionBaseType">
      <xs:sequence>
        <xs:element ref="ArithmeticExpression" minOccurs="2" maxOccurs="2">
          <xs:annotation>
            <xs:documentation>Each ArithmeticExpression expression element is one of two arithmetic expressions being operated on to produce a value.</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