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 IfThenElseFeatureRulesType 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 an IfThenElseFeatureRulesType, each IfThenFeatureRule should be considered in order until the 'if' part of one of them evaluates to true, at which point the 'then' part of the rule should be evaluated and the value of the point quantity and or point sampling strategy returned. In this case, the remainder of the IfThenFeatureRules should be ignored. If the 'if' part of no IfThenFeatureRule evaluates to true, then the 'then' part of the Else should be evaluated and returned.
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="IfThenElseFeatureRulesType"><xs:annotation><xs:documentation>The IfThenElseFeatureRulesType 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 an IfThenElseFeatureRulesType, each IfThenFeatureRule should be considered in order until the 'if' part of one of them evaluates to true, at which point the 'then' part of the rule should be evaluated and the value of the point quantity and or point sampling strategy returned. In this case, the remainder of the IfThenFeatureRules should be ignored. If the 'if' part of no IfThenFeatureRule evaluates to true, then the 'then' part of the Else should be evaluated and returned.</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.</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>