<xs:element name="Temperature" type="TemperatureType" maxOccurs="unbounded"><xs:annotation><xs:documentation>Each Temperature element is a temperature noted for a machine.</xs:documentation></xs:annotation></xs:element>
The required n attribute is the number of temperatures in the list.
Source
<xs:complexType name="TemperaturesType"><xs:annotation><xs:documentation>The TemperaturesType defines a list of temperatures.</xs:documentation></xs:annotation><xs:sequence><xs:element name="Temperature" type="TemperatureType" maxOccurs="unbounded"><xs:annotation><xs:documentation>Each Temperature element is a temperature noted for a machine.</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 temperatures 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 temperatures in the list.</xs:documentation></xs:annotation></xs:attribute>