Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element PointFeatureMovePointVectorType / BaseFeature
Annotations
The BaseFeature element identifies the point 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 point to be translated.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element PointFeatureMovePointVectorType / Distance
Annotations
The Distance element is the distance by which the base point is to be translated.
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_LinearValueType.tmp#LinearValueType_linearUnit Units_xsd_Complex_Type_LinearValueType.tmp#LinearValueType
Type LinearValueType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
linearUnit xs:token optional
The optional linearUnit attribute defines the UnitName for the LinearValueType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<xs:element name="Distance" type="LinearValueType">
  <xs:annotation>
    <xs:documentation>The Distance element is the distance by which the base point is to be translated.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element PointFeatureMovePointVectorType / Vector
Annotations
The Vector element is the unit vector specifying the translation direction.
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="Vector" type="UnitVectorType">
  <xs:annotation>
    <xs:documentation>The Vector element is the unit vector specifying the translation direction.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type PointFeatureMovePointVectorType
Annotations
The PointFeatureMovePointVectorType defines the construction of a point by translating a base point a specified distance in a specified direction. If the Distance is negative, the point moves in the opposite direction to the vector.
Diagram
Diagram Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType_NominalsCalculated Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType Features_xsd_Complex_Type_PointFeatureMovePointVectorType.tmp#PointFeatureMovePointVectorType_BaseFeature Features_xsd_Complex_Type_PointFeatureMovePointVectorType.tmp#PointFeatureMovePointVectorType_Distance Features_xsd_Complex_Type_PointFeatureMovePointVectorType.tmp#PointFeatureMovePointVectorType_Vector
Type extension of ConstructionMethodBaseType
Type hierarchy
Used by
Children BaseFeature, Distance, NominalsCalculated, Vector
Source
<xs:complexType name="PointFeatureMovePointVectorType">
  <xs:annotation>
    <xs:documentation>The PointFeatureMovePointVectorType defines the construction of a point by translating a base point a specified distance in a specified direction. If the Distance is negative, the point moves in the opposite direction to the vector.</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 point to be translated.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Distance" type="LinearValueType">
          <xs:annotation>
            <xs:documentation>The Distance element is the distance by which the base point is to be translated.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Vector" type="UnitVectorType">
          <xs:annotation>
            <xs:documentation>The Vector element is the unit vector specifying the translation direction.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd