<xs:element name="Datum" type="DatumWithPrecedenceType" maxOccurs="5"><xs:annotation><xs:documentation>Each Datum element is a datum (simple, compound, or datum feature) with an assigned precedence (order).</xs:documentation></xs:annotation></xs:element>
The DatumsType defines the list of datums in the datum reference component of a feature control frame. Each of the up to five parts of the datum reference component represents the contents of a box on the right side of the feature control frame.
The required n attribute is the number of datums in the list.
Source
<xs:complexType name="DatumsType"><xs:annotation><xs:documentation>The DatumsType defines the list of datums in the datum reference component of a feature control frame. Each of the up to five parts of the datum reference component represents the contents of a box on the right side of the feature control frame.</xs:documentation></xs:annotation><xs:sequence><xs:element name="Datum" type="DatumWithPrecedenceType" maxOccurs="5"><xs:annotation><xs:documentation>Each Datum element is a datum (simple, compound, or datum feature) with an assigned precedence (order).</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 list.</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 list.</xs:documentation></xs:annotation></xs:attribute>