Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type ConstantIsType
Annotations
The ConstantIsType evaluates to true if the val is QIF_TRUE and evaluates to false if the val is QIF_FALSE.
Diagram
Diagram GenericExpressions_xsd_Complex_Type_BooleanExpressionBaseType.tmp#BooleanExpressionBaseType GenericExpressions_xsd_Complex_Type_ConstantIsType.tmp#ConstantIsType_val
Type extension of BooleanExpressionBaseType
Type hierarchy
Used by
Element ConstantIs
Attributes
QName Type Use Annotation
val BooleanConstantEnumType required
The required val attribute is a Boolean constant given as an enumeration.
Source
<xs:complexType name="ConstantIsType">
  <xs:annotation>
    <xs:documentation>The ConstantIsType evaluates to true if the val is QIF_TRUE and evaluates to false if the val is QIF_FALSE.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="BooleanExpressionBaseType">
      <xs:attribute name="val" type="BooleanConstantEnumType" use="required">
        <xs:annotation>
          <xs:documentation>The required val attribute is a Boolean constant given as an enumeration.</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 ConstantIsType / @val
Annotations
The required val attribute is a Boolean constant given as an enumeration.
Type BooleanConstantEnumType
Properties
use required
Facets
enumeration QIF_TRUE
enumeration QIF_FALSE
Used by
Complex Type ConstantIsType
Source
<xs:attribute name="val" type="BooleanConstantEnumType" use="required">
  <xs:annotation>
    <xs:documentation>The required val attribute is a Boolean constant given as an enumeration.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/GenericExpressions.xsd