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: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>
(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: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>
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>
<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>