Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element ThenPointsType / NumberOfPoints
Annotations
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
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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFRules.xsd
Element ThenPointsType / MinPoints
Annotations
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
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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFRules.xsd
Element ThenPointsType / PointDensity
Annotations
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.
Diagram
Diagram Units_xsd_Simple_Type_PositiveDecimalType.tmp#PositiveDecimalType
Type PositiveDecimalType
Properties
content simple
Facets
minExclusive 0
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFRules.xsd
Element ThenPointsType / MinPointDensity
Annotations
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.
Diagram
Diagram Units_xsd_Simple_Type_PositiveDecimalType.tmp#PositiveDecimalType
Type PositiveDecimalType
Properties
content simple
Facets
minExclusive 0
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFRules.xsd
Complex Type ThenPointsType
Annotations
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.
Diagram
Diagram QIFRules_xsd_Complex_Type_ThenPointsType.tmp#ThenPointsType_NumberOfPoints QIFRules_xsd_Complex_Type_ThenPointsType.tmp#ThenPointsType_MinPoints QIFRules_xsd_Complex_Type_ThenPointsType.tmp#ThenPointsType_PointDensity QIFRules_xsd_Complex_Type_ThenPointsType.tmp#ThenPointsType_MinPointDensity
Used by
Children MinPointDensity, MinPoints, NumberOfPoints, PointDensity
Source
<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>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFRules.xsd