HR-XML 3.0 Standards, 2009  September  23.

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

Element: LotSerial

Name LotSerial
Type LotSerialType
Documentation LotSerial is being depricated in favor of SerializedLot as of 9.2 release. This can be used in three ways: specify multiple serial numbers for a given lot, or specify multiple lots without serial numbers, or specify multiple serial numbers without a LotID. Typically, the parent element that uses LotSerial also provides the ability to provide a single lot number and serial number pair, which can be used for the cases where there are no multiple lots or serial numbers involved
Documentation (of type) Identifies a unique serial number and/or lot number for an item
XML Instance Representation
<LotSerial>

< LotIDs> ... </ LotIDs> [0..1]
< SerialNumber> ... </ SerialNumber> [0..*]
< DiscrepancyCode> ... </ DiscrepancyCode> [0..1]
< Quantity> ... </ Quantity> [0..1]
< UserArea> ... </ UserArea> [0..1]
</LotSerial>
Schema Component Representation
<xsd:element name="LotSerial" type=" LotSerialType"/>