<xs:element name="Location" type="PointType"><xs:annotation><xs:documentation>The Location element is the nominal center of the sphere.</xs:documentation></xs:annotation></xs:element>
The optional LatitudeLongitude Sweep element gives the partial sphere with angular sweep in two directions analogous to terrestrial latitude and longitude.
<xs:element name="LatitudeLongitudeSweep" type="OrientedLatitudeLongitudeSweepType" minOccurs="0"><xs:annotation><xs:documentation>The optional LatitudeLongitude Sweep element gives the partial sphere with angular sweep in two directions analogous to terrestrial latitude and longitude.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Constructed" type="SphereConstructionMethodType" minOccurs="0"><xs:annotation><xs:documentation>The optional Constructed element signifies that the sphere 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="SphereFeatureNominalType"><xs:annotation><xs:documentation>The SphereFeatureNominalType defines the sphere feature nominal information for an individual sphere 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 sphere.</xs:documentation></xs:annotation></xs:element><xs:element name="LatitudeLongitudeSweep" type="OrientedLatitudeLongitudeSweepType" minOccurs="0"><xs:annotation><xs:documentation>The optional LatitudeLongitude Sweep element gives the partial sphere with angular sweep in two directions analogous to terrestrial latitude and longitude.</xs:documentation></xs:annotation></xs:element><xs:element name="Constructed" type="SphereConstructionMethodType" minOccurs="0"><xs:annotation><xs:documentation>The optional Constructed element signifies that the sphere is constructed and provides details of the construction method.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>