<xs:element name="Location" type="PointType"><xs:annotation><xs:documentation>The Location element is the nominal center of the torus.</xs:documentation></xs:annotation></xs:element>
<xs:element name="AxisVector" type="UnitVectorType"><xs:annotation><xs:documentation>The AxisVector element is the nominal unit axis vector of the torus.</xs:documentation></xs:annotation></xs:element>
The optional LatitudeLongitudeSweep element gives the extent of a partial torus with angular sweep in two directions analogous to terrestrial latitude and longitude.
<xs:element name="LatitudeLongitudeSweep" type="LatitudeLongitudeSweepType" minOccurs="0"><xs:annotation><xs:documentation>The optional LatitudeLongitudeSweep element gives the extent of a partial torus with angular sweep in two directions analogous to terrestrial latitude and longitude.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Constructed" type="TorusConstructionMethodType" minOccurs="0"><xs:annotation><xs:documentation>The optional Constructed element signifies that the torus 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="TorusFeatureNominalType"><xs:annotation><xs:documentation>The TorusFeatureNominalType defines the torus feature nominal information for an individual torus 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 torus.</xs:documentation></xs:annotation></xs:element><xs:element name="AxisVector" type="UnitVectorType"><xs:annotation><xs:documentation>The AxisVector element is the nominal unit axis vector of the torus.</xs:documentation></xs:annotation></xs:element><xs:element name="LatitudeLongitudeSweep" type="LatitudeLongitudeSweepType" minOccurs="0"><xs:annotation><xs:documentation>The optional LatitudeLongitudeSweep element gives the extent of a partial torus with angular sweep in two directions analogous to terrestrial latitude and longitude.</xs:documentation></xs:annotation></xs:element><xs:element name="Constructed" type="TorusConstructionMethodType" minOccurs="0"><xs:annotation><xs:documentation>The optional Constructed element signifies that the torus is constructed and provides details of the construction method.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>