<xs:element name="ThenPoints" type="ThenPointsType"><xs:annotation><xs:documentation>The ThenPoints element gives (only) the quantity of points to use.</xs:documentation></xs:annotation></xs:element>
The optional name attribute is the name of the rule.
Source
<xs:complexType name="ElseRuleType"><xs:annotation><xs:documentation>The ElseRuleType defines a rule containing an optional 'then points' part which always applies.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="PointRuleBaseType"><xs:sequence><xs:element name="ThenPoints" type="ThenPointsType"><xs:annotation><xs:documentation>The ThenPoints element gives (only) the quantity of points to use.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>