The required n attribute is the number of DMEDecisions.
Source
<xs:element name="DMEThen" type="DMEThenType"><xs:annotation><xs:documentation>The DMEThen element is set of constraints on the decision about one or more DMEs.</xs:documentation></xs:annotation></xs:element>
The IfThenDMERuleType defines a rule containing an optional 'if' part and a required 'then' part. The 'then' part of the rule applies if the 'if' part does not exist or evaluates to true.
The optional name attribute is the name of the rule.
Source
<xs:complexType name="IfThenDMERuleType"><xs:annotation><xs:documentation>The IfThenDMERuleType defines a rule containing an optional 'if' part and a required 'then' part. The 'then' part of the rule applies if the 'if' part does not exist or evaluates to true.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="QIFRuleBaseType"><xs:sequence><xs:element ref="BooleanExpression" minOccurs="0"><xs:annotation><xs:documentation>The optional BooleanExpression element is the 'if' part of the rule.</xs:documentation></xs:annotation></xs:element><xs:element name="DMEThen" type="DMEThenType"><xs:annotation><xs:documentation>The DMEThen element is set of constraints on the decision about one or more DMEs.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>