ItemInstance
|
|
ItemInstance specification
Name |
ItemInstance
(Show as PDF)
|
Alternative Term |
|
Definition |
Information about a specific instance of an Item |
|
Fields
UBL-Name |
Name |
Datatype |
Usage |
Cardinality |
ProductTraceID |
ProductTraceID |
Identifier
|
Yes |
0..1 |
Definition |
An identifier used for tracing the Item such as EPC number used in RFID |
Recommendation |
The identification of the ItemInstance. ie. EPC, Serial, registration number. |
Example |
DK4523498 |
|
ManufactureDate |
ManufactureDate |
Date
|
Yes |
0..1 |
Definition |
The date of manufacture of the Item Instance |
Example |
2001-01-02 |
|
ManufactureTime |
ManufactureTime |
Time
|
Yes |
0..1 |
Definition |
The time of manufacture of the Item Instance |
Example |
23:45:00 |
|
RegistrationID |
RegistrationID |
Identifier
|
Yes |
0..1 |
Definition |
The registration identifier for the Item Instance |
Example |
SL 47 231 |
|
SerialID |
SerialID |
Identifier
|
Yes |
0..1 |
Definition |
The serial number of the Item Instance |
Example |
SN83686873323-23 |
|
|
Subclasses in class ItemInstance
UBL-Name |
Name |
Usage |
Cardinality |
Reference to the printed documentation |
See also |
AdditionalItemProperty |
AdditionalItemProperty |
Bilateral |
0..n |
Common Library, 3.54 |
|
Definition |
An association to Additional Item Property |
Datatype |
ItemProperty
|
|
LotIdentification |
LotIdentification |
Yes |
0..1 |
Common Library, 3.62 |
|
Definition |
Associates the item with its lot identification (the identification that allows recall of the item if necessary) |
Datatype |
LotIdentification
|
|
|
Example<cac:ItemInstance >
<cbc:ProductTraceID >123</cbc:ProductTraceID>
<cbc:ManufactureDate >2007-01-01</cbc:ManufactureDate>
<cbc:ManufactureTime >12:00:00</cbc:ManufactureTime>
<cbc:RegistrationID >12345677890</cbc:RegistrationID>
<cbc:SerialID >147852369</cbc:SerialID>
+ <cac:LotIdentification />
</cac:ItemInstance>
|