<xs:element name="ThenPointStrategy" type="ConePointSamplingStrategyType" 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 optional ThenFittingAlgorithm element is the substitute feature algorithm to be used if the 'if' part of the rule does not exist or evaluates to true.
<xs:element name="ThenFittingAlgorithm" type="SubstituteFeatureAlgorithmType" minOccurs="0"><xs:annotation><xs:documentation>The optional ThenFittingAlgorithm element is the substitute feature algorithm to be used if the 'if' part of the rule does not exist or evaluates to true.</xs:documentation></xs:annotation></xs:element>
The IfThenConeRuleType defines a conditional rule that applies if the feature under consideration is a cone feature. The rule contains an inherited 'if' part, an inherited ThenPoints part, and two more 'then' parts. 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="IfThenConeRuleType"><xs:annotation><xs:documentation>The IfThenConeRuleType defines a conditional rule that applies if the feature under consideration is a cone feature. The rule contains an inherited 'if' part, an inherited ThenPoints part, and two more 'then' parts. 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="ConePointSamplingStrategyType" 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:element name="ThenFittingAlgorithm" type="SubstituteFeatureAlgorithmType" minOccurs="0"><xs:annotation><xs:documentation>The optional ThenFittingAlgorithm element is the substitute feature algorithm 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>