<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>
|