<xs:element name="DeterminationMode" type="PointDefinedSurfaceMeasurementDeterminationType"><xs:annotation><xs:documentation>The DeterminationMode element is the means by which the point-defined surface feature measurement is determined.</xs:documentation></xs:annotation></xs:element>
The PointDefinedSurfaceFeatureItemType defines an individual point-defined surface feature. A point-defined surface feature is defined by a set of points on a surface.
The id attribute is the QIF id of the feature, used for referencing.
Source
<xs:complexType name="PointDefinedSurfaceFeatureItemType"><xs:annotation><xs:documentation>The PointDefinedSurfaceFeatureItemType defines an individual point-defined surface feature. A point-defined surface feature is defined by a set of points on a surface.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="SurfaceFeatureItemBaseType"><xs:sequence><xs:element name="DeterminationMode" type="PointDefinedSurfaceMeasurementDeterminationType"><xs:annotation><xs:documentation>The DeterminationMode element is the means by which the point-defined surface feature measurement is determined.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>