Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element IfThenElseFeatureRulesType / 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 IfThenElseFeatureRulesType
Annotations
The IfThenElseFeatureRulesType 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 an IfThenElseFeatureRulesType, each IfThenFeatureRule should be considered in order until the 'if' part of one of them evaluates to true, at which point the 'then' part of the rule should be evaluated and the value of the point quantity and or point sampling strategy returned. In this case, the remainder of the IfThenFeatureRules should be ignored. If the 'if' part of no IfThenFeatureRule evaluates to true, then the 'then' part of the Else should be evaluated and returned.
Diagram
Diagram QIFRules_xsd_Complex_Type_IfThenElseFeatureRulesType.tmp#IfThenElseFeatureRulesType_n QIFRules_xsd_Element_IfThenFeatureRule.tmp#IfThenFeatureRule QIFRules_xsd_Complex_Type_IfThenElseFeatureRulesType.tmp#IfThenElseFeatureRulesType_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="IfThenElseFeatureRulesType">
  <xs:annotation>
    <xs:documentation>The IfThenElseFeatureRulesType 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 an IfThenElseFeatureRulesType, each IfThenFeatureRule should be considered in order until the 'if' part of one of them evaluates to true, at which point the 'then' part of the rule should be evaluated and the value of the point quantity and or point sampling strategy returned. In this case, the remainder of the IfThenFeatureRules should be ignored. If the 'if' part of no IfThenFeatureRule evaluates to true, then the 'then' part of the Else should be evaluated and returned.</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.</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 IfThenElseFeatureRulesType / @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
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