Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element NominalRotationAlignmentOperationType / RotationAxis
Annotations
The RotationAxis element is the direction in the current coordinate system about which the coordinate system is rotated.
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="RotationAxis" type="UnitVectorType">
  <xs:annotation>
    <xs:documentation>The RotationAxis element is the direction in the current coordinate system about which the coordinate system is rotated.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element NominalRotationAlignmentOperationType / Angle
Annotations
The Angle element is the angle through which the coordinate system is rotated. A positive angle represents a right-handed rotation about the rotation axis.
Diagram
Diagram Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_decimalPlaces Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_significantFigures Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType Units_xsd_Complex_Type_AngularValueType.tmp#AngularValueType_angularUnit Units_xsd_Complex_Type_AngularValueType.tmp#AngularValueType
Type AngularValueType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
angularUnit xs:token optional
The optional angularUnit attribute defines the UnitName for the AngularValueType.
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<xs:element name="Angle" type="AngularValueType">
  <xs:annotation>
    <xs:documentation>The Angle element is the angle through which the coordinate system is rotated. A positive angle represents a right-handed rotation about the rotation axis.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type NominalRotationAlignmentOperationType
Annotations
The NominalRotationAlignmentOperationType defines information particular to a nominal rotation alignment operation.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_AlignmentOperationBaseType.tmp#AlignmentOperationBaseType_SequenceNumber Primitives_xsd_Element_Attributes.tmp#Attributes IntermediatesPMI_xsd_Complex_Type_AlignmentOperationBaseType.tmp#AlignmentOperationBaseType IntermediatesPMI_xsd_Complex_Type_NominalRotationAlignmentOperationType.tmp#NominalRotationAlignmentOperationType_RotationAxis IntermediatesPMI_xsd_Complex_Type_NominalRotationAlignmentOperationType.tmp#NominalRotationAlignmentOperationType_Angle
Type extension of AlignmentOperationBaseType
Type hierarchy
Used by
Element NominalRotation
Children Angle, Attributes, RotationAxis, SequenceNumber
Source
<xs:complexType name="NominalRotationAlignmentOperationType">
  <xs:annotation>
    <xs:documentation>The NominalRotationAlignmentOperationType defines information particular to a nominal rotation alignment operation.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="AlignmentOperationBaseType">
      <xs:sequence>
        <xs:element name="RotationAxis" type="UnitVectorType">
          <xs:annotation>
            <xs:documentation>The RotationAxis element is the direction in the current coordinate system about which the coordinate system is rotated.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Angle" type="AngularValueType">
          <xs:annotation>
            <xs:documentation>The Angle element is the angle through which the coordinate system is rotated. A positive angle represents a right-handed rotation about the rotation 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/IntermediatesPMI.xsd