Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element FeatureZoneAreaBaseType / FaceIds
Annotations
The FaceIds element is a list of QIF ids of faces. This element is in an optional choice.
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
<FaceIds n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Id asmPathId="" asmPathXId="" xId="">{1,unbounded}</Id>
</FaceIds>
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="FaceIds" type="ArrayReferenceFullType">
  <xs:annotation>
    <xs:documentation>The FaceIds element is a list of QIF ids of faces. This element is in an optional choice.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element FeatureZoneAreaBaseType / EdgeIds
Annotations
The EdgeIds element is a list of QIF ids of edges. This element is in an optional choice.
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 EdgeIds element is a list of QIF ids of edges. This element is in an optional choice.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type FeatureZoneAreaBaseType
Annotations
The FeatureZoneAreaBaseType is the abstract base type that defines a basic parameter for area 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_FeatureZoneAreaBaseType.tmp#FeatureZoneAreaBaseType_FaceIds Features_xsd_Complex_Type_FeatureZoneAreaBaseType.tmp#FeatureZoneAreaBaseType_EdgeIds
Type extension of FeatureZoneBaseType
Type hierarchy
Properties
abstract true
Used by
Children Attributes, EdgeIds, FaceIds, 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="FeatureZoneAreaBaseType" abstract="true">
  <xs:annotation>
    <xs:documentation>The FeatureZoneAreaBaseType is the abstract base type that defines a basic parameter for area feature zone types.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="FeatureZoneBaseType">
      <xs:choice minOccurs="0">
        <xs:element name="FaceIds" type="ArrayReferenceFullType">
          <xs:annotation>
            <xs:documentation>The FaceIds element is a list of QIF ids of faces. This element is in an optional choice.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="EdgeIds" type="ArrayReferenceFullType">
          <xs:annotation>
            <xs:documentation>The EdgeIds element is a list of QIF ids of edges. This element is in an optional choice.</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