Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element PointFeatureMovePointAxisType / BaseLocationFeature
Annotations
The BaseLocationFeature element identifies the feature whose location point 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
<BaseLocationFeature xmlns="http://qifstandards.org/xsd/qif3">
  <ReferencedComponent>{1,1}</ReferencedComponent>
  <FeatureId asmPathId="" asmPathXId="" xId="">{1,1}</FeatureId>
</BaseLocationFeature>
Source
<xs:element name="BaseLocationFeature" type="BaseFeatureType">
  <xs:annotation>
    <xs:documentation>The BaseLocationFeature element identifies the feature whose location point is to be translated.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element PointFeatureMovePointAxisType / Distance
Annotations
The Distance element is the distance by which the base location 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 location is to be translated.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element PointFeatureMovePointAxisType / BaseAxisFeature
Annotations
The BaseAxisFeature element identifies the feature whose axis defines the translation direction.
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
<BaseAxisFeature xmlns="http://qifstandards.org/xsd/qif3">
  <ReferencedComponent>{1,1}</ReferencedComponent>
  <FeatureId asmPathId="" asmPathXId="" xId="">{1,1}</FeatureId>
</BaseAxisFeature>
Source
<xs:element name="BaseAxisFeature" type="BaseFeatureType">
  <xs:annotation>
    <xs:documentation>The BaseAxisFeature element identifies the feature whose axis defines the translation direction.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type PointFeatureMovePointAxisType
Annotations
The PointFeatureMovePointAxisType defines the construction of a point by translating a point by a specified distance along a feature axis from another feature location. If the Distance is negative, the point moves in the opposite direction to the feature axis.
Diagram
Diagram Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType_NominalsCalculated Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType Features_xsd_Complex_Type_PointFeatureMovePointAxisType.tmp#PointFeatureMovePointAxisType_BaseLocationFeature Features_xsd_Complex_Type_PointFeatureMovePointAxisType.tmp#PointFeatureMovePointAxisType_Distance Features_xsd_Complex_Type_PointFeatureMovePointAxisType.tmp#PointFeatureMovePointAxisType_BaseAxisFeature
Type extension of ConstructionMethodBaseType
Type hierarchy
Used by
Children BaseAxisFeature, BaseLocationFeature, Distance, NominalsCalculated
Source
<xs:complexType name="PointFeatureMovePointAxisType">
  <xs:annotation>
    <xs:documentation>The PointFeatureMovePointAxisType defines the construction of a point by translating a point by a specified distance along a feature axis from another feature location. If the Distance is negative, the point moves in the opposite direction to the feature axis.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="ConstructionMethodBaseType">
      <xs:sequence>
        <xs:element name="BaseLocationFeature" type="BaseFeatureType">
          <xs:annotation>
            <xs:documentation>The BaseLocationFeature element identifies the feature whose location point is 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 location is to be translated.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="BaseAxisFeature" type="BaseFeatureType">
          <xs:annotation>
            <xs:documentation>The BaseAxisFeature element identifies the feature whose axis defines 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