Definition Type: ComplexType
Name: AlternateUOMType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: ItemMaster.xsd
Abstract
Documentation:
The UOM here represents the alternate UOM. The the Mulitplier determines the conversion between the parent UOM and the UOM specified here in the allternate UOM.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into UnitPackaging in schema components_xsd Drilldown into UOMCode in schema fields_xsd Drilldown into UOMMultiplier in schema fields_xsdXSD Diagram of AlternateUOMType in schema itemmaster_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:complexType name="AlternateUOMType">
    <xsd:annotation>
        <xsd:documentation>The UOM here represents the alternate UOM. The the Mulitplier determines the conversion between the parent UOM and the UOM specified here in the allternate UOM.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="UOMMultiplier" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation source="http://www.openapplications.org/oagis/9">Is the multiple to make the conversion from the Inventory UOM to the the alternate UOM. </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="UOMCode" minOccurs="0" />
        <xsd:element ref="UnitPackaging" minOccurs="0" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
UOMMultiplier nsA:UOMMultiplier 0 (1)
UOMCode nsA:UOMCode 0 (1)
UnitPackaging nsA:UnitPackaging 0 (1)
UserArea nsA:UserArea 0 (1)