Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element FeatureRulesType / IfThenElseFeatureRules
Annotations
The optional IfThenElseFeatureRules element is a set of rules for selecting the number or density of hit points for a feature and/or a strategy to use for selecting the hit points and/or a substitute feature algorithm. The first rule that applies is used to set the quantity of hit points and/or the strategy and/or the algorithm.
Diagram
Diagram QIFRules_xsd_Complex_Type_IfThenElseFeatureRulesType.tmp#IfThenElseFeatureRulesType_n QIFRules_xsd_Element_IfThenFeatureRule.tmp#IfThenFeatureRule QIFRules_xsd_Complex_Type_IfThenElseFeatureRulesType.tmp#IfThenElseFeatureRulesType_Else QIFRules_xsd_Complex_Type_IfThenElseFeatureRulesType.tmp#IfThenElseFeatureRulesType
Type IfThenElseFeatureRulesType
Properties
content complex
minOccurs 0
Children Else, IfThenFeatureRule
Instance
<IfThenElseFeatureRules n="" xmlns="http://qifstandards.org/xsd/qif3">
  <IfThenFeatureRule name="">{1,unbounded}</IfThenFeatureRule>
  <Else name="">{0,1}</Else>
</IfThenElseFeatureRules>
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:element name="IfThenElseFeatureRules" type="IfThenElseFeatureRulesType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional IfThenElseFeatureRules element is a set of rules for selecting the number or density of hit points for a feature and/or a strategy to use for selecting the hit points and/or a substitute feature algorithm. The first rule that applies is used to set the quantity of hit points and/or the strategy and/or the algorithm.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFRules.xsd
Element FeatureRulesType / MaxFeatureRules
Annotations
The optional MaxFeatureRules element is a set of rules for selecting the number or density of hit points for a feature and/or a strategy to use for selecting the hit points and/or a substitute feature algorithm. The largest value returned by all rules that apply is used to set the quantity of hit points. If the rules that apply give different point sampling strategies or substitute feature algorithms, the evaluating system may use any of those strategies or algorithms.
Diagram
Diagram QIFRules_xsd_Complex_Type_MaxFeatureRulesType.tmp#MaxFeatureRulesType_n QIFRules_xsd_Element_IfThenFeatureRule.tmp#IfThenFeatureRule QIFRules_xsd_Complex_Type_MaxFeatureRulesType.tmp#MaxFeatureRulesType_Else QIFRules_xsd_Complex_Type_MaxFeatureRulesType.tmp#MaxFeatureRulesType
Type MaxFeatureRulesType
Properties
content complex
minOccurs 0
Children Else, IfThenFeatureRule
Instance
<MaxFeatureRules n="" xmlns="http://qifstandards.org/xsd/qif3">
  <IfThenFeatureRule name="">{1,unbounded}</IfThenFeatureRule>
  <Else name="">{0,1}</Else>
</MaxFeatureRules>
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:element name="MaxFeatureRules" type="MaxFeatureRulesType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional MaxFeatureRules element is a set of rules for selecting the number or density of hit points for a feature and/or a strategy to use for selecting the hit points and/or a substitute feature algorithm. The largest value returned by all rules that apply is used to set the quantity of hit points. If the rules that apply give different point sampling strategies or substitute feature algorithms, the evaluating system may use any of those strategies or algorithms.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFRules.xsd
Complex Type FeatureRulesType
Annotations
The FeatureRulesType defines two methods of setting the quantity
        of hit points to use for a feature and/or a strategy to use for
        selecting the hit points and/or the substitute feature algorithm to
        use to fit the feature to the hit points. If the
        IfThenElseFeatureRules and MaxFeatureRules are both used to find
        the quantity of points for a feature, both sets of rules should be
        applied and the maximum value should be used. Also if both are used
        and they give different point sampling strategies or different
        substitute feature algorithms, the evaluating system may use any of
        those strategies or algorithms.

          Since a given feature F may be associated with zero to many
        characteristics C1 ... Cn, if there is any characteristic
        associated with F, the rules should be evaluated for each FCi pair,
        and the number or density of hit points to use for F should be set
        to the maximum value.

          If a number of hit points must be compared with a density of hit
        points, the evaluating system should find and use the area of the
        feature to convert density values to numbers of points.

          So that a single rules file may be used in different situations,
        the rules include a SamplingCategoryIs Boolean expression that
        tests whether the sampling category is equal to a particular value.
        If a set of rules includes one or more rules containing a
        SamplingCategoryIs test, the rules are to be evaluated in an
        environment in which the sampling category has been set to some
        positive integer. The meaning of a sampling category is determined
        by whoever writes the rules. For example, 1 might mean first
        article inspection while 5 means process control. As another
        example, Sampling categories 1 through 3 might represent LOW,
        MEDIUM, and HIGH, respectively. An alternative to using rules
        containing SamplingCategoryIs tests is to write a separate rules
        file for each category.

          Numerical quantities that are constants, feature parameters, or
        characteristic parameters may be used in conditions.

          The numerical quantities FeatureLength and FeatureArea may also
        be used in conditions. The evaluating system must set the value of
        FeatureLength for the feature being processed if FeatureLength is
        used in any condition. The evaluating system must set the value of
        FeatureArea for the feature being processed if FeatureArea is used
        in any condition.

          The rules are not intended for picking the quantity of points or
        point sampling strategy to use for measuring a characteristic that
        is not associated with any feature.
Diagram
Diagram QIFRules_xsd_Complex_Type_FeatureRulesType.tmp#FeatureRulesType_IfThenElseFeatureRules QIFRules_xsd_Complex_Type_FeatureRulesType.tmp#FeatureRulesType_MaxFeatureRules
Used by
Children IfThenElseFeatureRules, MaxFeatureRules
Source
<xs:complexType name="FeatureRulesType">
  <xs:annotation>
    <xs:documentation>The FeatureRulesType defines two methods of setting the quantity of hit points to use for a feature and/or a strategy to use for selecting the hit points and/or the substitute feature algorithm to use to fit the feature to the hit points. If the IfThenElseFeatureRules and MaxFeatureRules are both used to find the quantity of points for a feature, both sets of rules should be applied and the maximum value should be used. Also if both are used and they give different point sampling strategies or different substitute feature algorithms, the evaluating system may use any of those strategies or algorithms. Since a given feature F may be associated with zero to many characteristics C1 ... Cn, if there is any characteristic associated with F, the rules should be evaluated for each FCi pair, and the number or density of hit points to use for F should be set to the maximum value. If a number of hit points must be compared with a density of hit points, the evaluating system should find and use the area of the feature to convert density values to numbers of points. So that a single rules file may be used in different situations, the rules include a SamplingCategoryIs Boolean expression that tests whether the sampling category is equal to a particular value. If a set of rules includes one or more rules containing a SamplingCategoryIs test, the rules are to be evaluated in an environment in which the sampling category has been set to some positive integer. The meaning of a sampling category is determined by whoever writes the rules. For example, 1 might mean first article inspection while 5 means process control. As another example, Sampling categories 1 through 3 might represent LOW, MEDIUM, and HIGH, respectively. An alternative to using rules containing SamplingCategoryIs tests is to write a separate rules file for each category. Numerical quantities that are constants, feature parameters, or characteristic parameters may be used in conditions. The numerical quantities FeatureLength and FeatureArea may also be used in conditions. The evaluating system must set the value of FeatureLength for the feature being processed if FeatureLength is used in any condition. The evaluating system must set the value of FeatureArea for the feature being processed if FeatureArea is used in any condition. The rules are not intended for picking the quantity of points or point sampling strategy to use for measuring a characteristic that is not associated with any feature.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="IfThenElseFeatureRules" type="IfThenElseFeatureRulesType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional IfThenElseFeatureRules element is a set of rules for selecting the number or density of hit points for a feature and/or a strategy to use for selecting the hit points and/or a substitute feature algorithm. The first rule that applies is used to set the quantity of hit points and/or the strategy and/or the algorithm.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="MaxFeatureRules" type="MaxFeatureRulesType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional MaxFeatureRules element is a set of rules for selecting the number or density of hit points for a feature and/or a strategy to use for selecting the hit points and/or a substitute feature algorithm. The largest value returned by all rules that apply is used to set the quantity of hit points. If the rules that apply give different point sampling strategies or substitute feature algorithms, the evaluating system may use any of those strategies or algorithms.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFRules.xsd