Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element PointFeatureMovePointType / BaseFeature
Annotations
The BaseFeature element identifies the feature that defines the base point that is to be translated.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_BaseFeatureType.tmp#BaseFeatureType_ReferencedComponent IntermediatesPMI_xsd_Complex_Type_BaseFeatureType.tmp#BaseFeatureType_FeatureId IntermediatesPMI_xsd_Complex_Type_BaseFeatureType.tmp#BaseFeatureType
Type BaseFeatureType
Properties
content complex
Children FeatureId, ReferencedComponent
Instance
<BaseFeature xmlns="http://qifstandards.org/xsd/qif3">
  <ReferencedComponent>{1,1}</ReferencedComponent>
  <FeatureId asmPathId="" asmPathXId="" xId="">{1,1}</FeatureId>
</BaseFeature>
Source
<xs:element name="BaseFeature" type="BaseFeatureType">
  <xs:annotation>
    <xs:documentation>The BaseFeature element identifies the feature that defines the base point that is to be translated.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element PointFeatureMovePointType / Offset
Annotations
The Offset element specifies the XYZ amount by which the base point is to be translated in the current coordinate system.
Diagram
Diagram Primitives_xsd_Simple_Type_VectorSimpleType.tmp#VectorSimpleType Primitives_xsd_Attribute_Group_AttrPoint.tmp#AttrPoint Primitives_xsd_Complex_Type_VectorType.tmp#VectorType
Type VectorType
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="Offset" type="VectorType">
  <xs:annotation>
    <xs:documentation>The Offset element specifies the XYZ amount by which the base point is to be translated in the current coordinate system.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element PointFeatureMovePointType / DirectionalOffset
Annotations
The DirectionalOffset element specifies the offset distance and direction by which the base point is to be translated in the current coordinate system.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_DirectionalOffsetType.tmp#DirectionalOffsetType_Offset IntermediatesPMI_xsd_Complex_Type_DirectionalOffsetType.tmp#DirectionalOffsetType_NominalDirection IntermediatesPMI_xsd_Complex_Type_DirectionalOffsetType.tmp#DirectionalOffsetType_FeatureDirection IntermediatesPMI_xsd_Complex_Type_DirectionalOffsetType.tmp#DirectionalOffsetType
Type DirectionalOffsetType
Properties
content complex
Children FeatureDirection, NominalDirection, Offset
Instance
<DirectionalOffset xmlns="http://qifstandards.org/xsd/qif3">
  <Offset decimalPlaces="" linearUnit="" significantFigures="">{1,1}</Offset>
  <NominalDirection decimalPlaces="" linearUnit="" significantFigures="" validity="" xDecimalPlaces="" xSignificantFigures="" xValidity="" yDecimalPlaces="" ySignificantFigures="" yValidity="" zDecimalPlaces="" zSignificantFigures="" zValidity="">{1,1}</NominalDirection>
  <FeatureDirection>{1,1}</FeatureDirection>
</DirectionalOffset>
Source
<xs:element name="DirectionalOffset" type="DirectionalOffsetType">
  <xs:annotation>
    <xs:documentation>The DirectionalOffset element specifies the offset distance and direction by which the base point is to be translated in the current coordinate system.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type PointFeatureMovePointType
Annotations
The PointFeatureMovePointType defines the construction of a point by translating a base point by a specified offset.
Diagram
Diagram Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType_NominalsCalculated Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType Features_xsd_Complex_Type_PointFeatureMovePointType.tmp#PointFeatureMovePointType_BaseFeature Features_xsd_Complex_Type_PointFeatureMovePointType.tmp#PointFeatureMovePointType_Offset Features_xsd_Complex_Type_PointFeatureMovePointType.tmp#PointFeatureMovePointType_DirectionalOffset
Type extension of ConstructionMethodBaseType
Type hierarchy
Used by
Children BaseFeature, DirectionalOffset, NominalsCalculated, Offset
Source
<xs:complexType name="PointFeatureMovePointType">
  <xs:annotation>
    <xs:documentation>The PointFeatureMovePointType defines the construction of a point by translating a base point by a specified offset.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="ConstructionMethodBaseType">
      <xs:sequence>
        <xs:element name="BaseFeature" type="BaseFeatureType">
          <xs:annotation>
            <xs:documentation>The BaseFeature element identifies the feature that defines the base point that is to be translated.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:choice>
          <xs:element name="Offset" type="VectorType">
            <xs:annotation>
              <xs:documentation>The Offset element specifies the XYZ amount by which the base point is to be translated in the current coordinate system.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="DirectionalOffset" type="DirectionalOffsetType">
            <xs:annotation>
              <xs:documentation>The DirectionalOffset element specifies the offset distance and direction by which the base point is to be translated in the current coordinate system.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:choice>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd