Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element CirclePointSamplingStrategyType / PointSamplingStrategyEnum
Annotations
The PointSamplingStrategyEnum element is an often-used point sampling strategy for a circle feature.
Diagram
Diagram Expressions_xsd_Simple_Type_ClosedCurvePointSamplingStrategyEnumType.tmp#ClosedCurvePointSamplingStrategyEnumType
Type ClosedCurvePointSamplingStrategyEnumType
Properties
content simple
Facets
enumeration POINTS
enumeration EQUIDISTANT
Source
<xs:element name="PointSamplingStrategyEnum" type="ClosedCurvePointSamplingStrategyEnumType">
  <xs:annotation>
    <xs:documentation>The PointSamplingStrategyEnum element is an often-used point sampling strategy for a circle feature.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFRules.xsd
Element CirclePointSamplingStrategyType / UserDefinedStrategy
Annotations
The UserDefinedStrategy element is the name of a point sampling strategy defined by the user.
Diagram
Diagram
Type xs:token
Properties
content simple
Source
<xs:element name="UserDefinedStrategy" type="xs:token">
  <xs:annotation>
    <xs:documentation>The UserDefinedStrategy element is the name of a point sampling strategy defined by the user.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFRules.xsd
Complex Type CirclePointSamplingStrategyType
Annotations
The CirclePointSamplingStrategyType defines a point sampling strategy for a circle feature. The strategy is either an enumerated circle strategy or a user defined strategy.
Diagram
Diagram QIFRules_xsd_Complex_Type_CirclePointSamplingStrategyType.tmp#CirclePointSamplingStrategyType_PointSamplingStrategyEnum QIFRules_xsd_Complex_Type_CirclePointSamplingStrategyType.tmp#CirclePointSamplingStrategyType_UserDefinedStrategy
Used by
Children PointSamplingStrategyEnum, UserDefinedStrategy
Source
<xs:complexType name="CirclePointSamplingStrategyType">
  <xs:annotation>
    <xs:documentation>The CirclePointSamplingStrategyType defines a point sampling strategy for a circle feature. The strategy is either an enumerated circle strategy or a user defined strategy.</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:element name="PointSamplingStrategyEnum" type="ClosedCurvePointSamplingStrategyEnumType">
      <xs:annotation>
        <xs:documentation>The PointSamplingStrategyEnum element is an often-used point sampling strategy for a circle feature.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="UserDefinedStrategy" type="xs:token">
      <xs:annotation>
        <xs:documentation>The UserDefinedStrategy element is the name of a point sampling strategy defined by the user.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:choice>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFRules.xsd