HR-XML 3.0 Standards, 2009  September  23.

Menu: [ Guidelines  |  BODs  |  Nouns  |  Global Elements  |  WSDL  |  Packages  |  Code Lists  |  Master Index ]

Element: LotSizeMultipler

Name LotSizeMultipler
Type NumericType
Documentation Is used with the MinimumLotSize and MaximumLotSize. It contains the multiplier between the minimum and maximum manufactured lot quantities. For example, if the maximum lot quantity is 10,000 and the minimum lot quantity is 1000, the lot size multiplier could be 1000. This means the Item may be manufactured in lot sizes starting at 1000 and going up to 10,000 by 1000 increments.For example, 1000, 2000, 3000, etc. A lot of 4500, would not be allowed under these constraints.
XML Instance Representation
<LotSizeMultipler> NumericType </LotSizeMultipler>
Schema Component Representation
<xsd:element name="LotSizeMultipler" type=" NumericType"/>