<xs:element name="ThenPointStrategy" type="CirclePointSamplingStrategyType" 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 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 does not exist or evaluates to true.</xs:documentation></xs:annotation></xs:element>
The IfThenCircleRuleType defines a conditional rule that applies if the feature under consideration is a circle 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="IfThenCircleRuleType"><xs:annotation><xs:documentation>The IfThenCircleRuleType defines a conditional rule that applies if the feature under consideration is a circle 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="CirclePointSamplingStrategyType" 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 does not exist or evaluates to true.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>