Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element FeatureZoneCurveBaseType / EdgeIds
Annotations
The optional EdgeIds element is a list of QIF ids of edges.
Diagram
Diagram Primitives_xsd_Complex_Type_ArrayReferenceFullType.tmp#ArrayReferenceFullType_n Primitives_xsd_Complex_Type_ArrayReferenceFullType.tmp#ArrayReferenceFullType_Id Primitives_xsd_Complex_Type_ArrayReferenceFullType.tmp#ArrayReferenceFullType
Type ArrayReferenceFullType
Properties
content complex
Children Id
Instance
<EdgeIds n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Id asmPathId="" asmPathXId="" xId="">{1,unbounded}</Id>
</EdgeIds>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of Id elements in this array.
Source
<xs:element name="EdgeIds" type="ArrayReferenceFullType">
  <xs:annotation>
    <xs:documentation>The optional EdgeIds element is a list of QIF ids of edges.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element FeatureZoneCurveBaseType / CurveIds
Annotations
The optional CurveIds element is a list of QIF ids of curves (not curve features).
Diagram
Diagram Primitives_xsd_Complex_Type_ArrayReferenceFullType.tmp#ArrayReferenceFullType_n Primitives_xsd_Complex_Type_ArrayReferenceFullType.tmp#ArrayReferenceFullType_Id Primitives_xsd_Complex_Type_ArrayReferenceFullType.tmp#ArrayReferenceFullType
Type ArrayReferenceFullType
Properties
content complex
Children Id
Instance
<CurveIds n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Id asmPathId="" asmPathXId="" xId="">{1,unbounded}</Id>
</CurveIds>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of Id elements in this array.
Source
<xs:element name="CurveIds" type="ArrayReferenceFullType">
  <xs:annotation>
    <xs:documentation>The optional CurveIds element is a list of QIF ids of curves (not curve features).</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type FeatureZoneCurveBaseType
Annotations
The FeatureZoneCurveBaseType is the abstract base type that defines a basic parameter for curve feature zone types.
Diagram
Diagram Features_xsd_Complex_Type_FeatureZoneBaseType.tmp#FeatureZoneBaseType_id Primitives_xsd_Element_Attributes.tmp#Attributes Features_xsd_Complex_Type_FeatureZoneBaseType.tmp#FeatureZoneBaseType_Label Features_xsd_Complex_Type_FeatureZoneBaseType.tmp#FeatureZoneBaseType_SurfaceFeatureNominalId Features_xsd_Complex_Type_FeatureZoneBaseType.tmp#FeatureZoneBaseType Features_xsd_Complex_Type_FeatureZoneCurveBaseType.tmp#FeatureZoneCurveBaseType_EdgeIds Features_xsd_Complex_Type_FeatureZoneCurveBaseType.tmp#FeatureZoneCurveBaseType_CurveIds
Type extension of FeatureZoneBaseType
Type hierarchy
Properties
abstract true
Used by
Children Attributes, CurveIds, EdgeIds, Label, SurfaceFeatureNominalId
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the feature zone, used for referencing.
Source
<xs:complexType name="FeatureZoneCurveBaseType" abstract="true">
  <xs:annotation>
    <xs:documentation>The FeatureZoneCurveBaseType is the abstract base type that defines a basic parameter for curve feature zone types.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="FeatureZoneBaseType">
      <xs:choice minOccurs="0">
        <xs:element name="EdgeIds" type="ArrayReferenceFullType">
          <xs:annotation>
            <xs:documentation>The optional EdgeIds element is a list of QIF ids of edges.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="CurveIds" type="ArrayReferenceFullType">
          <xs:annotation>
            <xs:documentation>The optional CurveIds element is a list of QIF ids of curves (not curve features).</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:choice>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd