Showing:

Annotations
Diagrams
Instances
Properties
Source
Used by
Element PlaneMidplaneType / BasePlane
Annotations
Each BasePlane element identifies a base plane for construction of a mid-plane.
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 IntermediatesPMI_xsd_Complex_Type_SequencedBaseFeatureType.tmp#SequencedBaseFeatureType_SequenceNumber IntermediatesPMI_xsd_Complex_Type_SequencedBaseFeatureType.tmp#SequencedBaseFeatureType
Type SequencedBaseFeatureType
Type hierarchy
Properties
content complex
minOccurs 2
maxOccurs 2
Children FeatureId, ReferencedComponent, SequenceNumber
Instance
<BasePlane xmlns="http://qifstandards.org/xsd/qif3">
  <ReferencedComponent>{1,1}</ReferencedComponent>
  <FeatureId asmPathId="" asmPathXId="" xId="">{1,1}</FeatureId>
  <SequenceNumber>{1,1}</SequenceNumber>
</BasePlane>
Source
<xs:element name="BasePlane" type="SequencedBaseFeatureType" minOccurs="2" maxOccurs="2">
  <xs:annotation>
    <xs:documentation>Each BasePlane element identifies a base plane for construction of a mid-plane.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type PlaneMidplaneType
Annotations
The PlaneMidplaneType defines the construction of a plane that is everywhere equidistant from two base planes.
Diagram
Diagram Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType_NominalsCalculated Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType Features_xsd_Complex_Type_PlaneMidplaneType.tmp#PlaneMidplaneType_BasePlane
Type extension of ConstructionMethodBaseType
Type hierarchy
Used by
Children BasePlane, NominalsCalculated
Source
<xs:complexType name="PlaneMidplaneType">
  <xs:annotation>
    <xs:documentation>The PlaneMidplaneType defines the construction of a plane that is everywhere equidistant from two base planes.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="ConstructionMethodBaseType">
      <xs:sequence>
        <xs:element name="BasePlane" type="SequencedBaseFeatureType" minOccurs="2" maxOccurs="2">
          <xs:annotation>
            <xs:documentation>Each BasePlane element identifies a base plane for construction of a mid-plane.</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