Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Used by
Element PointIndexType / Single
Annotations
The Single element is the index number of a single point. Index numbers start at 1 for the first point on a feature.
Diagram
Diagram Primitives_xsd_Simple_Type_NaturalType.tmp#NaturalType
Type NaturalType
Properties
content simple
Facets
minInclusive 1
Source
<xs:element name="Single" type="NaturalType">
  <xs:annotation>
    <xs:documentation>The Single element is the index number of a single point. Index numbers start at 1 for the first point on a feature.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element PointIndexType / Range
Annotations
The Range element is the range of point locations.
Diagram
Diagram Features_xsd_Complex_Type_PointRangeType.tmp#PointRangeType_Start Features_xsd_Complex_Type_PointRangeType.tmp#PointRangeType_Stop Features_xsd_Complex_Type_PointRangeType.tmp#PointRangeType
Type PointRangeType
Properties
content complex
Children Start, Stop
Instance
<Range xmlns="http://qifstandards.org/xsd/qif3">
  <Start>{1,1}</Start>
  <Stop>{1,1}</Stop>
</Range>
Source
<xs:element name="Range" type="PointRangeType">
  <xs:annotation>
    <xs:documentation>The Range element is the range of point locations.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element PointIndexType / All
Annotations
The All element indicates all points are to be used.
Diagram
Diagram
Type xs:token
Properties
content simple
fixed All
Source
<xs:element name="All" type="xs:token" fixed="All">
  <xs:annotation>
    <xs:documentation>The All element indicates all points are to be used.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type PointIndexType
Annotations
The PointIndexType defines a point, a range of points, or all points.
Diagram
Diagram Features_xsd_Complex_Type_PointIndexType.tmp#PointIndexType_Single Features_xsd_Complex_Type_PointIndexType.tmp#PointIndexType_Range Features_xsd_Complex_Type_PointIndexType.tmp#PointIndexType_All
Used by
Children All, Range, Single
Source
<xs:complexType name="PointIndexType">
  <xs:annotation>
    <xs:documentation>The PointIndexType defines a point, a range of points, or all points.</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:element name="Single" type="NaturalType">
      <xs:annotation>
        <xs:documentation>The Single element is the index number of a single point. Index numbers start at 1 for the first point on a feature.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Range" type="PointRangeType">
      <xs:annotation>
        <xs:documentation>The Range element is the range of point locations.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="All" type="xs:token" fixed="All">
      <xs:annotation>
        <xs:documentation>The All element indicates all points are to be used.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:choice>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd