The DefiningPoints element is a list of nominal points defining the nominal point-defined surface. The nominal point-defined surface passes through these points.
<xs:element name="DefiningPoints" type="DefiningPointsNominalType"><xs:annotation><xs:documentation>The DefiningPoints element is a list of nominal points defining the nominal point-defined surface. The nominal point-defined surface passes through these points.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Constructed" type="PointDefinedSurfaceConstructionMethodType" minOccurs="0"><xs:annotation><xs:documentation>The optional Constructed element signifies that the point defined surface is constructed and provides details of the construction method.</xs:documentation></xs:annotation></xs:element>
Complex Type PointDefinedSurfaceFeatureNominalType
Annotations
The PointDefinedSurfaceFeatureNominalType defines the point-defined surface feature nominal information for an individual point-defined surface feature.
The id attribute is the QIF id of the feature, used for referencing.
Source
<xs:complexType name="PointDefinedSurfaceFeatureNominalType"><xs:annotation><xs:documentation>The PointDefinedSurfaceFeatureNominalType defines the point-defined surface feature nominal information for an individual point-defined surface feature.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="SurfaceFeatureNominalBaseType"><xs:sequence><xs:element name="DefiningPoints" type="DefiningPointsNominalType"><xs:annotation><xs:documentation>The DefiningPoints element is a list of nominal points defining the nominal point-defined surface. The nominal point-defined surface passes through these points.</xs:documentation></xs:annotation></xs:element><xs:element name="Constructed" type="PointDefinedSurfaceConstructionMethodType" minOccurs="0"><xs:annotation><xs:documentation>The optional Constructed element signifies that the point defined surface is constructed and provides details of the construction method.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>