Showing:

Annotations
Diagrams
Instances
Properties
Source
Used by
Element PointFeatureIntersectionType / IntersectionFeature
Annotations
Each IntersectionFeature element identifies a feature that intersects the other feature at a point.
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
<IntersectionFeature xmlns="http://qifstandards.org/xsd/qif3">
  <ReferencedComponent>{1,1}</ReferencedComponent>
  <FeatureId asmPathId="" asmPathXId="" xId="">{1,1}</FeatureId>
  <SequenceNumber>{1,1}</SequenceNumber>
</IntersectionFeature>
Source
<xs:element name="IntersectionFeature" type="SequencedBaseFeatureType" minOccurs="2" maxOccurs="2">
  <xs:annotation>
    <xs:documentation>Each IntersectionFeature element identifies a feature that intersects the other feature at a point.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type PointFeatureIntersectionType
Annotations
The PointFeatureIntersectionType defines a point that is the intersection of two features.
Diagram
Diagram Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType_NominalsCalculated Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType Features_xsd_Complex_Type_PointFeatureIntersectionType.tmp#PointFeatureIntersectionType_IntersectionFeature
Type extension of ConstructionMethodBaseType
Type hierarchy
Used by
Children IntersectionFeature, NominalsCalculated
Source
<xs:complexType name="PointFeatureIntersectionType">
  <xs:annotation>
    <xs:documentation>The PointFeatureIntersectionType defines a point that is the intersection of two features.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="ConstructionMethodBaseType">
      <xs:sequence>
        <xs:element name="IntersectionFeature" type="SequencedBaseFeatureType" minOccurs="2" maxOccurs="2">
          <xs:annotation>
            <xs:documentation>Each IntersectionFeature element identifies a feature that intersects the other feature at a point.</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