<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>
The All element indicates all points are to be used.
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>
<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>