Definition Type: ComplexType
Name: TemperatureRangeABIEType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Components.xsd
Abstract
Documentation:
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.
Collapse XSD Schema Diagram:
Drilldown into MaximumTemperature in schema fields_xsd1 Drilldown into MinimumTemperature in schema fields_xsd1XSD Diagram of TemperatureRangeABIEType in schema components_xsd1 (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
MinimumTemperature oagis:MinimumTemperature 0 (1)
MaximumTemperature oagis:MaximumTemperature 0 (1)
Collapse Derivation Tree:
Collapse References:
oagis:SafeTemperatureRange