Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element CompoundDatumType / Datum
Annotations
Each Datum element gives a datum with assigned datum labels. At least two datums are required, and there is no maximum number. The sequence number is used to order the datums in the compound datum.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_SequencedDatumType.tmp#SequencedDatumType_SimpleDatum IntermediatesPMI_xsd_Complex_Type_SequencedDatumType.tmp#SequencedDatumType_CompoundDatum IntermediatesPMI_xsd_Complex_Type_SequencedDatumType.tmp#SequencedDatumType_SequenceNumber IntermediatesPMI_xsd_Complex_Type_SequencedDatumType.tmp#SequencedDatumType
Type SequencedDatumType
Properties
content complex
minOccurs 2
maxOccurs unbounded
Children CompoundDatum, SequenceNumber, SimpleDatum
Instance
<Datum xmlns="http://qifstandards.org/xsd/qif3">
  <SimpleDatum>{1,1}</SimpleDatum>
  <CompoundDatum n="">{1,1}</CompoundDatum>
  <SequenceNumber>{1,1}</SequenceNumber>
</Datum>
Source
<xs:element name="Datum" type="SequencedDatumType" minOccurs="2" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each Datum element gives a datum with assigned datum labels. At least two datums are required, and there is no maximum number. The sequence number is used to order the datums in the compound datum.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element CompoundDatumType / ReducedDatum
Annotations
(ISO specific PT,SL,PL) The optional ReducedDatum element specifies that the compound datum is reduced to a simpler type to handle a case like (A-B)[PT].
Diagram
Diagram IntermediatesPMI_xsd_Simple_Type_ReducedDatumEnumType.tmp#ReducedDatumEnumType
Type ReducedDatumEnumType
Properties
content simple
minOccurs 0
Facets
enumeration PT
enumeration SL
enumeration PL
Source
<xs:element name="ReducedDatum" type="ReducedDatumEnumType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>(ISO specific PT,SL,PL) The optional ReducedDatum element specifies that the compound datum is reduced to a simpler type to handle a case like (A-B)[PT].</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type CompoundDatumType
Annotations
The CompoundDatumType defines a compound datum specified by two or more datums with assigned labels.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_CompoundDatumType.tmp#CompoundDatumType_n IntermediatesPMI_xsd_Complex_Type_CompoundDatumType.tmp#CompoundDatumType_Datum IntermediatesPMI_xsd_Complex_Type_CompoundDatumType.tmp#CompoundDatumType_ReducedDatum
Used by
Children Datum, ReducedDatum
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of datums in the compound datum.
Source
<xs:complexType name="CompoundDatumType">
  <xs:annotation>
    <xs:documentation>The CompoundDatumType defines a compound datum specified by two or more datums with assigned labels.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="Datum" type="SequencedDatumType" minOccurs="2" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each Datum element gives a datum with assigned datum labels. At least two datums are required, and there is no maximum number. The sequence number is used to order the datums in the compound datum.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ReducedDatum" type="ReducedDatumEnumType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>(ISO specific PT,SL,PL) The optional ReducedDatum element specifies that the compound datum is reduced to a simpler type to handle a case like (A-B)[PT].</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 datums in the compound datum.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Attribute CompoundDatumType / @n
Annotations
The required n attribute is the number of datums in the compound datum.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type CompoundDatumType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of datums in the compound datum.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd