Definition Type: ComplexType
Name: UOMCodeConversionType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: Components.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_xsd1 Drilldown into Note in schema fields_xsd1 Drilldown into Description in schema fields_xsd1 Drilldown into FreeFormTextGroup in schema meta_xsd Drilldown into ToUOMPackage in schema components_xsd1 Drilldown into RateNumeric in schema fields_xsd1 Drilldown into FromUOMPackage in schema components_xsd1XSD Diagram of UOMCodeConversionType in schema components_xsd1 (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="UOMCodeConversionType">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/platform/1">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="FromUOMPackage" minOccurs="0" />
        <xsd:element ref="RateNumeric" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation source="http://www.openapplications.org/platform/1">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="ToUOMPackage" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation source="http://www.openapplications.org/platform/1">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:element>
        <xsd:group ref="FreeFormTextGroup" minOccurs="0" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
FromUOMPackage oa:FromUOMPackage 0 (1)
RateNumeric oa:RateNumeric 0 (1)
ToUOMPackage oa:ToUOMPackage 0 (1)
Description oa:Description 0 unbounded
Note oa:Note 0 unbounded
UserArea oa:UserArea 0 (1)
<xs:group> oa:FreeFormTextGroup 0 (1)
Collapse Derivation Tree:
Collapse References:
oa:UOMCodeConversion