Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element MeasuredFeatureType / PointList
Annotations
The optional PointList element is a list of references to nominal target measurement points for the feature.
Diagram
Diagram Features_xsd_Complex_Type_PointListType.tmp#PointListType_n Features_xsd_Element_PointSetId.tmp#PointSetId Features_xsd_Complex_Type_PointListType.tmp#PointListType
Type PointListType
Properties
content complex
minOccurs 0
Children PointSetId
Instance
<PointList n="" xmlns="http://qifstandards.org/xsd/qif3">
  <PointSetId xId="">{1,unbounded}</PointSetId>
</PointList>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of point set references in the list.
Source
<xs:element name="PointList" type="PointListType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional PointList element is a list of references to nominal target measurement points for the feature.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type MeasuredFeatureType
Annotations
The MeasuredFeatureType defines that a feature is measured.
Diagram
Diagram Features_xsd_Complex_Type_MeasuredFeatureType.tmp#MeasuredFeatureType_PointList
Used by
Children PointList
Source
<xs:complexType name="MeasuredFeatureType">
  <xs:annotation>
    <xs:documentation>The MeasuredFeatureType defines that a feature is measured.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="PointList" type="PointListType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional PointList element is a list of references to nominal target measurement points for the feature.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd