Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element DatumDefinitionsType / DatumDefinition
Annotations
Each DatumDefinition element gives 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 IntermediatesPMI_xsd_Complex_Type_DatumDefinitionType.tmp#DatumDefinitionType
Type DatumDefinitionType
Properties
content complex
maxOccurs unbounded
Children Attributes, DatumLabel, DatumTargetIds, FeatureNominalIds
Instance
<DatumDefinition id="" xmlns="http://qifstandards.org/xsd/qif3">
  <Attributes n="">{0,1}</Attributes>
  <DatumLabel>{1,1}</DatumLabel>
  <DatumTargetIds n="">{0,1}</DatumTargetIds>
  <FeatureNominalIds n="">{0,1}</FeatureNominalIds>
</DatumDefinition>
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the datum definition, used for referencing.
Source
<xs:element name="DatumDefinition" type="DatumDefinitionType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each DatumDefinition element gives information about a datum.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type DatumDefinitionsType
Annotations
The DatumDefinitionsType defines a list of datum definitions.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_DatumDefinitionsType.tmp#DatumDefinitionsType_n IntermediatesPMI_xsd_Complex_Type_DatumDefinitionsType.tmp#DatumDefinitionsType_DatumDefinition
Used by
Children DatumDefinition
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of datum definitions in the list.
Source
<xs:complexType name="DatumDefinitionsType">
  <xs:annotation>
    <xs:documentation>The DatumDefinitionsType defines a list of datum definitions.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="DatumDefinition" type="DatumDefinitionType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each DatumDefinition element gives information about a datum.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="n" type="NaturalType" use="required">
    <xs:annotation>
      <xs:documentation>The required n attribute is the number of datum definitions in the list.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Attribute DatumDefinitionsType / @n
Annotations
The required n attribute is the number of datum definitions in the list.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type DatumDefinitionsType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of datum definitions in the list.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd