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.
Table 6.31. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
oagis:ItemQuantity |
Quantity of Part number. | 0..1 | Field | sqdt:QuantityType | |
Lot |
Indicates the Lot associated with the LotSerial. | 0..* | Component | LotOAGIType | |
DispositionStatusType | 0..1 | Field | oagis:StatusABIEType | ||
oagis:SerialNumber | 0..1 | Field | ??? | ||
oagis:ParentSerialNumber | 0..1 | Field | ??? | ||
Description | 0..* | Field | udt:TextType | ||
oagis:Note |
Free-form text field describing a note. | 0..* | Field | udt:TextType |
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>