<xs:complexType name="MinusType">
<xs:annotation>
<xs:documentation>The MinusType defines subtraction. A minus type evaluates to the value of the first ArithmeticExpression element minus the value of the second ArithmeticExpression element.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="BinaryArithmeticExpressionBaseType"/>
</xs:complexContent>
</xs:complexType> |