<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> |