<xs:element name="Location" type="PointType"><xs:annotation><xs:documentation>The Location element is the nominal center of the spherical segment.</xs:documentation></xs:annotation></xs:element>
The LatitudeLongitudeSweep element gives the extent of a spherical segment with angular sweep in two directions analogous to terrestrial latitude and longitude.
<xs:element name="LatitudeLongitudeSweep" type="OrientedLatitudeLongitudeSweepType"><xs:annotation><xs:documentation>The LatitudeLongitudeSweep element gives the extent of a spherical segment with angular sweep in two directions analogous to terrestrial latitude and longitude.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Constructed" type="SphericalSegmentConstructionMethodType" minOccurs="0"><xs:annotation><xs:documentation>The optional Constructed element signifies that the spherical segment is constructed and provides details of the construction method.</xs:documentation></xs:annotation></xs:element>
The id attribute is the QIF id of the feature, used for referencing.
Source
<xs:complexType name="SphericalSegmentFeatureNominalType"><xs:annotation><xs:documentation>The SphericalSegmentFeatureNominalType defines the spherical segment feature nominal information for an individual spherical segment feature.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="SurfaceFeatureNominalBaseType"><xs:sequence><xs:element name="Location" type="PointType"><xs:annotation><xs:documentation>The Location element is the nominal center of the spherical segment.</xs:documentation></xs:annotation></xs:element><xs:element name="LatitudeLongitudeSweep" type="OrientedLatitudeLongitudeSweepType"><xs:annotation><xs:documentation>The LatitudeLongitudeSweep element gives the extent of a spherical segment with angular sweep in two directions analogous to terrestrial latitude and longitude.</xs:documentation></xs:annotation></xs:element><xs:element name="Constructed" type="SphericalSegmentConstructionMethodType" minOccurs="0"><xs:annotation><xs:documentation>The optional Constructed element signifies that the spherical segment is constructed and provides details of the construction method.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>