Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element IfThenPointRuleType / 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_PointPointSamplingStrategyType.tmp#PointPointSamplingStrategyType_PointSamplingStrategyEnum QIFRules_xsd_Complex_Type_PointPointSamplingStrategyType.tmp#PointPointSamplingStrategyType_UserDefinedStrategy QIFRules_xsd_Complex_Type_PointPointSamplingStrategyType.tmp#PointPointSamplingStrategyType
Type PointPointSamplingStrategyType
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="PointPointSamplingStrategyType" 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
Complex Type IfThenPointRuleType
Annotations
The IfThenPointRuleType defines a conditional rule that applies if the feature under consideration is a point feature. The rule contains an inherited 'if' part, an inherited ThenPoints part, and one more 'then' part. 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_IfThenPointRuleType.tmp#IfThenPointRuleType_ThenPointStrategy
Type extension of IfThenFeatureRuleType
Type hierarchy
Used by
Element IfThenPointRule
Children BooleanExpression, 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="IfThenPointRuleType">
  <xs:annotation>
    <xs:documentation>The IfThenPointRuleType defines a conditional rule that applies if the feature under consideration is a point feature. The rule contains an inherited 'if' part, an inherited ThenPoints part, and one more 'then' part. 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="PointPointSamplingStrategyType" 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:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFRules.xsd