Showing:

Annotations
Diagrams
Instances
Properties
Source
Used by
Element PlaneParallelType / ParallelFeature
Annotations
The ParallelFeature element identifies the base feature to which the constructed plane must be parallel.
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
<ParallelFeature xmlns="http://qifstandards.org/xsd/qif3">
  <ReferencedComponent>{1,1}</ReferencedComponent>
  <FeatureId asmPathId="" asmPathXId="" xId="">{1,1}</FeatureId>
</ParallelFeature>
Source
<xs:element name="ParallelFeature" type="BaseFeatureType">
  <xs:annotation>
    <xs:documentation>The ParallelFeature element identifies the base feature to which the constructed plane must be parallel.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element PlaneParallelType / PointFeature
Annotations
The PointFeature element identifies the point through which the constructed plane must pass.
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
<PointFeature xmlns="http://qifstandards.org/xsd/qif3">
  <ReferencedComponent>{1,1}</ReferencedComponent>
  <FeatureId asmPathId="" asmPathXId="" xId="">{1,1}</FeatureId>
</PointFeature>
Source
<xs:element name="PointFeature" type="BaseFeatureType">
  <xs:annotation>
    <xs:documentation>The PointFeature element identifies the point through which the constructed plane must pass.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type PlaneParallelType
Annotations
The PlaneParallelType defines the construction of a plane parallel to a base feature, through a point feature.
Diagram
Diagram Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType_NominalsCalculated Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType Features_xsd_Complex_Type_PlaneParallelType.tmp#PlaneParallelType_ParallelFeature Features_xsd_Complex_Type_PlaneParallelType.tmp#PlaneParallelType_PointFeature
Type extension of ConstructionMethodBaseType
Type hierarchy
Used by
Children NominalsCalculated, ParallelFeature, PointFeature
Source
<xs:complexType name="PlaneParallelType">
  <xs:annotation>
    <xs:documentation>The PlaneParallelType defines the construction of a plane parallel to a base feature, through a point feature.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="ConstructionMethodBaseType">
      <xs:sequence>
        <xs:element name="ParallelFeature" type="BaseFeatureType">
          <xs:annotation>
            <xs:documentation>The ParallelFeature element identifies the base feature to which the constructed plane must be parallel.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="PointFeature" type="BaseFeatureType">
          <xs:annotation>
            <xs:documentation>The PointFeature element identifies the point through which the constructed plane must pass.</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