Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element DMESelectionRulesType / DMEDecisionRule
Annotations
Each DMEDecisionRule element is a rule constraining the selection of a DME.
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 GenericExpressions_xsd_Element_BooleanExpression.tmp#BooleanExpression QIFRules_xsd_Complex_Type_IfThenDMERuleType.tmp#IfThenDMERuleType_DMEThen QIFRules_xsd_Complex_Type_IfThenDMERuleType.tmp#IfThenDMERuleType
Type IfThenDMERuleType
Type hierarchy
Properties
content complex
maxOccurs unbounded
Children BooleanExpression, DMEThen, UUID
Instance
<DMEDecisionRule name="" xmlns="http://qifstandards.org/xsd/qif3">
  <UUID>{0,1}</UUID>
  <BooleanExpression>{0,1}</BooleanExpression>
  <DMEThen n="">{1,1}</DMEThen>
</DMEDecisionRule>
Attributes
QName Type Use Annotation
name xs:token optional
The optional name attribute is the name of the rule.
Source
<xs:element name="DMEDecisionRule" type="IfThenDMERuleType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each DMEDecisionRule element is a rule constraining the selection of a DME.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFRules.xsd
Complex Type DMESelectionRulesType
Annotations
The DMESelectionRulesType is a set of rules for deciding what DMEs to select or not select.
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
Used by
Children DMEDecisionRule
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:complexType name="DMESelectionRulesType">
  <xs:annotation>
    <xs:documentation>The DMESelectionRulesType is a set of rules for deciding what DMEs to select or not select.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="DMEDecisionRule" type="IfThenDMERuleType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each DMEDecisionRule element is a rule constraining the selection of a DME.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="defaultDesirability" type="ZeroToOneType" default="1.0">
    <xs:annotation>
      <xs:documentation>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.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="n" type="NaturalType" use="required">
    <xs:annotation>
      <xs:documentation>The required n attribute is the number of rules in the set.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFRules.xsd
Attribute DMESelectionRulesType / @defaultDesirability
Annotations
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.
Type ZeroToOneType
Properties
default 1.0
Facets
maxInclusive 1
minInclusive 0
Used by
Complex Type DMESelectionRulesType
Source
<xs:attribute name="defaultDesirability" type="ZeroToOneType" default="1.0">
  <xs:annotation>
    <xs:documentation>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.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFRules.xsd
Attribute DMESelectionRulesType / @n
Annotations
The required n attribute is the number of rules in the set.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type DMESelectionRulesType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of rules in the set.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFRules.xsd