<xs:element name="ThenPointStrategy" type="ExtrudedCrossSectionPointSamplingStrategyType" 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 IfThenExtrudedCrossSectionRuleType defines a conditional rule that applies if the feature under consideration is an extruded cross-section 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 evaluates to true.
The optional name attribute is the name of the rule.
Source
<xs:complexType name="IfThenExtrudedCrossSectionRuleType"><xs:annotation><xs:documentation>The IfThenExtrudedCrossSectionRuleType defines a conditional rule that applies if the feature under consideration is an extruded cross-section 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 evaluates to true.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="IfThenFeatureRuleType"><xs:sequence><xs:element name="ThenPointStrategy" type="ExtrudedCrossSectionPointSamplingStrategyType" 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>