cac:ItemInstance
Element information
Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2
Schema document: common/UBL-CommonAggregateComponents-2.1.xsd
Type: cac:ItemInstanceType
Properties: Global, Qualified
Content
- Sequence [1..1]
- cbc:ProductTraceID [0..1] An identifier used for tracing this item instance, such as the EPC number used in RFID.
- cbc:ManufactureDate [0..1] The date on which this item instance was manufactured.
- cbc:ManufactureTime [0..1] The time at which this item instance was manufactured.
- cbc:BestBeforeDate [0..1] The date before which it is best to use this item instance.
- cbc:RegistrationID [0..1] The registration identifier of this item instance.
- cbc:SerialID [0..1] The serial number of this item instance.
- cac:AdditionalItemProperty [0..*] An additional property of this item instance.
- cac:LotIdentification [0..1] The lot identifier of this item instance (the identifier that allows recall of the item if necessary).
Attributes
None
Used in
- Type cac:ItemType (Elements cac:Item, cac:SupplyItem)
Sample instance
<cac:ItemInstance> <cbc:ProductTraceID>normalizedString</cbc:ProductTraceID> <cbc:ManufactureDate>2000-01-01</cbc:ManufactureDate> <cbc:ManufactureTime>12:00:00</cbc:ManufactureTime> <cbc:BestBeforeDate>2000-01-01</cbc:BestBeforeDate> <cbc:RegistrationID>normalizedString</cbc:RegistrationID> <cbc:SerialID>normalizedString</cbc:SerialID> <cac:AdditionalItemProperty> <cbc:ID>normalizedString</cbc:ID> <cbc:Name>string</cbc:Name> <cbc:NameCode>normalizedString</cbc:NameCode> <cbc:TestMethod>string</cbc:TestMethod> <cbc:Value>string</cbc:Value> <cbc:ValueQuantity>1.0</cbc:ValueQuantity> <cbc:ValueQualifier>string</cbc:ValueQualifier> <cbc:ImportanceCode>normalizedString</cbc:ImportanceCode> <cbc:ListValue>string</cbc:ListValue> <cac:UsabilityPeriod> <cbc:StartDate>2000-01-01</cbc:StartDate> <cbc:StartTime>12:00:00</cbc:StartTime> <cbc:EndDate>2000-01-01</cbc:EndDate> <cbc:EndTime>12:00:00</cbc:EndTime> <cbc:DurationMeasure unitCode="normalizedString">1.0</cbc:DurationMeasure> <cbc:DescriptionCode>normalizedString</cbc:DescriptionCode> <cbc:Description>string</cbc:Description> </cac:UsabilityPeriod> <cac:ItemPropertyGroup> <cbc:ID>normalizedString</cbc:ID> <cbc:Name>string</cbc:Name> <cbc:ImportanceCode>normalizedString</cbc:ImportanceCode> </cac:ItemPropertyGroup> <cac:RangeDimension> <cbc:AttributeID>normalizedString</cbc:AttributeID> <cbc:Measure unitCode="normalizedString">1.0</cbc:Measure> <cbc:Description>string</cbc:Description> <cbc:MinimumMeasure unitCode="normalizedString">1.0</cbc:MinimumMeasure> <cbc:MaximumMeasure unitCode="normalizedString">1.0</cbc:MaximumMeasure> </cac:RangeDimension> <cac:ItemPropertyRange> <cbc:MinimumValue>string</cbc:MinimumValue> <cbc:MaximumValue>string</cbc:MaximumValue> </cac:ItemPropertyRange> </cac:AdditionalItemProperty> <cac:LotIdentification> <cbc:LotNumberID>normalizedString</cbc:LotNumberID> <cbc:ExpiryDate>2000-01-01</cbc:ExpiryDate> <cac:AdditionalItemProperty> <cbc:ID>normalizedString</cbc:ID> <cbc:Name>string</cbc:Name> <cbc:NameCode>normalizedString</cbc:NameCode> <cbc:TestMethod>string</cbc:TestMethod> <cbc:Value>string</cbc:Value> <cbc:ValueQuantity>1.0</cbc:ValueQuantity> <cbc:ValueQualifier>string</cbc:ValueQualifier> <cbc:ImportanceCode>normalizedString</cbc:ImportanceCode> <cbc:ListValue>string</cbc:ListValue> <cac:UsabilityPeriod>... </cac:UsabilityPeriod> <cac:ItemPropertyGroup>... </cac:ItemPropertyGroup> <cac:RangeDimension>... </cac:RangeDimension> <cac:ItemPropertyRange>... </cac:ItemPropertyRange> </cac:AdditionalItemProperty> </cac:LotIdentification> </cac:ItemInstance>