Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element PrimaryAlignmentOperationType / PrimaryEntity
Annotations
The PrimaryEntity element is the feature or datum for the primary 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
<PrimaryEntity xmlns="http://qifstandards.org/xsd/qif3">
  <DatumDefinitionId asmPathId="" asmPathXId="" xId="">{1,1}</DatumDefinitionId>
  <BaseFeature>{1,1}</BaseFeature>
</PrimaryEntity>
Source
<xs:element name="PrimaryEntity" type="AlignmentFeatureType">
  <xs:annotation>
    <xs:documentation>The PrimaryEntity element is the feature or datum for the primary 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 PrimaryAlignmentOperationType / PrimaryAxis
Annotations
The PrimaryAxis element is the direction in which the primary 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="PrimaryAxis" type="UnitVectorType">
  <xs:annotation>
    <xs:documentation>The PrimaryAxis element is the direction in which the primary 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
Complex Type PrimaryAlignmentOperationType
Annotations
The PrimaryAlignmentOperationType defines information particular to a primary alignment operation. In a primary alignment operation the coordinate system is aligned so that the measured feature axis or normal vector points exactly in the specified primary direction.
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_PrimaryAlignmentOperationType.tmp#PrimaryAlignmentOperationType_PrimaryEntity IntermediatesPMI_xsd_Complex_Type_PrimaryAlignmentOperationType.tmp#PrimaryAlignmentOperationType_PrimaryAxis
Type extension of AlignmentOperationBaseType
Type hierarchy
Used by
Children Attributes, PrimaryAxis, PrimaryEntity, SequenceNumber
Source
<xs:complexType name="PrimaryAlignmentOperationType">
  <xs:annotation>
    <xs:documentation>The PrimaryAlignmentOperationType defines information particular to a primary alignment operation. In a primary alignment operation the coordinate system is aligned so that the measured feature axis or normal vector points exactly in the specified primary direction.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="AlignmentOperationBaseType">
      <xs:sequence>
        <xs:element name="PrimaryEntity" type="AlignmentFeatureType">
          <xs:annotation>
            <xs:documentation>The PrimaryEntity element is the feature or datum for the primary alignment operation. This feature or datum must have an axis or normal vector.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="PrimaryAxis" type="UnitVectorType">
          <xs:annotation>
            <xs:documentation>The PrimaryAxis element is the direction in which the primary axis points in the current coordinate system.</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