The optional name attribute is the name of the rule.
Source
<xs:element name="Else" type="ElseRuleType" minOccurs="0"><xs:annotation><xs:documentation>The optional Else element is an unconditional rule for selecting the number or density of hit points.</xs:documentation></xs:annotation></xs:element>
The MaxFeatureRulesType defines a set of rules for selecting (1) the number or density of hit points for a single feature, possibly with an associated characteristic and/or (2) a strategy for selecting the points, and/or (3) the substitute feature algorithm to use to fit the feature to the hit points. To evaluate a MaxFeatureRulesType, keep track of a current answer for point quantity, which is initially set to zero. Each IfThenFeatureRule should be considered in order. If the 'if' part of a rule evaluates to true, the 'then' part of the rule should be evaluated and if that value is greater than the current answer, the current answer should be set to that value. If the 'if' part of no IfThenFeatureRule evaluates to true, so that the current answer is still zero after all IfThenFeatureRules have been processed, then the 'then' part of the Else should be evaluated and the current answer set to that value. The returned value for point quantity is the final value of the current answer. In addition to keeping track of the current answer for point quantity, the evaluating system should collect all the strategies and substitute feature algorithms from the 'then' parts that were evaluated.
The required n attribute is the number of rules in this list, which is the number of if-then-rules plus one for the else-rule if present.
Source
<xs:complexType name="MaxFeatureRulesType"><xs:annotation><xs:documentation>The MaxFeatureRulesType defines a set of rules for selecting (1) the number or density of hit points for a single feature, possibly with an associated characteristic and/or (2) a strategy for selecting the points, and/or (3) the substitute feature algorithm to use to fit the feature to the hit points. To evaluate a MaxFeatureRulesType, keep track of a current answer for point quantity, which is initially set to zero. Each IfThenFeatureRule should be considered in order. If the 'if' part of a rule evaluates to true, the 'then' part of the rule should be evaluated and if that value is greater than the current answer, the current answer should be set to that value. If the 'if' part of no IfThenFeatureRule evaluates to true, so that the current answer is still zero after all IfThenFeatureRules have been processed, then the 'then' part of the Else should be evaluated and the current answer set to that value. The returned value for point quantity is the final value of the current answer. In addition to keeping track of the current answer for point quantity, the evaluating system should collect all the strategies and substitute feature algorithms from the 'then' parts that were evaluated.</xs:documentation></xs:annotation><xs:sequence><xs:element ref="IfThenFeatureRule" maxOccurs="unbounded"><xs:annotation><xs:documentation>Each IfThenFeatureRule element defines a conditional rule for selecting the number or density of hit points and/or a strategy for selecting the points, and/or a substitute feature algorithm.</xs:documentation></xs:annotation></xs:element><xs:element name="Else" type="ElseRuleType" minOccurs="0"><xs:annotation><xs:documentation>The optional Else element is an unconditional rule for selecting the number or density of hit points.</xs:documentation></xs:annotation></xs:element></xs:sequence><xs:attribute name="n" type="NaturalType" use="required"><xs:annotation><xs:documentation>The required n attribute is the number of rules in this list, which is the number of if-then-rules plus one for the else-rule if present.</xs:documentation></xs:annotation></xs:attribute></xs:complexType>
<xs:attribute name="n" type="NaturalType" use="required"><xs:annotation><xs:documentation>The required n attribute is the number of rules in this list, which is the number of if-then-rules plus one for the else-rule if present.</xs:documentation></xs:annotation></xs:attribute>