Showing:

Annotations
Diagrams
Instances
Properties
Source
Used by
Element PointFeatureProjectionType / ProjectionPlane
Annotations
The ProjectionPlane element identifies the plane onto which the point is to be projected.
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
<ProjectionPlane xmlns="http://qifstandards.org/xsd/qif3">
  <ReferencedComponent>{1,1}</ReferencedComponent>
  <FeatureId asmPathId="" asmPathXId="" xId="">{1,1}</FeatureId>
</ProjectionPlane>
Source
<xs:element name="ProjectionPlane" type="BaseFeatureType">
  <xs:annotation>
    <xs:documentation>The ProjectionPlane element identifies the plane onto which the point is to be projected.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element PointFeatureProjectionType / ProjectionFeature
Annotations
The ProjectionFeature element identifies the point-reducible feature to be projected.
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
<ProjectionFeature xmlns="http://qifstandards.org/xsd/qif3">
  <ReferencedComponent>{1,1}</ReferencedComponent>
  <FeatureId asmPathId="" asmPathXId="" xId="">{1,1}</FeatureId>
</ProjectionFeature>
Source
<xs:element name="ProjectionFeature" type="BaseFeatureType">
  <xs:annotation>
    <xs:documentation>The ProjectionFeature element identifies the point-reducible feature to be projected.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type PointFeatureProjectionType
Annotations
The PointFeatureProjectionType defines a projected point construction with the point to be projected and the projection plane.
Diagram
Diagram Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType_NominalsCalculated Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType Features_xsd_Complex_Type_PointFeatureProjectionType.tmp#PointFeatureProjectionType_ProjectionPlane Features_xsd_Complex_Type_PointFeatureProjectionType.tmp#PointFeatureProjectionType_ProjectionFeature
Type extension of ConstructionMethodBaseType
Type hierarchy
Used by
Children NominalsCalculated, ProjectionFeature, ProjectionPlane
Source
<xs:complexType name="PointFeatureProjectionType">
  <xs:annotation>
    <xs:documentation>The PointFeatureProjectionType defines a projected point construction with the point to be projected and the projection plane.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="ConstructionMethodBaseType">
      <xs:sequence>
        <xs:element name="ProjectionPlane" type="BaseFeatureType">
          <xs:annotation>
            <xs:documentation>The ProjectionPlane element identifies the plane onto which the point is to be projected.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="ProjectionFeature" type="BaseFeatureType">
          <xs:annotation>
            <xs:documentation>The ProjectionFeature element identifies the point-reducible feature to be projected.</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