<xs:element name="DeterminationMode" type="SphericalSegmentMeasurementDeterminationType"><xs:annotation><xs:documentation>The DeterminationMode element is the means by which the spherical segment feature measurement is determined.</xs:documentation></xs:annotation></xs:element>
The SphericalSegmentFeatureItemType defines an individual spherical segment feature. A spherical segment is a portion of a sphere like the surface in the corner intersection of three filleted planes.
The id attribute is the QIF id of the feature, used for referencing.
Source
<xs:complexType name="SphericalSegmentFeatureItemType"><xs:annotation><xs:documentation>The SphericalSegmentFeatureItemType defines an individual spherical segment feature. A spherical segment is a portion of a sphere like the surface in the corner intersection of three filleted planes.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="SurfaceFeatureItemBaseType"><xs:sequence><xs:element name="DeterminationMode" type="SphericalSegmentMeasurementDeterminationType"><xs:annotation><xs:documentation>The DeterminationMode element is the means by which the spherical segment feature measurement is determined.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>