<xsd:complexType name="TemperatureRangeABIEType">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">
Provides the minumum and maximum temperature that the assoicated element can be kept.
TemperatureRangeABIEType is logically derived from UN/CEFACT TBG17 ABIE
TemperatureRangeType as defined in the Reusable Aggregate Business Information Entity
(RUABIE) XML Schema file.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element minOccurs="0" ref="MinimumTemperature" />
<xsd:element minOccurs="0" ref="MaximumTemperature" />
</xsd:sequence>
</xsd:complexType>
|