Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element ToroidalSegmentFeatureNominalType / Location
Annotations
The Location element is the nominal center of the toroidal segment.
Diagram
Diagram Primitives_xsd_Simple_Type_PointSimpleType.tmp#PointSimpleType Primitives_xsd_Attribute_Group_AttrPoint.tmp#AttrPoint Primitives_xsd_Complex_Type_PointType.tmp#PointType
Type PointType
Type hierarchy
Properties
content complex
Attributes
QName Type Use
decimalPlaces xs:nonNegativeInteger optional
linearUnit xs:token optional
significantFigures xs:nonNegativeInteger optional
validity ValidityEnumType optional
xDecimalPlaces xs:nonNegativeInteger optional
xSignificantFigures xs:nonNegativeInteger optional
xValidity ValidityEnumType optional
yDecimalPlaces xs:nonNegativeInteger optional
ySignificantFigures xs:nonNegativeInteger optional
yValidity ValidityEnumType optional
zDecimalPlaces xs:nonNegativeInteger optional
zSignificantFigures xs:nonNegativeInteger optional
zValidity ValidityEnumType optional
Source
<xs:element name="Location" type="PointType">
  <xs:annotation>
    <xs:documentation>The Location element is the nominal center of the toroidal segment.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element ToroidalSegmentFeatureNominalType / AxisVector
Annotations
The AxisVector element is the nominal unit axis vector of the toroidal segment.
Diagram
Diagram Primitives_xsd_Simple_Type_UnitVectorSimpleType.tmp#UnitVectorSimpleType Primitives_xsd_Attribute_Group_AttrPoint.tmp#AttrPoint Primitives_xsd_Complex_Type_UnitVectorType.tmp#UnitVectorType
Type UnitVectorType
Type hierarchy
Properties
content complex
Attributes
QName Type Use
decimalPlaces xs:nonNegativeInteger optional
linearUnit xs:token optional
significantFigures xs:nonNegativeInteger optional
validity ValidityEnumType optional
xDecimalPlaces xs:nonNegativeInteger optional
xSignificantFigures xs:nonNegativeInteger optional
xValidity ValidityEnumType optional
yDecimalPlaces xs:nonNegativeInteger optional
ySignificantFigures xs:nonNegativeInteger optional
yValidity ValidityEnumType optional
zDecimalPlaces xs:nonNegativeInteger optional
zSignificantFigures xs:nonNegativeInteger optional
zValidity ValidityEnumType optional
Source
<xs:element name="AxisVector" type="UnitVectorType">
  <xs:annotation>
    <xs:documentation>The AxisVector element is the nominal unit axis vector of the toroidal segment.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element ToroidalSegmentFeatureNominalType / LatitudeLongitudeSweep
Annotations
The LatitudeLongitudeSweep element is the extent of the toroidal segment feature with angular sweep in two directions analogous to terrestrial latitude and longitude.
Diagram
Diagram Primitives_xsd_Complex_Type_LatitudeLongitudeSweepType.tmp#LatitudeLongitudeSweepType_DirMeridianPrime Primitives_xsd_Complex_Type_LatitudeLongitudeSweepType.tmp#LatitudeLongitudeSweepType_DomainLatitude Primitives_xsd_Complex_Type_LatitudeLongitudeSweepType.tmp#LatitudeLongitudeSweepType_DomainLongitude Primitives_xsd_Complex_Type_LatitudeLongitudeSweepType.tmp#LatitudeLongitudeSweepType
Type LatitudeLongitudeSweepType
Properties
content complex
Children DirMeridianPrime, DomainLatitude, DomainLongitude
Instance
<LatitudeLongitudeSweep xmlns="http://qifstandards.org/xsd/qif3">
  <DirMeridianPrime decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{1,1}</DirMeridianPrime>
  <DomainLatitude angularUnit="">{1,1}</DomainLatitude>
  <DomainLongitude angularUnit="">{1,1}</DomainLongitude>
</LatitudeLongitudeSweep>
Source
<xs:element name="LatitudeLongitudeSweep" type="LatitudeLongitudeSweepType">
  <xs:annotation>
    <xs:documentation>The LatitudeLongitudeSweep element is the extent of the toroidal segment feature with angular sweep in two directions analogous to terrestrial latitude and longitude.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element ToroidalSegmentFeatureNominalType / Constructed
