Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element GroupFeatureNominalType / FeatureNominalIds
Annotations
The FeatureNominalIds element is a list of QIF ids of the set of feature items comprising the group feature. Having a single QIF id in the list is OK because it is allowable to reference another group feature.
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
<FeatureNominalIds n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Id asmPathId="" asmPathXId="" xId="">{1,unbounded}</Id>
</FeatureNominalIds>
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="FeatureNominalIds" type="ArrayReferenceFullType">
  <xs:annotation>
    <xs:documentation>The FeatureNominalIds element is a list of QIF ids of the set of feature items comprising the group feature. Having a single QIF id in the list is OK because it is allowable to reference another group feature.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type GroupFeatureNominalType
Annotations
The GroupFeatureNominalType is defines the group feature nominal information for an individual group feature.
Diagram
Diagram Features_xsd_Complex_Type_FeatureBaseType.tmp#FeatureBaseType_id Primitives_xsd_Element_Attributes.tmp#Attributes Features_xsd_Complex_Type_FeatureBaseType.tmp#FeatureBaseType Features_xsd_Complex_Type_FeatureNominalBaseType.tmp#FeatureNominalBaseType_Name Features_xsd_Complex_Type_FeatureNominalBaseType.tmp#FeatureNominalBaseType_UUID Features_xsd_Complex_Type_FeatureNominalBaseType.tmp#FeatureNominalBaseType_FeatureDefinitionId Features_xsd_Complex_Type_FeatureNominalBaseType.tmp#FeatureNominalBaseType_ParentFeatureNominalId Features_xsd_Complex_Type_FeatureNominalBaseType.tmp#FeatureNominalBaseType_EntityInternalIds Features_xsd_Complex_Type_FeatureNominalBaseType.tmp#FeatureNominalBaseType_EntityExternalIds Features_xsd_Complex_Type_FeatureNominalBaseType.tmp#FeatureNominalBaseType Features_xsd_Complex_Type_ShapeFeatureNominalBaseType.tmp#ShapeFeatureNominalBaseType_PointList Features_xsd_Complex_Type_ShapeFeatureNominalBaseType.tmp#ShapeFeatureNominalBaseType_SubstituteFeatureAlgorithm Features_xsd_Complex_Type_ShapeFeatureNominalBaseType.tmp#ShapeFeatureNominalBaseType Features_xsd_Complex_Type_GroupFeatureNominalType.tmp#GroupFeatureNominalType_FeatureNominalIds
Type extension of ShapeFeatureNominalBaseType
Type hierarchy
Used by
Children Attributes, EntityExternalIds, EntityInternalIds, FeatureDefinitionId, FeatureNominalIds, Name, ParentFeatureNominalId, PointList, SubstituteFeatureAlgorithm, UUID
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the feature, used for referencing.
Source
<xs:complexType name="GroupFeatureNominalType">
  <xs:annotation>
    <xs:documentation>The GroupFeatureNominalType is defines the group feature nominal information for an individual group feature.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="ShapeFeatureNominalBaseType">
      <xs:sequence>
        <xs:element name="FeatureNominalIds" type="ArrayReferenceFullType">
          <xs:annotation>
            <xs:documentation>The FeatureNominalIds element is a list of QIF ids of the set of feature items comprising the group feature. Having a single QIF id in the list is OK because it is allowable to reference another group feature.</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