SerialLot
Is the Lot and Serial numbers for the items contained in the associated component by identifying the number of items and the uniques serial number of those items that belong to a given Lot.
Element information
Namespace: http://www.openapplications.org/oagis/10
Schema document: Common.xsd
Type: SerialLotType
Properties: Global, Qualified, ID: oagis-id-7881b275481d4f5281d75578be8650f8
Content
- Sequence [1..1]
- ItemQuantity [0..1] Is used to describe the quantity of item's, products or resources being budgeted, produced, purchased, received, sold, or used.
- Lot [0..*] Identifies the Lot that a given Item Instance belongs to.
- Disposition [0..1] Indicates whether an item is active, inactive, or in other various states. Examples of values for this field include: Active, Inactive, Hold, Deleted, Obsolete
- SerialNumberID [0..*] Unique serial number assigned to the given item instance by the manufacturer.
- ParentSerialNumberID [0..1] Is the parent's serial number of the given item. This allows the traking of serialized components of an assembly.
- Description [0..*]
- Note [0..*]
- 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 SerialLotBaseTypefrom group FreeFormTextGroup
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
typeCode | [0..1] | CodeType_1E7368 | from type IdentificationType | |
actionCode | [0..1] | ActionCodeContentType | from type IdentificationType |
Used in
- Group ItemInstanceIDsGroup
- 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 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 ItemSubLineBaseType via reference to ItemInstanceIDsGroup
- Type ItemSubLineType via reference to ItemInstanceIDsGroup (Element ItemSubLine)
- Type ManufacturingItemBaseType via reference to ItemInstanceIDsGroup
- Type ManufacturingItemType via reference to ItemInstanceIDsGroup (Elements ManufacturingItem, FinishedGoodItem)
- Type ProductionOrderHeaderBaseType
- Type ProductionOrderHeaderType via extension of ProductionOrderHeaderBaseType (Element ProductionOrderHeader)
- Type ProductionOrderLineBaseType
- Type ProductionOrderLineType via extension of ProductionOrderLineBaseType (Element ProductionOrderLine)
- Type ProductionOrderReferenceBaseType
- Type ProductionOrderReferenceType via extension of ProductionOrderReferenceBaseType (Element ProductionOrderReference)
- 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 ServicedItemInstanceBaseType via reference to ItemInstanceIDsGroup
- Type ServicedItemInstanceType via reference to ItemInstanceIDsGroup (Element ServicedItemInstance)
- Type ShipItemBaseType via reference to ItemInstanceIDsGroup
- 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)
- Type ToolBaseType
- Type ToolType via extension of ToolBaseType (Element Tool)
Sample instance
<SerialLot> <ID/> <IDSet> <ID/> </IDSet> <ItemQuantity>1.0</ItemQuantity> <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>... </IDSet> <Code/> <Description/> <ReasonCode>normalizedString</ReasonCode> <Reason/> <EffectiveTimePeriod>.................. </EffectiveTimePeriod> <Extension>....................................... </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> <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> <SerialNumberID>normalizedString</SerialNumberID> <ParentSerialNumberID>normalizedString</ParentSerialNumberID> <Description/> <Note/> <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> </SerialLot>