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 Note in schema fields_xsd1 Drilldown into Description in schema fields_xsd1 Drilldown into FreeFormTextGroup in schema meta_xsd1 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 (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="UOMCodeConversionType">
    <xsd:annotation>
        <xsd:documentation source="http://www.openapplications.org/oagis/9">
            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 minOccurs="0" ref="FromUOMPackage" />
        <xsd:element minOccurs="0" ref="RateNumeric">
            <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 minOccurs="0" ref="ToUOMPackage">
            <xsd:annotation>
                <xsd:documentation source="http://www.openapplications.org/oagis/9">
                  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 minOccurs="0" ref="FreeFormTextGroup" />
        <!-- <xsd:element ref="UserArea" minOccurs="0" /> -->
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
FromUOMPackage oagis:FromUOMPackage 0 (1)
RateNumeric oagis:RateNumeric 0 (1)
ToUOMPackage oagis:ToUOMPackage 0 (1)
Description oagis:Description 0 unbounded
Note oagis:Note 0 unbounded
<xs:group> oagis:FreeFormTextGroup 0 (1)
Collapse Derivation Tree:
Collapse References:
oagis:UOMCodeConversion