Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element MaxFeatureRulesType / Else
Annotations
The optional Else element is an unconditional rule for selecting the number or density of hit points.
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 QIFRules_xsd_Complex_Type_ElseRuleType.tmp#ElseRuleType
Type ElseRuleType
Type hierarchy
Properties
content complex
minOccurs 0
Children ThenPoints, UUID
Instance
<Else name="" xmlns="http://qifstandards.org/xsd/qif3">
  <UUID>{0,1}</UUID>
  <ThenPoints>{1,1}</ThenPoints>
</Else>
Attributes
QName Type Use Annotation
name xs:token optional
The optional name attribute is the name of the rule.
Source
<xs:element name="Else" type="ElseRuleType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Else element is an unconditional rule for selecting the number or density of hit points.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFRules.xsd
Complex Type MaxFeatureRulesType
Annotations
The MaxFeatureRulesType defines a set of rules for selecting (1) the number or density of hit points for a single feature, possibly with an associated characteristic and/or (2) a strategy for selecting the points, and/or (3) the substitute feature algorithm to use to fit the feature to the hit points. To evaluate a MaxFeatureRulesType, keep track of a current answer for point quantity, which is initially set to zero. Each IfThenFeatureRule should be considered in order. If the 'if' part of a rule evaluates to true, the 'then' part of the rule should be evaluated and if that value is greater than the current answer, the current answer should be set to that value. If the 'if' part of no IfThenFeatureRule evaluates to true, so that the current answer is still zero after all IfThenFeatureRules have been processed, then the 'then' part of the Else should be evaluated and the current answer set to that value. The returned value for point quantity is the final value of the current answer. In addition to keeping track of the current answer for point quantity, the evaluating system should collect all the strategies and substitute feature algorithms from the 'then' parts that were evaluated.
Diagram
Diagram QIFRules_xsd_Complex_Type_MaxFeatureRulesType.tmp#MaxFeatureRulesType_n QIFRules_xsd_Element_IfThenFeatureRule.tmp#IfThenFeatureRule QIFRules_xsd_Complex_Type_MaxFeatureRulesType.tmp#MaxFeatureRulesType_Else
Used by
Children Else, IfThenFeatureRule
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of rules in this list, which is the number of if-then-rules plus one for the else-rule if present.
Source
<xs:complexType name="MaxFeatureRulesType">
  <xs:annotation>
    <xs:documentation>The MaxFeatureRulesType defines a set of rules for selecting (1) the number or density of hit points for a single feature, possibly with an associated characteristic and/or (2) a strategy for selecting the points, and/or (3) the substitute feature algorithm to use to fit the feature to the hit points. To evaluate a MaxFeatureRulesType, keep track of a current answer for point quantity, which is initially set to zero. Each IfThenFeatureRule should be considered in order. If the 'if' part of a rule evaluates to true, the 'then' part of the rule should be evaluated and if that value is greater than the current answer, the current answer should be set to that value. If the 'if' part of no IfThenFeatureRule evaluates to true, so that the current answer is still zero after all IfThenFeatureRules have been processed, then the 'then' part of the Else should be evaluated and the current answer set to that value. The returned value for point quantity is the final value of the current answer. In addition to keeping track of the current answer for point quantity, the evaluating system should collect all the strategies and substitute feature algorithms from the 'then' parts that were evaluated.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="IfThenFeatureRule" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each IfThenFeatureRule element defines a conditional rule for selecting the number or density of hit points and/or a strategy for selecting the points, and/or a substitute feature algorithm.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Else" type="ElseRuleType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Else element is an unconditional rule for selecting the number or density of hit points.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="n" type="NaturalType" use="required">
    <xs:annotation>
      <xs:documentation>The required n attribute is the number of rules in this list, which is the number of if-then-rules plus one for the else-rule if present.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFRules.xsd
Attribute MaxFeatureRulesType / @n
Annotations
The required n attribute is the number of rules in this list, which is the number of if-then-rules plus one for the else-rule if present.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type MaxFeatureRulesType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of rules in this list, which is the number of if-then-rules plus one for the else-rule if present.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFRules.xsd