Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element SecondaryAlignmentOperationType / SecondaryEntity
Annotations
The SecondaryEntity element is the feature or datum for the secondary alignment operation. This feature or datum must have an axis or normal vector.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_AlignmentFeatureType.tmp#AlignmentFeatureType_DatumDefinitionId IntermediatesPMI_xsd_Complex_Type_AlignmentFeatureType.tmp#AlignmentFeatureType_BaseFeature IntermediatesPMI_xsd_Complex_Type_AlignmentFeatureType.tmp#AlignmentFeatureType
Type AlignmentFeatureType
Properties
content complex
Children BaseFeature, DatumDefinitionId
Instance
<SecondaryEntity xmlns="http://qifstandards.org/xsd/qif3">
  <DatumDefinitionId asmPathId="" asmPathXId="" xId="">{1,1}</DatumDefinitionId>
  <BaseFeature>{1,1}</BaseFeature>
</SecondaryEntity>
Source
<xs:element name="SecondaryEntity" type="AlignmentFeatureType">
  <xs:annotation>
    <xs:documentation>The SecondaryEntity element is the feature or datum for the secondary alignment operation. This feature or datum must have an axis or normal vector.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element SecondaryAlignmentOperationType / SecondaryAxis
Annotations
The SecondaryAxis element is the direction in which the secondary axis points in the current coordinate system.
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="SecondaryAxis" type="UnitVectorType">
  <xs:annotation>
    <xs:documentation>The SecondaryAxis element is the direction in which the secondary axis points in the current coordinate system.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element SecondaryAlignmentOperationType / RotationAxis
Annotations
The optional RotationAxis element is the direction in the current coordinate system about which the coordinate system is rotated to establish the secondary axis. If absent the rotation axis will be the primary axis defined in a previous alignment operation.
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
minOccurs 0
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" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional RotationAxis element is the direction in the current coordinate system about which the coordinate system is rotated to establish the secondary axis. If absent the rotation axis will be the primary axis defined in a previous alignment operation.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type SecondaryAlignmentOperationType
Annotations
The SecondaryAlignmentOperationType defines information particular to a secondary alignment operation. In a secondary alignment operation the coordinate system is aligned so that the measured feature axis or normal vector points as closely as possible in the specified secondary direction given the constraint that the primary alignment axis or rotation axis remains unchanged.
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_SecondaryAlignmentOperationType.tmp#SecondaryAlignmentOperationType_SecondaryEntity IntermediatesPMI_xsd_Complex_Type_SecondaryAlignmentOperationType.tmp#SecondaryAlignmentOperationType_SecondaryAxis IntermediatesPMI_xsd_Complex_Type_SecondaryAlignmentOperationType.tmp#SecondaryAlignmentOperationType_RotationAxis
Type extension of AlignmentOperationBaseType
Type hierarchy
Used by
Children Attributes, RotationAxis, SecondaryAxis, SecondaryEntity, SequenceNumber
Source
<xs:complexType name="SecondaryAlignmentOperationType">
  <xs:annotation>
    <xs:documentation>The SecondaryAlignmentOperationType defines information particular to a secondary alignment operation. In a secondary alignment operation the coordinate system is aligned so that the measured feature axis or normal vector points as closely as possible in the specified secondary direction given the constraint that the primary alignment axis or rotation axis remains unchanged.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="AlignmentOperationBaseType">
      <xs:sequence>
        <xs:element name="SecondaryEntity" type="AlignmentFeatureType">
          <xs:annotation>
            <xs:documentation>The SecondaryEntity element is the feature or datum for the secondary alignment operation. This feature or datum must have an axis or normal vector.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="SecondaryAxis" type="UnitVectorType">
          <xs:annotation>
            <xs:documentation>The SecondaryAxis element is the direction in which the secondary axis points in the current coordinate system.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="RotationAxis" type="UnitVectorType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional RotationAxis element is the direction in the current coordinate system about which the coordinate system is rotated to establish the secondary axis. If absent the rotation axis will be the primary axis defined in a previous alignment operation.</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