Annotations
The optional Constructed element signifies that the toroidal segment is constructed and provides details of the construction method.
Diagram
Diagram Features_xsd_Complex_Type_ToroidalSegmentConstructionMethodType.tmp#ToroidalSegmentConstructionMethodType_BestFit Features_xsd_Complex_Type_ToroidalSegmentConstructionMethodType.tmp#ToroidalSegmentConstructionMethodType_Recompensated Features_xsd_Complex_Type_ToroidalSegmentConstructionMethodType.tmp#ToroidalSegmentConstructionMethodType_Copy Features_xsd_Complex_Type_ToroidalSegmentConstructionMethodType.tmp#ToroidalSegmentConstructionMethodType_Cast Features_xsd_Complex_Type_ToroidalSegmentConstructionMethodType.tmp#ToroidalSegmentConstructionMethodType_Transform Features_xsd_Complex_Type_ToroidalSegmentConstructionMethodType.tmp#ToroidalSegmentConstructionMethodType
Type ToroidalSegmentConstructionMethodType
Properties
content complex
minOccurs 0
Children BestFit, Cast, Copy, Recompensated, Transform
Instance
<Constructed xmlns="http://qifstandards.org/xsd/qif3">
  <BestFit n="">{1,1}</BestFit>
  <Recompensated>{1,1}</Recompensated>
  <Copy>{1,1}</Copy>
  <Cast>{1,1}</Cast>
  <Transform>{1,1}</Transform>
</Constructed>
Source
<xs:element name="Constructed" type="ToroidalSegmentConstructionMethodType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Constructed element signifies that the toroidal segment is constructed and provides details of the construction method.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type ToroidalSegmentFeatureNominalType
Annotations
The ToroidalSegmentFeatureNominalType defines the toroidal segment feature nominal information for an individual toroidal segment feature.
Diagram
Diagram Features_xsd_Complex_Type_FeatureBaseType.tmp#FeatureBaseType_id Primitives_xsd_Element_Attributes.tmp#Attributes Features_xsd_Complex_Type_FeatureBaseType.tmp#FeatureBaseType Features_xsd_Complex_Type_FeatureNominalBaseType.tmp#FeatureNominalBaseType_Name Features_xsd_Complex_Type_FeatureNominalBaseType.tmp#FeatureNominalBaseType_UUID Features_xsd_Complex_Type_FeatureNominalBaseType.tmp#FeatureNominalBaseType_FeatureDefinitionId Features_xsd_Complex_Type_FeatureNominalBaseType.tmp#FeatureNominalBaseType_ParentFeatureNominalId Features_xsd_Complex_Type_FeatureNominalBaseType.tmp#FeatureNominalBaseType_EntityInternalIds Features_xsd_Complex_Type_FeatureNominalBaseType.tmp#FeatureNominalBaseType_EntityExternalIds Features_xsd_Complex_Type_FeatureNominalBaseType.tmp#FeatureNominalBaseType Features_xsd_Complex_Type_ShapeFeatureNominalBaseType.tmp#ShapeFeatureNominalBaseType_PointList Features_xsd_Complex_Type_ShapeFeatureNominalBaseType.tmp#ShapeFeatureNominalBaseType_SubstituteFeatureAlgorithm Features_xsd_Complex_Type_ShapeFeatureNominalBaseType.tmp#ShapeFeatureNominalBaseType Features_xsd_Complex_Type_SurfaceFeatureNominalBaseType.tmp#SurfaceFeatureNominalBaseType Features_xsd_Complex_Type_ToroidalSegmentFeatureNominalType.tmp#ToroidalSegmentFeatureNominalType_Location Features_xsd_Complex_Type_ToroidalSegmentFeatureNominalType.tmp#ToroidalSegmentFeatureNominalType_AxisVector Features_xsd_Complex_Type_ToroidalSegmentFeatureNominalType.tmp#ToroidalSegmentFeatureNominalType_LatitudeLongitudeSweep Features_xsd_Complex_Type_ToroidalSegmentFeatureNominalType.tmp#ToroidalSegmentFeatureNominalType_Constructed
Type extension of SurfaceFeatureNominalBaseType
Type hierarchy
Used by
Children Attributes, AxisVector, Constructed, EntityExternalIds, EntityInternalIds, FeatureDefinitionId, LatitudeLongitudeSweep, Location, Name, ParentFeatureNominalId, PointList, SubstituteFeatureAlgorithm, UUID
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the feature, used for referencing.
Source
<xs:complexType name="ToroidalSegmentFeatureNominalType">
  <xs:annotation>
    <xs:documentation>The ToroidalSegmentFeatureNominalType defines the toroidal segment feature nominal information for an individual toroidal 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 toroidal segment.</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 toroidal segment.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="LatitudeLongitudeSweep" type="LatitudeLongitudeSweepType">
          <xs:annotation>
            <xs:documentation>The LatitudeLongitudeSweep element is the extent of the toroidal segment feature with angular sweep in two directions analogous to terrestrial latitude and longitude.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Constructed" type="ToroidalSegmentConstructionMethodType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional Constructed element signifies that the toroidal segment is constructed and provides details of the construction method.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd