Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element IfThenFeatureRuleType / ThenPoints
Annotations
The optional ThenPoints element gives the quantity of points to use if the 'if' part evaluates to true.
Diagram
Diagram QIFRules_xsd_Complex_Type_ThenPointsType.tmp#ThenPointsType_NumberOfPoints QIFRules_xsd_Complex_Type_ThenPointsType.tmp#ThenPointsType_MinPoints QIFRules_xsd_Complex_Type_ThenPointsType.tmp#ThenPointsType_PointDensity QIFRules_xsd_Complex_Type_ThenPointsType.tmp#ThenPointsType_MinPointDensity QIFRules_xsd_Complex_Type_ThenPointsType.tmp#ThenPointsType
Type ThenPointsType
Properties
content complex
minOccurs 0
Children MinPointDensity, MinPoints, NumberOfPoints, PointDensity
Instance
<ThenPoints xmlns="http://qifstandards.org/xsd/qif3">
  <NumberOfPoints>{1,1}</NumberOfPoints>
  <MinPoints>{1,1}</MinPoints>
  <PointDensity>{1,1}</PointDensity>
  <MinPointDensity>{1,1}</MinPointDensity>
</ThenPoints>
Source
<xs:element name="ThenPoints" type="ThenPointsType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional ThenPoints element gives the quantity of points to use if the 'if' part evaluates to true.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFRules.xsd
Complex Type IfThenFeatureRuleType
Annotations
The IfThenFeatureRuleType defines a rule containing an optional 'if' part and an optional 'then points' part. The 'then points' part of the rule applies if the 'if' part does not exist or evaluates to true.
Diagram
Diagram QIFRules_xsd_Complex_Type_QIFRuleBaseType.tmp#QIFRuleBaseType_name QIFRules_xsd_Complex_Type_QIFRuleBaseType.tmp#QIFRuleBaseType_UUID QIFRules_xsd_Complex_Type_QIFRuleBaseType.tmp#QIFRuleBaseType QIFRules_xsd_Complex_Type_PointRuleBaseType.tmp#PointRuleBaseType GenericExpressions_xsd_Element_BooleanExpression.tmp#BooleanExpression QIFRules_xsd_Complex_Type_IfThenFeatureRuleType.tmp#IfThenFeatureRuleType_ThenPoints
Type extension of PointRuleBaseType
Type hierarchy
Used by
Children BooleanExpression, ThenPoints, UUID
Attributes
QName Type Use Annotation
name xs:token optional
The optional name attribute is the name of the rule.
Source
<xs:complexType name="IfThenFeatureRuleType">
  <xs:annotation>
    <xs:documentation>The IfThenFeatureRuleType defines a rule containing an optional 'if' part and an optional 'then points' part. The 'then points' part of the rule applies if the 'if' part does not exist or evaluates to true.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="PointRuleBaseType">
      <xs:sequence>
        <xs:element ref="BooleanExpression" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional BooleanExpression element is the 'if' part of the rule.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="ThenPoints" type="ThenPointsType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional ThenPoints element gives the quantity of points to use if the 'if' part evaluates to true.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFRules.xsd