<xs:complexType name="MeasurementDevicesType">
<xs:annotation>
<xs:documentation>The MeasurementDevicesType defines a list of measurement devices.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element ref="MeasurementDevice" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Each MeasurementDevice element gives information about a measurement device.</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 measurement devices in the list.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |