Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element QIFRulesType / Version
Annotations
The optional Version element gives version information about the rules.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_VersionBaseType.tmp#VersionBaseType_TimeCreated IntermediatesPMI_xsd_Complex_Type_VersionBaseType.tmp#VersionBaseType_SignOffs IntermediatesPMI_xsd_Complex_Type_VersionBaseType.tmp#VersionBaseType IntermediatesPMI_xsd_Complex_Type_VersionType.tmp#VersionType_ThisInstanceQPId IntermediatesPMI_xsd_Complex_Type_VersionType.tmp#VersionType
Type VersionType
Type hierarchy
Properties
content complex
minOccurs 0
Children SignOffs, ThisInstanceQPId, TimeCreated
Instance
<Version xmlns="http://qifstandards.org/xsd/qif3">
  <TimeCreated>{0,1}</TimeCreated>
  <SignOffs n="">{0,1}</SignOffs>
  <ThisInstanceQPId>{0,1}</ThisInstanceQPId>
</Version>
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFRules.xsd
Element QIFRulesType / RulesUnits
Annotations
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.
Diagram
Diagram QIFRules_xsd_Complex_Type_RulesUnitsType.tmp#RulesUnitsType_n QIFRules_xsd_Complex_Type_RulesUnitsType.tmp#RulesUnitsType_AreaUnit QIFRules_xsd_Complex_Type_RulesUnitsType.tmp#RulesUnitsType_AngularUnit QIFRules_xsd_Complex_Type_RulesUnitsType.tmp#RulesUnitsType_ForceUnit QIFRules_xsd_Complex_Type_RulesUnitsType.tmp#RulesUnitsType_LinearUnit QIFRules_xsd_Complex_Type_RulesUnitsType.tmp#RulesUnitsType_MassUnit QIFRules_xsd_Complex_Type_RulesUnitsType.tmp#RulesUnitsType_PressureUnit QIFRules_xsd_Complex_Type_RulesUnitsType.tmp#RulesUnitsType_SpeedUnit QIFRules_xsd_Complex_Type_RulesUnitsType.tmp#RulesUnitsType_TemperatureUnit QIFRules_xsd_Complex_Type_RulesUnitsType.tmp#RulesUnitsType_TimeUnit QIFRules_xsd_Complex_Type_RulesUnitsType.tmp#RulesUnitsType
Type RulesUnitsType
Properties
content complex
minOccurs 0
Children AngularUnit, AreaUnit, ForceUnit, LinearUnit, MassUnit, PressureUnit, SpeedUnit, TemperatureUnit, TimeUnit
Instance
<RulesUnits n="" xmlns="http://qifstandards.org/xsd/qif3">
  <AreaUnit>{0,1}</AreaUnit>
  <AngularUnit>{0,1}</AngularUnit>
  <ForceUnit>{0,1}</ForceUnit>
  <LinearUnit>{0,1}</LinearUnit>
  <MassUnit>{0,1}</MassUnit>
  <PressureUnit>{0,1}</PressureUnit>
  <SpeedUnit>{0,1}</SpeedUnit>
  <TemperatureUnit>{0,1}</TemperatureUnit>
  <TimeUnit>{0,1}</TimeUnit>
</RulesUnits>
Attributes
QName Type Use Annotation
n NaturalType required
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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFRules.xsd
Element QIFRulesType / FeatureRules
Annotations
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.
Diagram
Diagram QIFRules_xsd_Complex_Type_FeatureRulesType.tmp#FeatureRulesType_IfThenElseFeatureRules QIFRules_xsd_Complex_Type_FeatureRulesType.tmp#FeatureRulesType_MaxFeatureRules QIFRules_xsd_Complex_Type_FeatureRulesType.tmp#FeatureRulesType
Type FeatureRulesType
Properties
content complex
minOccurs 0
Children IfThenElseFeatureRules, MaxFeatureRules
Instance
<FeatureRules xmlns="http://qifstandards.org/xsd/qif3">
  <IfThenElseFeatureRules n="">{0,1}</IfThenElseFeatureRules>
  <MaxFeatureRules n="">{0,1}</MaxFeatureRules>
</FeatureRules>
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFRules.xsd
Element QIFRulesType / DMESelectionRules
Annotations
The optional DMESelectionRules element defines a set of rules for selecting or not selecting DMEs.
Diagram
Diagram QIFRules_xsd_Complex_Type_DMESelectionRulesType.tmp#DMESelectionRulesType_defaultDesirability QIFRules_xsd_Complex_Type_DMESelectionRulesType.tmp#DMESelectionRulesType_n QIFRules_xsd_Complex_Type_DMESelectionRulesType.tmp#DMESelectionRulesType_DMEDecisionRule QIFRules_xsd_Complex_Type_DMESelectionRulesType.tmp#DMESelectionRulesType
Type DMESelectionRulesType
Properties
content complex
minOccurs 0
Children DMEDecisionRule
Instance
<DMESelectionRules defaultDesirability="1.0" n="" xmlns="http://qifstandards.org/xsd/qif3">
  <DMEDecisionRule name="">{1,unbounded}</DMEDecisionRule>
</DMESelectionRules>
Attributes
QName Type Default Use Annotation
defaultDesirability ZeroToOneType 1.0 optional
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.
n NaturalType required
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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFRules.xsd
Complex Type QIFRulesType
Annotations
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.
Diagram
Diagram QIFRules_xsd_Complex_Type_QIFRulesType.tmp#QIFRulesType_Version QIFRules_xsd_Complex_Type_QIFRulesType.tmp#QIFRulesType_RulesUnits QIFRules_xsd_Complex_Type_QIFRulesType.tmp#QIFRulesType_FeatureRules QIFRules_xsd_Complex_Type_QIFRulesType.tmp#QIFRulesType_DMESelectionRules
Used by
Element Rules
Children DMESelectionRules, FeatureRules, RulesUnits, Version
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFRules.xsd