<xs:element name="ThenPointStrategy" type="ToroidalSegmentPointSamplingStrategyType" 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 IfThenToroidalSegmentRuleType defines a conditional rule that applies if the feature under consideration is a toroidal segment 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="IfThenToroidalSegmentRuleType"><xs:annotation><xs:documentation>The IfThenToroidalSegmentRuleType defines a conditional rule that applies if the feature under consideration is a toroidal segment 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="ToroidalSegmentPointSamplingStrategyType" 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>