The NumberOfPoints element is the number of points to be used. A larger or smaller number of points must not be used. This element is in an optional choice.
Diagram
Type
xs:unsignedInt
Properties
content
simple
Source
<xs:element name="NumberOfPoints" type="xs:unsignedInt"><xs:annotation><xs:documentation>The NumberOfPoints element is the number of points to be used. A larger or smaller number of points must not be used. This element is in an optional choice.</xs:documentation></xs:annotation></xs:element>
The MinPoints element is the minimum number of points to be used. A smaller number of points must not be used. A larger number of points may be used. This element is in an optional choice.
Diagram
Type
xs:unsignedInt
Properties
content
simple
Source
<xs:element name="MinPoints" type="xs:unsignedInt"><xs:annotation><xs:documentation>The MinPoints element is the minimum number of points to be used. A smaller number of points must not be used. A larger number of points may be used. This element is in an optional choice.</xs:documentation></xs:annotation></xs:element>
The PointDensity element is the density of points to be used. A larger or smaller point density must not be used, except as is unavoidable because the number of points is an integer. This element is in an optional choice.
<xs:element name="PointDensity" type="PositiveDecimalType"><xs:annotation><xs:documentation>The PointDensity element is the density of points to be used. A larger or smaller point density must not be used, except as is unavoidable because the number of points is an integer. This element is in an optional choice.</xs:documentation></xs:annotation></xs:element>
The MinPointDensity element is the minimum density of points to be used. A smaller point density must not be used. A larger point density may be used. This element is in an optional choice.
<xs:element name="MinPointDensity" type="PositiveDecimalType"><xs:annotation><xs:documentation>The MinPointDensity element is the minimum density of points to be used. A smaller point density must not be used. A larger point density may be used. This element is in an optional choice.</xs:documentation></xs:annotation></xs:element>
The ThenPointsType defines an optional choice of four alternative methods for specifying the quantity of hit points to be used. In the two density alternatives: (1) for curves, the value is in points per unit length in linear units; (2) for surfaces, the value is in points per unit area in area units.
<xs:complexType name="ThenPointsType"><xs:annotation><xs:documentation>The ThenPointsType defines an optional choice of four alternative methods for specifying the quantity of hit points to be used. In the two density alternatives: (1) for curves, the value is in points per unit length in linear units; (2) for surfaces, the value is in points per unit area in area units.</xs:documentation></xs:annotation><xs:sequence><xs:choice minOccurs="0"><xs:element name="NumberOfPoints" type="xs:unsignedInt"><xs:annotation><xs:documentation>The NumberOfPoints element is the number of points to be used. A larger or smaller number of points must not be used. This element is in an optional choice.</xs:documentation></xs:annotation></xs:element><xs:element name="MinPoints" type="xs:unsignedInt"><xs:annotation><xs:documentation>The MinPoints element is the minimum number of points to be used. A smaller number of points must not be used. A larger number of points may be used. This element is in an optional choice.</xs:documentation></xs:annotation></xs:element><xs:element name="PointDensity" type="PositiveDecimalType"><xs:annotation><xs:documentation>The PointDensity element is the density of points to be used. A larger or smaller point density must not be used, except as is unavoidable because the number of points is an integer. This element is in an optional choice.</xs:documentation></xs:annotation></xs:element><xs:element name="MinPointDensity" type="PositiveDecimalType"><xs:annotation><xs:documentation>The MinPointDensity element is the minimum density of points to be used. A smaller point density must not be used. A larger point density may be used. This element is in an optional choice.</xs:documentation></xs:annotation></xs:element></xs:choice></xs:sequence></xs:complexType>