Showing:

Annotations
Diagrams
Source
Used by
Complex Type DividedByType
Annotations
The DividedByType defines division. A DividedByType evaluates to the quotient of the values of its two ArithmeticExpression elements (the first divided by the second). The second ArithmeticExpression element must not evaluate to zero.
Diagram
Diagram GenericExpressions_xsd_Complex_Type_ArithmeticExpressionBaseType.tmp#ArithmeticExpressionBaseType GenericExpressions_xsd_Element_ArithmeticExpression.tmp#ArithmeticExpression GenericExpressions_xsd_Complex_Type_BinaryArithmeticExpressionBaseType.tmp#BinaryArithmeticExpressionBaseType
Type extension of BinaryArithmeticExpressionBaseType
Type hierarchy
Used by
Element DividedBy
Children ArithmeticExpression
Source
<xs:complexType name="DividedByType">
  <xs:annotation>
    <xs:documentation>The DividedByType defines division. A DividedByType evaluates to the quotient of the values of its two ArithmeticExpression elements (the first divided by the second). The second ArithmeticExpression element must not evaluate to zero.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="BinaryArithmeticExpressionBaseType"/>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/GenericExpressions.xsd