<xs:element name="Calibration" type="CalibrationType" maxOccurs="unbounded"><xs:annotation><xs:documentation>Each Calibration element gives information about a calibration.</xs:documentation></xs:annotation></xs:element>
The required n attribute is the number of calibrations in the list.
Source
<xs:complexType name="CalibrationsType"><xs:annotation><xs:documentation>The CalibrationsType defines a list of calibrations.</xs:documentation></xs:annotation><xs:sequence><xs:element name="Calibration" type="CalibrationType" maxOccurs="unbounded"><xs:annotation><xs:documentation>Each Calibration element gives information about a calibration.</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 calibrations 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 calibrations in the list.</xs:documentation></xs:annotation></xs:attribute>