Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element MeasurementOriginOffsetType / OriginEntity
Annotations
The OriginEntity element is the feature or datum that defines an origin along the specified direction.
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
<OriginEntity xmlns="http://qifstandards.org/xsd/qif3">
  <DatumDefinitionId asmPathId="" asmPathXId="" xId="">{1,1}</DatumDefinitionId>
  <BaseFeature>{1,1}</BaseFeature>
</OriginEntity>
Source
<xs:element name="OriginEntity" type="AlignmentFeatureType">
  <xs:annotation>
    <xs:documentation>The OriginEntity element is the feature or datum that defines an origin along the specified direction.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element MeasurementOriginOffsetType / OriginDirection
Annotations
The OriginDirection element is the direction in the current coordinate system in which the origin is set.
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="OriginDirection" type="UnitVectorType">
  <xs:annotation>
    <xs:documentation>The OriginDirection element is the direction in the current coordinate system in which the origin is set.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type MeasurementOriginOffsetType
Annotations
The MeasurementOriginOffsetType defines information particular to a measurement origin offset.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_MeasurementOriginOffsetType.tmp#MeasurementOriginOffsetType_OriginEntity IntermediatesPMI_xsd_Complex_Type_MeasurementOriginOffsetType.tmp#MeasurementOriginOffsetType_OriginDirection
Used by
Children OriginDirection, OriginEntity
Source
<xs:complexType name="MeasurementOriginOffsetType">
  <xs:annotation>
    <xs:documentation>The MeasurementOriginOffsetType defines information particular to a measurement origin offset.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="OriginEntity" type="AlignmentFeatureType">
      <xs:annotation>
        <xs:documentation>The OriginEntity element is the feature or datum that defines an origin along the specified direction.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OriginDirection" type="UnitVectorType">
      <xs:annotation>
        <xs:documentation>The OriginDirection element is the direction in the current coordinate system in which the origin is set.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd