Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element IfThenPlaneRuleType / ThenPointStrategy
Annotations
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.
Diagram
Diagram QIFRules_xsd_Complex_Type_PlanePointSamplingStrategyType.tmp#PlanePointSamplingStrategyType_PointSamplingStrategyEnum QIFRules_xsd_Complex_Type_PlanePointSamplingStrategyType.tmp#PlanePointSamplingStrategyType_UserDefinedStrategy QIFRules_xsd_Complex_Type_PlanePointSamplingStrategyType.tmp#PlanePointSamplingStrategyType
Type PlanePointSamplingStrategyType
Properties
content complex
minOccurs 0
Children PointSamplingStrategyEnum, UserDefinedStrategy
Instance
<ThenPointStrategy xmlns="http://qifstandards.org/xsd/qif3">
  <PointSamplingStrategyEnum>{1,1}</PointSamplingStrategyEnum>
  <UserDefinedStrategy>{1,1}</UserDefinedStrategy>
</ThenPointStrategy>
Source
<xs:element name="ThenPointStrategy" type="PlanePointSamplingStrategyType" 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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFRules.xsd
Element IfThenPlaneRuleType / ThenFittingAlgorithm
Annotations
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.
Diagram
Diagram Primitives_xsd_Element_Attributes.tmp#Attributes IntermediatesPMI_xsd_Complex_Type_SubstituteFeatureAlgorithmType.tmp#SubstituteFeatureAlgorithmType_SubstituteFeatureAlgorithmEnum IntermediatesPMI_xsd_Complex_Type_SubstituteFeatureAlgorithmType.tmp#SubstituteFeatureAlgorithmType_SubstituteFeatureAlgorithmId IntermediatesPMI_xsd_Complex_Type_SubstituteFeatureAlgorithmType.tmp#SubstituteFeatureAlgorithmType_OtherSubstituteFeatureAlgorithm IntermediatesPMI_xsd_Complex_Type_SubstituteFeatureAlgorithmType.tmp#SubstituteFeatureAlgorithmType
Type SubstituteFeatureAlgorithmType
Properties
content complex
minOccurs 0
Children Attributes, OtherSubstituteFeatureAlgorithm, SubstituteFeatureAlgorithmEnum, SubstituteFeatureAlgorithmId
Instance
<ThenFittingAlgorithm xmlns="http://qifstandards.org/xsd/qif3">
  <Attributes n="">{0,1}</Attributes>
  <SubstituteFeatureAlgorithmEnum>{1,1}</SubstituteFeatureAlgorithmEnum>
  <SubstituteFeatureAlgorithmId xId="">{1,1}</SubstituteFeatureAlgorithmId>
  <OtherSubstituteFeatureAlgorithm>{1,1}</OtherSubstituteFeatureAlgorithm>
</ThenFittingAlgorithm>
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFRules.xsd
Complex Type IfThenPlaneRuleType
Annotations
The IfThenPlaneRuleType defines a conditional rule that applies if the feature under consideration is a plane 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.
Diagram
Diagram QIFRules_xsd_Complex_Type_QIFRuleBaseType.tmp#QIFRuleBaseType_name QIFRules_xsd_Complex_Type_QIFRuleBaseType.tmp#QIFRuleBaseType_UUID QIFRules_xsd_Complex_Type_QIFRuleBaseType.tmp#QIFRuleBaseType QIFRules_xsd_Complex_Type_PointRuleBaseType.tmp#PointRuleBaseType GenericExpressions_xsd_Element_BooleanExpression.tmp#BooleanExpression QIFRules_xsd_Complex_Type_IfThenFeatureRuleType.tmp#IfThenFeatureRuleType_ThenPoints QIFRules_xsd_Complex_Type_IfThenFeatureRuleType.tmp#IfThenFeatureRuleType QIFRules_xsd_Complex_Type_IfThenPlaneRuleType.tmp#IfThenPlaneRuleType_ThenPointStrategy QIFRules_xsd_Complex_Type_IfThenPlaneRuleType.tmp#IfThenPlaneRuleType_ThenFittingAlgorithm
Type extension of IfThenFeatureRuleType
Type hierarchy
Used by
Element IfThenPlaneRule
Children BooleanExpression, ThenFittingAlgorithm, ThenPointStrategy, ThenPoints, UUID
Attributes
QName Type Use Annotation
name xs:token optional
The optional name attribute is the name of the rule.
Source
<xs:complexType name="IfThenPlaneRuleType">
  <xs:annotation>
    <xs:documentation>The IfThenPlaneRuleType defines a conditional rule that applies if the feature under consideration is a plane 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="PlanePointSamplingStrategyType" 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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFRules.xsd