Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element ElseRuleType / ThenPoints
Annotations
The ThenPoints element gives (only) the quantity of points to use.
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
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">
  <xs:annotation>
    <xs:documentation>The ThenPoints element gives (only) the quantity of points to use.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFRules.xsd
Complex Type ElseRuleType
Annotations
The ElseRuleType defines a rule containing an optional 'then points' part which always applies.
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 QIFRules_xsd_Complex_Type_ElseRuleType.tmp#ElseRuleType_ThenPoints
Type extension of PointRuleBaseType
Type hierarchy
Used by
Children 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="ElseRuleType">
  <xs:annotation>
    <xs:documentation>The ElseRuleType defines a rule containing an optional 'then points' part which always applies.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="PointRuleBaseType">
      <xs:sequence>
        <xs:element name="ThenPoints" type="ThenPointsType">
          <xs:annotation>
            <xs:documentation>The ThenPoints element gives (only) the quantity of points to use.</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