<xs:element name="DeterminationMode" type="PointDefinedCurveMeasurementDeterminationType"><xs:annotation><xs:documentation>The DeterminationMode element is the means by which the point-defined curve feature measurement is determined.</xs:documentation></xs:annotation></xs:element>
The PointDefinedCurveFeatureItemType defines an individual point-defined curve feature. A point-defined curve feature is defined by a set of points and may be a planar curve or a free-form curve not in a plane.
The id attribute is the QIF id of the feature, used for referencing.
Source
<xs:complexType name="PointDefinedCurveFeatureItemType"><xs:annotation><xs:documentation>The PointDefinedCurveFeatureItemType defines an individual point-defined curve feature. A point-defined curve feature is defined by a set of points and may be a planar curve or a free-form curve not in a plane.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="CurveFeatureItemBaseType"><xs:sequence><xs:element name="DeterminationMode" type="PointDefinedCurveMeasurementDeterminationType"><xs:annotation><xs:documentation>The DeterminationMode element is the means by which the point-defined curve feature measurement is determined.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>