diagram | |||
children | Lower Upper | ||
used by |
|
||
annotation |
|
||
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> |
diagram | |||
type | xs:int | ||
properties |
|
||
annotation |
|
||
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> |
diagram | |||
type | xs:int | ||
properties |
|
||
annotation |
|
||
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> |