Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element TorusPointSamplingStrategyType / PointSamplingStrategyEnum
Annotations
The PointSamplingStrategyEnum element is an often-used point sampling strategy for a torus feature.
Diagram
Diagram Expressions_xsd_Simple_Type_SurfaceOfRevolutionPointSamplingStrategyEnumType.tmp#SurfaceOfRevolutionPointSamplingStrategyEnumType
Type SurfaceOfRevolutionPointSamplingStrategyEnumType
Type hierarchy
Properties
content simple
Facets
enumeration ORTHOGONALGRID
enumeration BIRDCAGE
enumeration SPECIFIEDGRID
enumeration STRATIFIED
enumeration HELIX
enumeration POINTS
Source
<xs:element name="PointSamplingStrategyEnum" type="SurfaceOfRevolutionPointSamplingStrategyEnumType">
  <xs:annotation>
    <xs:documentation>The PointSamplingStrategyEnum element is an often-used point sampling strategy for a torus feature.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFRules.xsd
Element TorusPointSamplingStrategyType / 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 TorusPointSamplingStrategyType
Annotations
The TorusPointSamplingStrategyType defines a point sampling strategy for a torus feature. The strategy is either an enumerated torus strategy or a user defined strategy.
Diagram
Diagram QIFRules_xsd_Complex_Type_TorusPointSamplingStrategyType.tmp#TorusPointSamplingStrategyType_PointSamplingStrategyEnum QIFRules_xsd_Complex_Type_TorusPointSamplingStrategyType.tmp#TorusPointSamplingStrategyType_UserDefinedStrategy
Used by
Children PointSamplingStrategyEnum, UserDefinedStrategy
Source
<xs:complexType name="TorusPointSamplingStrategyType">
  <xs:annotation>
    <xs:documentation>The TorusPointSamplingStrategyType defines a point sampling strategy for a torus feature. The strategy is either an enumerated torus strategy or a user defined strategy.</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:element name="PointSamplingStrategyEnum" type="SurfaceOfRevolutionPointSamplingStrategyEnumType">
      <xs:annotation>
        <xs:documentation>The PointSamplingStrategyEnum element is an often-used point sampling strategy for a torus 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