Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element DatumDefinitionType / DatumLabel
Annotations
The DatumLabel element is the label applied to the datum feature.
Diagram
Diagram
Type xs:NMTOKEN
Properties
content simple
Source
<xs:element name="DatumLabel" type="xs:NMTOKEN">
  <xs:annotation>
    <xs:documentation>The DatumLabel element is the label applied to the datum feature.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element DatumDefinitionType / DatumTargetIds
Annotations
The optional DatumTargetIds element is a list of the QIF ids of datum targets associated with the datum.
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
<DatumTargetIds n="" xmlns="http://qifstandards.org/xsd/qif3">
  <Id asmPathId="" asmPathXId="" xId="">{1,unbounded}</Id>
</DatumTargetIds>
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="DatumTargetIds" type="ArrayReferenceFullType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional DatumTargetIds element is a list of the QIF ids of datum targets associated with the datum.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element DatumDefinitionType / FeatureNominalIds
Annotations
The optional FeatureNominalIds element is a list of QIF ids of feature nominals to be used to construct the datum.
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
<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" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional FeatureNominalIds element is a list of QIF ids of feature nominals to be used to construct the datum.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type DatumDefinitionType
Annotations
The DatumDefinitionType defines information about a datum.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_DatumDefinitionType.tmp#DatumDefinitionType_id Primitives_xsd_Element_Attributes.tmp#Attributes IntermediatesPMI_xsd_Complex_Type_DatumDefinitionType.tmp#DatumDefinitionType_DatumLabel IntermediatesPMI_xsd_Complex_Type_DatumDefinitionType.tmp#DatumDefinitionType_DatumTargetIds IntermediatesPMI_xsd_Complex_Type_DatumDefinitionType.tmp#DatumDefinitionType_FeatureNominalIds
Used by
Children Attributes, DatumLabel, DatumTargetIds, FeatureNominalIds
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the datum definition, used for referencing.
Source
<xs:complexType name="DatumDefinitionType">
  <xs:annotation>
    <xs:documentation>The DatumDefinitionType defines information about a datum.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="Attributes" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional Attributes element contains user defined attributes (typified, binary array, or XML structured).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DatumLabel" type="xs:NMTOKEN">
      <xs:annotation>
        <xs:documentation>The DatumLabel element is the label applied to the datum feature.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DatumTargetIds" type="ArrayReferenceFullType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional DatumTargetIds element is a list of the QIF ids of datum targets associated with the datum.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="FeatureNominalIds" type="ArrayReferenceFullType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional FeatureNominalIds element is a list of QIF ids of feature nominals to be used to construct the datum.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="id" type="QIFIdType" use="required">
    <xs:annotation>
      <xs:documentation>The id attribute is the QIF id of the datum definition, used for referencing.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Attribute DatumDefinitionType / @id
Annotations
The id attribute is the QIF id of the datum definition, used for referencing.
Type QIFIdType
Type hierarchy
Properties
use required
Facets
pattern ([\-+]?[0-9]+) & ([1-9][0-9]*)
Used by
Complex Type DatumDefinitionType
Source
<xs:attribute name="id" type="QIFIdType" use="required">
  <xs:annotation>
    <xs:documentation>The id attribute is the QIF id of the datum definition, used for referencing.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd