Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element FeatureItemBaseType / FeatureNominalId
Annotations
The FeatureNominalId element is the QIF id of the shape feature nominal.
Diagram
Diagram Primitives_xsd_Simple_Type_QIFReferenceBaseType.tmp#QIFReferenceBaseType Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType_xId Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType Primitives_xsd_Complex_Type_QIFReferenceFullType.tmp#QIFReferenceFullType_asmPathId Primitives_xsd_Complex_Type_QIFReferenceFullType.tmp#QIFReferenceFullType_asmPathXId Primitives_xsd_Complex_Type_QIFReferenceFullType.tmp#QIFReferenceFullType
Type QIFReferenceFullType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
asmPathId QIFReferenceSimpleType optional
The optional asmPathId attribute is a reference used for locating the id of an assembly path. If the asmPathXId attribute is not used, the asmPathId is a reference to an assembly path in the AsmPaths of the local document. If the asmPathXId is used, the asmPathId is the local id of an external QIF document, and the asmPathXId is a reference to an assembly path in the external QIF document. The assembly path (instantiation chain) unambiguously identifies a model entity within an assembly.
asmPathXId QIFReferenceSimpleType optional
The optional asmPathXId attribute, if used, is a reference to the id of an assembly path in the external document identified by the asmPathId. The asmPathXId must not be used if the asmPathId is not used.
xId QIFReferenceSimpleType optional
The optional xId attribute is a reference to the id of a QIF object in an external document. A QIF object in an external QIF document can be referenced by using references to two QIF ids: the id of the external document reference of type ExternalQIFDocumentReferenceType found in the local document and the id of the object found in the external document.
Source
<xs:element name="FeatureNominalId" type="QIFReferenceFullType">
  <xs:annotation>
    <xs:documentation>The FeatureNominalId element is the QIF id of the shape feature nominal.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element FeatureItemBaseType / ParentFeatureItemId
Annotations
The optional ParentFeatureItemId element is the QIF id of the parent feature item when this feature item is derived from another shape feature item.
Diagram
Diagram Primitives_xsd_Simple_Type_QIFReferenceBaseType.tmp#QIFReferenceBaseType Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType_xId Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType
Type QIFReferenceType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
xId QIFReferenceSimpleType optional
The optional xId attribute is a reference to the id of a QIF object in an external document. A QIF object in an external QIF document can be referenced by using references to two QIF ids: the id of the external document reference of type ExternalQIFDocumentReferenceType found in the local document and the id of the object found in the external document.
Source
<xs:element name="ParentFeatureItemId" type="QIFReferenceType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional ParentFeatureItemId element is the QIF id of the parent feature item when this feature item is derived from another shape feature item.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element FeatureItemBaseType / FeatureName
Annotations
The FeatureName element is the name of the feature, e.g. CIRC1, PLANE_3.
Diagram
Diagram
Type xs:token
Properties
content simple
Source
<xs:element name="FeatureName" type="xs:token">
  <xs:annotation>
    <xs:documentation>The FeatureName element is the name of the feature, e.g. CIRC1, PLANE_3.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element FeatureItemBaseType / UUID
Annotations
The optional UUID element is a persistent identifier for the shape feature item. If used, it should be generated using a widely accepted UUID generator.
Diagram
Diagram Primitives_xsd_Simple_Type_QPIdType.tmp#QPIdType
Type QPIdType
Properties
content simple
minOccurs 0
Facets
pattern [A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}
Source
<xs:element name="UUID" type="QPIdType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional UUID element is a persistent identifier for the shape feature item. If used, it should be generated using a widely accepted UUID generator.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element FeatureItemBaseType / NotableEventIds
Annotations
The optional NotableEventIds element is a list of the QIF ids of notable events associated with the measurement of this feature.
Diagram
Diagram Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType_n Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType_Id Primitives_xsd_Complex_Type_ArrayReferenceType.tmp#ArrayReferenceType
Type ArrayReferenceType
Properties
content complex
minOccurs 0
Children Id
Instance
<NotableEventIds n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Id xId="">{1,unbounded}</Id>
</NotableEventIds>
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="NotableEventIds" type="ArrayReferenceType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional NotableEventIds element is a list of the QIF ids of notable events associated with the measurement of this feature.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Element FeatureItemBaseType / CoordinateSystemId
Annotations
The optional CoordinateSystemId element is the QIF id of the coordinate system in which the feature is checked or set.
Diagram
Diagram Primitives_xsd_Simple_Type_QIFReferenceBaseType.tmp#QIFReferenceBaseType Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType_xId Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType Primitives_xsd_Complex_Type_QIFReferenceFullType.tmp#QIFReferenceFullType_asmPathId Primitives_xsd_Complex_Type_QIFReferenceFullType.tmp#QIFReferenceFullType_asmPathXId Primitives_xsd_Complex_Type_QIFReferenceFullType.tmp#QIFReferenceFullType
Type QIFReferenceFullType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
asmPathId QIFReferenceSimpleType optional
The optional asmPathId attribute is a reference used for locating the id of an assembly path. If the asmPathXId attribute is not used, the asmPathId is a reference to an assembly path in the AsmPaths of the local document. If the asmPathXId is used, the asmPathId is the local id of an external QIF document, and the asmPathXId is a reference to an assembly path in the external QIF document. The assembly path (instantiation chain) unambiguously identifies a model entity within an assembly.
asmPathXId QIFReferenceSimpleType optional
The optional asmPathXId attribute, if used, is a reference to the id of an assembly path in the external document identified by the asmPathId. The asmPathXId must not be used if the asmPathId is not used.
xId QIFReferenceSimpleType optional
The optional xId attribute is a reference to the id of a QIF object in an external document. A QIF object in an external QIF document can be referenced by using references to two QIF ids: the id of the external document reference of type ExternalQIFDocumentReferenceType found in the local document and the id of the object found in the external document.
Source
<xs:element name="CoordinateSystemId" type="QIFReferenceFullType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional CoordinateSystemId element is the QIF id of the coordinate system in which the feature is checked or set.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Features.xsd
Complex Type FeatureItemBaseType
Annotations
The FeatureItemBaseType is the abstract base type for feature items. A feature item represents a single feature with optional nominal data.
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_FeatureItemBaseType.tmp#FeatureItemBaseType_FeatureNominalId Features_xsd_Complex_Type_FeatureItemBaseType.tmp#FeatureItemBaseType_ParentFeatureItemId Features_xsd_Complex_Type_FeatureItemBaseType.tmp#FeatureItemBaseType_FeatureName Features_xsd_Complex_Type_FeatureItemBaseType.tmp#FeatureItemBaseType_UUID Features_xsd_Complex_Type_FeatureItemBaseType.tmp#FeatureItemBaseType_NotableEventIds Features_xsd_Complex_Type_FeatureItemBaseType.tmp#FeatureItemBaseType_CoordinateSystemId
Type extension of FeatureBaseType
Type hierarchy
Properties
abstract true
Used by
Children Attributes, CoordinateSystemId, FeatureName, FeatureNominalId, NotableEventIds, ParentFeatureItemId, 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="FeatureItemBaseType" abstract="true">
  <xs:annotation>
    <xs:documentation>The FeatureItemBaseType is the abstract base type for feature items. A feature item represents a single feature with optional nominal data.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="FeatureBaseType">
      <xs:sequence>
        <xs:element name="FeatureNominalId" type="QIFReferenceFullType">
          <xs:annotation>
            <xs:documentation>The FeatureNominalId element is the QIF id of the shape feature nominal.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="ParentFeatureItemId" type="QIFReferenceType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional ParentFeatureItemId element is the QIF id of the parent feature item when this feature item is derived from another shape feature item.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="FeatureName" type="xs:token">
          <xs:annotation>
            <xs:documentation>The FeatureName element is the name of the feature, e.g. CIRC1, PLANE_3.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="UUID" type="QPIdType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional UUID element is a persistent identifier for the shape feature item. If used, it should be generated using a widely accepted UUID generator.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="NotableEventIds" type="ArrayReferenceType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional NotableEventIds element is a list of the QIF ids of notable events associated with the measurement of this feature.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="CoordinateSystemId" type="QIFReferenceFullType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional CoordinateSystemId element is the QIF id of the coordinate system in which the feature is checked or set.</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