SerializedLot

Uses the Component:SerializedLotOAGIType

Is the Lot and Setial numbers for the items contained in the associated component by identifing the number of items and the uniques serial number of those items that belong to a given Lot.

Fields and Components

Table 6.31. Fields and Components

Name Description Occurrence Type Data Type User Notes
oagis:ItemQuantity

Quantity of Part number.

0..1Field sqdt:QuantityType  
Lot

Indicates the Lot associated with the LotSerial.

0..*ComponentLotOAGIType 
DispositionStatusType 0..1Field oagis:StatusABIEType  
oagis:SerialNumber 0..1Field ???  
oagis:ParentSerialNumber 0..1Field ???  
Description

0..*Field udt:TextType  
oagis:Note

Free-form text field describing a note.

0..*Field udt:TextType  

Sample XML

The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.

Example 6.32. SerializedLot

<SerializedLot>
     <oagis:ItemQuantity>......</oagis:ItemQuantity>     [0..1]
     <Lot>......</Lot>     [0..*]
     <DispositionStatusType>......</DispositionStatusType>     [0..1]
     <oagis:SerialNumber>......</oagis:SerialNumber>     [0..1]
     <oagis:ParentSerialNumber>......</oagis:ParentSerialNumber>     [0..1]
     <Description>......</Description>     [0..*]
     <oagis:Note>......</oagis:Note>     [0..*]
</SerializedLot>