Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element OrientedLatitudeLongitudeSweepType / DirNorthPole
Annotations
The DirNorthPole element is the direction of the north pole vector. For a torus this vector must be parallel or anti-parallel to the feature axis.
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="DirNorthPole" type="UnitVectorType">
  <xs:annotation>
    <xs:documentation>The DirNorthPole element is the direction of the north pole vector. For a torus this vector must be parallel or anti-parallel to the feature axis.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd
Complex Type OrientedLatitudeLongitudeSweepType
Annotations
The OrientedLatitudeLongitudeSweepType defines a LatitudeLongitudeSweepType with a north pole added.
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 Primitives_xsd_Complex_Type_OrientedLatitudeLongitudeSweepType.tmp#OrientedLatitudeLongitudeSweepType_DirNorthPole
Type extension of LatitudeLongitudeSweepType
Type hierarchy
Used by
Children DirMeridianPrime, DirNorthPole, DomainLatitude, DomainLongitude
Source
<xs:complexType name="OrientedLatitudeLongitudeSweepType">
  <xs:annotation>
    <xs:documentation>The OrientedLatitudeLongitudeSweepType defines a LatitudeLongitudeSweepType with a north pole added.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="LatitudeLongitudeSweepType">
      <xs:sequence>
        <xs:element name="DirNorthPole" type="UnitVectorType">
          <xs:annotation>
            <xs:documentation>The DirNorthPole element is the direction of the north pole vector. For a torus this vector must be parallel or anti-parallel to the feature axis.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd