<xs:element name="Version" type="VersionType" minOccurs="0"><xs:annotation><xs:documentation>The optional Version element gives version information about the rules.</xs:documentation></xs:annotation></xs:element>
The optional RulesUnits element defines the units that apply in the FeatureRules. If this element does not exist, the units are the primary units given in the FileUnits element of the QIFDocument. Feature and characteristic information expressed elsewhere in other units must be converted to these units while using rules.
The required n attribute is the number of unit definitions in the set.
Source
<xs:element name="RulesUnits" type="RulesUnitsType" minOccurs="0"><xs:annotation><xs:documentation>The optional RulesUnits element defines the units that apply in the FeatureRules. If this element does not exist, the units are the primary units given in the FileUnits element of the QIFDocument. Feature and characteristic information expressed elsewhere in other units must be converted to these units while using rules.</xs:documentation></xs:annotation></xs:element>
The optional FeatureRules element defines rules for selecting the quantity of hit points for a feature and/or the strategy to use for selecting the points and/or the substitute feature algorithm to use.
<xs:element name="FeatureRules" type="FeatureRulesType" minOccurs="0"><xs:annotation><xs:documentation>The optional FeatureRules element defines rules for selecting the quantity of hit points for a feature and/or the strategy to use for selecting the points and/or the substitute feature algorithm to use.</xs:documentation></xs:annotation></xs:element>
The optional defaultDesirability attribute is the default value of the desirability of a DMEDecisionRule/DMEThen/DMEDecision/May in the range [0...1] to be used if no explicit desirability value is assigned in the 'May'. If no explicit value is provided for this element, its default value is 1.
The required n attribute is the number of rules in the set.
Source
<xs:element name="DMESelectionRules" type="DMESelectionRulesType" minOccurs="0"><xs:annotation><xs:documentation>The optional DMESelectionRules element defines a set of rules for selecting or not selecting DMEs.</xs:documentation></xs:annotation></xs:element>
The QIFRulesType defines a collection of sets of rules for selecting quality measurement items. Currently it contains a complete model of rules for selecting the quantity of hit points and/or the strategy for selecting hit points and/or a substitute feature algorithm. It also contains a model of rules for selecting DMEs. Rules sets for other types of decisions might be added.
<xs:complexType name="QIFRulesType"><xs:annotation><xs:documentation>The QIFRulesType defines a collection of sets of rules for selecting quality measurement items. Currently it contains a complete model of rules for selecting the quantity of hit points and/or the strategy for selecting hit points and/or a substitute feature algorithm. It also contains a model of rules for selecting DMEs. Rules sets for other types of decisions might be added.</xs:documentation></xs:annotation><xs:sequence><xs:element name="Version" type="VersionType" minOccurs="0"><xs:annotation><xs:documentation>The optional Version element gives version information about the rules.</xs:documentation></xs:annotation></xs:element><xs:element name="RulesUnits" type="RulesUnitsType" minOccurs="0"><xs:annotation><xs:documentation>The optional RulesUnits element defines the units that apply in the FeatureRules. If this element does not exist, the units are the primary units given in the FileUnits element of the QIFDocument. Feature and characteristic information expressed elsewhere in other units must be converted to these units while using rules.</xs:documentation></xs:annotation></xs:element><xs:element name="FeatureRules" type="FeatureRulesType" minOccurs="0"><xs:annotation><xs:documentation>The optional FeatureRules element defines rules for selecting the quantity of hit points for a feature and/or the strategy to use for selecting the points and/or the substitute feature algorithm to use.</xs:documentation></xs:annotation></xs:element><xs:element name="DMESelectionRules" type="DMESelectionRulesType" minOccurs="0"><xs:annotation><xs:documentation>The optional DMESelectionRules element defines a set of rules for selecting or not selecting DMEs.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType>