<xs:element name="SurfaceFeature" type="BaseFeatureType"><xs:annotation><xs:documentation>The SurfaceFeature element identifies the scanned surface feature from which the point feature is retrieved.</xs:documentation></xs:annotation></xs:element>
The SearchRadius element is the radius around the nominal feature, wherein the measured feature can be expected. The SearchRadius is the radius of a cylinder. All scanned points within this cylinder are examined for the retrieval of the feature. The cylinder's axis is defined by the feature's normal direction and the cylinder's axis passes through the feature's location point.
<xs:element name="SearchRadius" type="LinearValueType"><xs:annotation><xs:documentation>The SearchRadius element is the radius around the nominal feature, wherein the measured feature can be expected. The SearchRadius is the radius of a cylinder. All scanned points within this cylinder are examined for the retrieval of the feature. The cylinder's axis is defined by the feature's normal direction and the cylinder's axis passes through the feature's location point.</xs:documentation></xs:annotation></xs:element>
<xs:element name="RetrievalMethod" type="RetrievalMethodEnumType"><xs:annotation><xs:documentation>The RetrievalMethod element defines the method for extracting the point feature from the points within the acceptance cylinder.</xs:documentation></xs:annotation></xs:element>
<xs:complexType name="PointFeatureFromScanType"><xs:annotation><xs:documentation>The PointFeatureFromScanType defines a point feature construction by the retrieval of a point feature from a scanned surface feature (point cloud).</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="ConstructionMethodBaseType"><xs:sequence><xs:element name="SurfaceFeature" type="BaseFeatureType"><xs:annotation><xs:documentation>The SurfaceFeature element identifies the scanned surface feature from which the point feature is retrieved.</xs:documentation></xs:annotation></xs:element><xs:element name="SearchRadius" type="LinearValueType"><xs:annotation><xs:documentation>The SearchRadius element is the radius around the nominal feature, wherein the measured feature can be expected. The SearchRadius is the radius of a cylinder. All scanned points within this cylinder are examined for the retrieval of the feature. The cylinder's axis is defined by the feature's normal direction and the cylinder's axis passes through the feature's location point.</xs:documentation></xs:annotation></xs:element><xs:element name="RetrievalMethod" type="RetrievalMethodEnumType"><xs:annotation><xs:documentation>The RetrievalMethod element defines the method for extracting the point feature from the points within the acceptance cylinder.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>