Showing:

Annotations
Diagrams
Instances
Properties
Source
Used by
Element PointFeatureMidPointType / BaseFeature
Annotations
Each BaseFeature element identifies a base feature whose location will be used to compute a midpoint.
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
<BaseFeature xmlns="http://qifstandards.org/xsd/qif3">
  <ReferencedComponent>{1,1}</ReferencedComponent>
  <FeatureId asmPathId="" asmPathXId="" xId="">{1,1}</FeatureId>
  <SequenceNumber>{1,1}</SequenceNumber>
</BaseFeature>
Source
<xs:element name="BaseFeature" type="SequencedBaseFeatureType" minOccurs="2" maxOccurs="2">
  <xs:annotation>
    <xs:documentation>Each BaseFeature element identifies a base feature whose location will be used to compute a midpoint.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type PointFeatureMidPointType
Annotations
The PointFeatureMidPointType defines the construction of a point which is the midpoint of two base feature locations.
Diagram
Diagram Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType_NominalsCalculated Features_xsd_Complex_Type_ConstructionMethodBaseType.tmp#ConstructionMethodBaseType Features_xsd_Complex_Type_PointFeatureMidPointType.tmp#PointFeatureMidPointType_BaseFeature
Type extension of ConstructionMethodBaseType
Type hierarchy
Used by
Children BaseFeature, NominalsCalculated
Source
<xs:complexType name="PointFeatureMidPointType">
  <xs:annotation>
    <xs:documentation>The PointFeatureMidPointType defines the construction of a point which is the midpoint of two base feature locations.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="ConstructionMethodBaseType">
      <xs:sequence>
        <xs:element name="BaseFeature" type="SequencedBaseFeatureType" minOccurs="2" maxOccurs="2">
          <xs:annotation>
            <xs:documentation>Each BaseFeature element identifies a base feature whose location will be used to compute a midpoint.</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