<xs:complexType name="NegateType">
<xs:annotation>
<xs:documentation>The NegateType defines an arithmetic operations that changes the sign of a number. The value of a NegateType is the negative of the value of the ArithmeticExpression element.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="ArithmeticExpressionBaseType">
<xs:sequence>
<xs:element ref="ArithmeticExpression">
<xs:annotation>
<xs:documentation>The ArithmeticExpression element is the expression whose value is negated.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType> |