Showing:

Annotations
Diagrams
Source
Used by
Complex Type NegateType
Annotations
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.
Diagram
Diagram GenericExpressions_xsd_Complex_Type_ArithmeticExpressionBaseType.tmp#ArithmeticExpressionBaseType GenericExpressions_xsd_Element_ArithmeticExpression.tmp#ArithmeticExpression
Type extension of ArithmeticExpressionBaseType
Type hierarchy
Used by
Element Negate
Children ArithmeticExpression
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/GenericExpressions.xsd