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>
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: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>
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: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>