Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element OtherNonShapeFeatureNominalType / ReferenceFeatureNominalIds
Annotations
The ReferenceFeatureNominalIds element is a list of the QIF ids of associated nominal 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
minOccurs 0
Children Id
Instance
<ReferenceFeatureNominalIds n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Id asmPathId="" asmPathXId="" xId="">{1,unbounded}</Id>
</ReferenceFeatureNominalIds>
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="ReferenceFeatureNominalIds" type="ArrayReferenceFullType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The ReferenceFeatureNominalIds element is a list of the QIF ids of associated nominal features.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type OtherNonShapeFeatureNominalType
Annotations
The OtherNonShapeFeatureNominalType defines the nominal values of an other non-shape 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_NonShapeFeatureNominalBaseType.tmp#NonShapeFeatureNominalBaseType Features_xsd_Complex_Type_OtherNonShapeFeatureNominalType.tmp#OtherNonShapeFeatureNominalType_ReferenceFeatureNominalIds
Type extension of NonShapeFeatureNominalBaseType
Type hierarchy
Used by
Children Attributes, EntityExternalIds, EntityInternalIds, FeatureDefinitionId, Name, ParentFeatureNominalId, ReferenceFeatureNominalIds, 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="OtherNonShapeFeatureNominalType">
  <xs:annotation>
    <xs:documentation>The OtherNonShapeFeatureNominalType defines the nominal values of an other non-shape feature.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="NonShapeFeatureNominalBaseType">
      <xs:sequence>
        <xs:element name="ReferenceFeatureNominalIds" type="ArrayReferenceFullType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The ReferenceFeatureNominalIds element is a list of the QIF ids of associated nominal features.</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