Showing:

Annotations
Diagrams
Properties
Source
Used by
Complex Type PolyadicArithmeticExpressionBaseType
Annotations
The PolyadicArithmeticExpressionBaseType is the base type for arithmetic expressions with operators that operate on two or more expressions and for which the order of the expressions being operated on is irrelevant.
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 MaxType, MinType, PlusType, TimesType
Children ArithmeticExpression
Source
<xs:complexType name="PolyadicArithmeticExpressionBaseType" abstract="true">
  <xs:annotation>
    <xs:documentation>The PolyadicArithmeticExpressionBaseType is the base type for arithmetic expressions with operators that operate on two or more expressions and for which the order of the expressions being operated on is irrelevant.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="ArithmeticExpressionBaseType">
      <xs:sequence>
        <xs:element ref="ArithmeticExpression" minOccurs="2" maxOccurs="unbounded">
          <xs:annotation>
            <xs:documentation>Each ArithmeticExpression expression element is one of the 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