<xs:element name="ThenPointStrategy" type="PointPointSamplingStrategyType" minOccurs="0"><xs:annotation><xs:documentation>The optional ThenPointStrategy element is the point sampling strategy to be used if the 'if' part of the rule does not exist or evaluates to true.</xs:documentation></xs:annotation></xs:element>
The IfThenPointRuleType defines a conditional rule that applies if the feature under consideration is a point feature. The rule contains an inherited 'if' part, an inherited ThenPoints part, and one more 'then' part. The 'then' parts of the rule apply 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="IfThenPointRuleType"><xs:annotation><xs:documentation>The IfThenPointRuleType defines a conditional rule that applies if the feature under consideration is a point feature. The rule contains an inherited 'if' part, an inherited ThenPoints part, and one more 'then' part. The 'then' parts of the rule apply if the 'if' part does not exist or evaluates to true.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="IfThenFeatureRuleType"><xs:sequence><xs:element name="ThenPointStrategy" type="PointPointSamplingStrategyType" minOccurs="0"><xs:annotation><xs:documentation>The optional ThenPointStrategy element is the point sampling strategy to be used if the 'if' part of the rule does not exist or evaluates to true.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>