Uses the Component:LotOAGIType
Indicates the Lot associated with the LotSerial.
Table 6.32. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| oagis:LotIDs | 0..* | Field | ??? | ||
| EffectivePeriod |
A specific period of time such as the length of time between two known date/time points, from a start date onwards, or up to an end date of when something is effective. | 0..1 | Component | PeriodABIEType | |
| oagis:Quantity | 0..1 | Field | ??? | ||
| oagis:SerialNumber | 0..1 | Field | ??? | ||
| oagis:RFID | 0..1 | Field | ??? |
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.33. Lot
<Lot>
<oagis:LotIDs>......</oagis:LotIDs> [0..*]
<EffectivePeriod>......</EffectivePeriod> [0..1]
<oagis:Quantity>......</oagis:Quantity> [0..1]
<oagis:SerialNumber>......</oagis:SerialNumber> [0..1]
<oagis:RFID>......</oagis:RFID> [0..1]
</Lot>