complexType TemperatureRange
diagram index_p462.png
children Lower Upper
used by
elements DescriptiveAttributes/OperationsAndMaintenance/AmbientTemperature DescriptiveAttributes/OperationsAndMaintenance/OperatingTemperature
annotation
documentation
Definition of a remperature range, with an inclusive highest and lowest temparature value. Can be defined in Celsius or Kelvin
source <xs:complexType name="TemperatureRange">
 
<xs:annotation>
   
<xs:documentation>Definition of a remperature range, with an inclusive highest and lowest temparature value. Can be defined in Celsius or Kelvin</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="Lower" type="xs:int">
     
<xs:annotation>
       
<xs:documentation>Lower inclusive limit of the temperature (Unit: celsius)</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Upper" type="xs:int">
     
<xs:annotation>
       
<xs:documentation>Upper inclusive limit of the temperature (Unit: celsius)</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element TemperatureRange/Lower
diagram index_p463.png
type xs:int
properties
content simple
annotation
documentation
Lower inclusive limit of the temperature (Unit: celsius)
source <xs:element name="Lower" type="xs:int">
 
<xs:annotation>
   
<xs:documentation>Lower inclusive limit of the temperature (Unit: celsius)</xs:documentation>
 
</xs:annotation>
</xs:element>

element TemperatureRange/Upper
diagram index_p464.png
type xs:int
properties
content simple
annotation
documentation
Upper inclusive limit of the temperature (Unit: celsius)
source <xs:element name="Upper" type="xs:int">
 
<xs:annotation>
   
<xs:documentation>Upper inclusive limit of the temperature (Unit: celsius)</xs:documentation>
 
</xs:annotation>
</xs:element>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy