Lot
Identifies the Lot that a given Item Instance belongs to.
Element information
Namespace: http://www.openapplications.org/oagis/10
Schema document: Common.xsd
Type: LotType
Properties: Global, Qualified, ID: oagis-id-606b9a779dda4c708a436df903bc4f27
Content
- Sequence [1..1]
- LotIDs [0..1] Identifies the Lot Identifiers of all of the lots that are contained in the associated set of items.
- EffectiveTimePeriod [0..1] A time period in which an associated object is effective.
- Quantity [0..1] Identifies the quantity of the associated service or item that is addresses by the component in which the quantity is associated.
- SerialNumberID [0..*] Unique serial number assigned to the given item instance by the manufacturer.
- RFID [0..*] Allows an instance of an item to carry any radio frequency identifier (RFID) that maybe used by a supply chain.
- Disposition [0..*] Indicates whether an item is active, inactive, or in other various states. Examples of values for this field include: Active, Inactive, Hold, Deleted, Obsolete
- Extension [0..1] Allows the user of OAGIS to extend the specification in order to provide additional information that is not captured in OAGIS.This is done by defining the additional information in XML Schema and referencing the new schema in the xml instance document through the use of namespaces. Once this is done the additional information defined there can be carried in the BOD XML instance document.The Open Applications Group will make best efforts to quickly consider all proposed submissions.The Extension is always the last element in all components, except where the component has been extended inline.
from type IdentificationTypefrom type LotBaseType
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
typeCode | [0..1] | CodeType_1E7368 | from type IdentificationType | |
actionCode | [0..1] | ActionCodeContentType | from type IdentificationType | |
sequenceNumber | [0..1] | NumberType_B98233 | When an object occurs multiple times, this sequence number can be used to provide the order. | from type LotBaseType |
Used in
- Group ItemInstanceIDsGroup
- Type AttachedItemBaseType via extension of ItemBaseType
- Type AttachedItemType via extension of ItemBaseType (Element AttachedItem)
- Type BOMItemDataBaseType via reference to ItemInstanceIDsGroup
- Type BOMItemDataType via reference to ItemInstanceIDsGroup (Element BOMItemData)
- Type BatchBaseType via reference to ItemInstanceIDsGroup
- Type BatchType via reference to ItemInstanceIDsGroup (Element Batch)
- Type DispatchListLineBaseType
- Type DispatchListLineType via extension of DispatchListLineBaseType (Element DispatchListLine)
- Type ItemBaseType
- Type ItemInstanceBaseType via reference to ItemInstanceIDsGroup
- Type ItemInstanceIdentificationBaseType via reference to ItemInstanceIDsGroup
- Type ItemInstanceIdentificationType via reference to ItemInstanceIDsGroup (Elements ParentItemInstanceIdentification, ChildItemInstanceIdentification, InventoryItemInstanceIdentification)
- Type ItemInstanceType via reference to ItemInstanceIDsGroup (Elements ItemInstance, ParentItemInstance, RejectedItemInstance, ScrappedItemInstance, SubstituteItemInstance, ComponentItemInstance)
- Type ItemMasterBaseType via extension of ItemBaseType
- Type ItemMasterLocationBaseType via extension of ItemBaseType
- Type ItemMasterType via extension of ItemBaseType (Element ItemMaster)
- Type ItemSubLineBaseType via reference to ItemInstanceIDsGroup
- Type ItemSubLineType via reference to ItemInstanceIDsGroup (Element ItemSubLine)
- Type ItemType via extension of ItemBaseType (Elements Item, AssociatedBundleItem, AttachedServiceItem, ServiceItem, ChildItem, AssociatedItem, ServiceBundleItem ...more)
- Type LocationItemMasterBaseType via extension of ItemBaseType
- Type LocationItemMasterType via extension of ItemBaseType (Element LocationItemMaster)
- Type ManufacturingItemBaseType via reference to ItemInstanceIDsGroup
- Type ManufacturingItemType via reference to ItemInstanceIDsGroup (Elements ManufacturingItem, FinishedGoodItem)
- Type ReceiveDeliveryItemBaseType via reference to ItemInstanceIDsGroup
- Type ReceiveDeliveryItemType via reference to ItemInstanceIDsGroup (Element ReceiveDeliveryItem)
- Type ReceiveDeliveryUnitItemBaseType via reference to ItemInstanceIDsGroup
- Type ReceiveDeliveryUnitItemType via reference to ItemInstanceIDsGroup (Element ReceiveDeliveryUnitItem)
- Type RevisedBOMComponentBaseType via extension of ItemBaseType
- Type RevisedBOMComponentType via extension of ItemBaseType (Element RevisedBOMComponent)
- Type RevisedItemRevisionBaseType via extension of ItemBaseType
- Type RevisedItemRevisionType via extension of ItemBaseType (Element RevisedItemRevision)
- Type RevisedSubstituteItemBaseType via extension of ItemBaseType
- Type RevisedSubstituteItemType via extension of ItemBaseType (Element RevisedSubstituteItem)
- Type SerialLotBaseType
- Type SerialLotType via extension of SerialLotBaseType (Element SerialLot)
- Type ServicedItemInstanceBaseType via reference to ItemInstanceIDsGroup
- Type ServicedItemInstanceType via reference to ItemInstanceIDsGroup (Element ServicedItemInstance)
- Type ShipItemBaseType via reference to ItemInstanceIDsGroup
- Type ShipmentContainerContentBaseType
- Type ShipmentContainerContentType via extension of ShipmentContainerContentBaseType (Element ShipmentContainerContent)
- Type ShipmentItemBaseType via reference to ItemInstanceIDsGroup
- Type ShipmentItemType via reference to ItemInstanceIDsGroup (Element ShipmentItem)
- Type ShipmentUnitItemBaseType via reference to ItemInstanceIDsGroup
- Type ShipmentUnitItemType via reference to ItemInstanceIDsGroup (Element ShipmentUnitItem)
Sample instance
<Lot> <ID/> <IDSet> <ID/> </IDSet> <LotIDs> <ID/> </LotIDs> <EffectiveTimePeriod> <InclusiveIndicator>true</InclusiveIndicator> <StartDateTime></StartDateTime> <StartTime>token</StartTime> <Duration>P1Y2M3DT10H</Duration> <EndDateTime></EndDateTime> <EndTime>token</EndTime> </EffectiveTimePeriod> <Quantity/> <SerialNumberID>normalizedString</SerialNumberID> <RFID>normalizedString</RFID> <Disposition> <ID/> <IDSet> <ID/> </IDSet> <Code/> <Description/> <ReasonCode>normalizedString</ReasonCode> <Reason/> <EffectiveTimePeriod> <InclusiveIndicator>true</InclusiveIndicator> <StartDateTime></StartDateTime> <StartTime>token</StartTime> <Duration>P1Y2M3DT10H</Duration> <EndDateTime></EndDateTime> <EndTime>token</EndTime> </EffectiveTimePeriod> <Extension> <AnyExtension> <!--any element--> </AnyExtension> <Amount/> <Code/> <DateTime></DateTime> <ID/> <Indicator>true</Indicator> <Measure/> <Name/> <Number>1.0</Number> <Quantity/> <Text/> <Time></Time> <ValueText>string</ValueText> </Extension> </Disposition> <Extension> <AnyExtension> <!--any element--> </AnyExtension> <Amount/> <Code/> <DateTime></DateTime> <ID/> <Indicator>true</Indicator> <Measure/> <Name/> <Number>1.0</Number> <Quantity/> <Text/> <Time></Time> <ValueText>string</ValueText> </Extension> </Lot>