Showing:

Annotations
Diagrams
Instances
Properties
Source
Used by
Element LineProjectionType / ProjectionPlane
Annotations
The ProjectionPlane element identifies the plane onto which the line 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 line is to be projected.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element LineProjectionType / ProjectionLine
Annotations
The ProjectionLine element identifies the line 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
<ProjectionLine xmlns="http://qifstandards.org/xsd/qif3">
  <ReferencedComponent>{1,1}</ReferencedComponent>
  <FeatureId asmPathId="" asmPathXId="" xId="">{1,1}</FeatureId>
</ProjectionLine>
Source
<xs:element name="ProjectionLine" type="BaseFeatureType">
  <xs:annotation>
    <xs:documentation>The ProjectionLine element identifies the line to be projected.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type LineProjectionType
Annotations
The LineProjectionType defines a projected line construction with the line 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_LineProjectionType.tmp#LineProjectionType_ProjectionPlane Features_xsd_Complex_Type_LineProjectionType.tmp#LineProjectionType_ProjectionLine
Type extension of ConstructionMethodBaseType
Type hierarchy
Used by
Children NominalsCalculated, ProjectionLine, ProjectionPlane
Source
<xs:complexType name="LineProjectionType">
  <xs:annotation>
    <xs:documentation>The LineProjectionType defines a projected line construction with the line 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 line is to be projected.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="ProjectionLine" type="BaseFeatureType">
          <xs:annotation>
            <xs:documentation>The ProjectionLine element identifies the line 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