Definition Type: ComplexType
Name: UOMPackageType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Components.xsd
Abstract
Documentation:
Associates a unit of measure with a packaging unit.
Collapse XSD Schema Diagram:
Drilldown into UnitPackaging in schema components_xsd1 Drilldown into UOMCode in schema fields_xsd1XSD Diagram of UOMPackageType in schema components_xsd1 (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="UOMPackageType">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/oagis/9">
            Associates a unit of measure with a packaging unit.
         </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element minOccurs="0" ref="UOMCode" />
        <xsd:element minOccurs="0" ref="UnitPackaging" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
UOMCode oagis:UOMCode 0 (1)
UnitPackaging oagis:UnitPackaging 0 (1)
Collapse Derivation Tree:
Collapse References:
oagis:FromUOMPackage, oagis:ToUOMPackage