<xs:element name="ThenPoints" type="ThenPointsType" minOccurs="0"><xs:annotation><xs:documentation>The optional ThenPoints element gives the quantity of points to use if the 'if' part evaluates to true.</xs:documentation></xs:annotation></xs:element>
The IfThenFeatureRuleType defines a rule containing an optional 'if' part and an optional 'then points' part. The 'then points' 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="IfThenFeatureRuleType"><xs:annotation><xs:documentation>The IfThenFeatureRuleType defines a rule containing an optional 'if' part and an optional 'then points' part. The 'then points' 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="PointRuleBaseType"><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="ThenPoints" type="ThenPointsType" minOccurs="0"><xs:annotation><xs:documentation>The optional ThenPoints element gives the quantity of points to use if the 'if' part evaluates to true.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>