Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type ArithmeticConstantType
Annotations
The ArithmeticConstantType defines an arithmetic constant. The value of an ArithmeticConstant is the value of the val attribute.
Diagram
Diagram GenericExpressions_xsd_Complex_Type_ArithmeticExpressionBaseType.tmp#ArithmeticExpressionBaseType GenericExpressions_xsd_Complex_Type_ArithmeticConstantType.tmp#ArithmeticConstantType_val
Type extension of ArithmeticExpressionBaseType
Type hierarchy
Used by
Attributes
QName Type Use Annotation
val xs:decimal required
The required val attribute is an arithmetic constant.
Source
<xs:complexType name="ArithmeticConstantType">
  <xs:annotation>
    <xs:documentation>The ArithmeticConstantType defines an arithmetic constant. The value of an ArithmeticConstant is the value of the val attribute.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="ArithmeticExpressionBaseType">
      <xs:attribute name="val" type="xs:decimal" use="required">
        <xs:annotation>
          <xs:documentation>The required val attribute is an arithmetic constant.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/GenericExpressions.xsd
Attribute ArithmeticConstantType / @val
Annotations
The required val attribute is an arithmetic constant.
Type xs:decimal
Properties
use required
Used by
Complex Type ArithmeticConstantType
Source
<xs:attribute name="val" type="xs:decimal" use="required">
  <xs:annotation>
    <xs:documentation>The required val attribute is an arithmetic constant.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/GenericExpressions.xsd