ItemSubLine
Identifies the lot number and serial number details for a specific quantity of items. This can be used to identify either all the serial numbers within a given lot, or lot numbers and serial numbers independent of each other
Element information
Namespace: http://www.openapplications.org/oagis/10
Schema document: Common.xsd
Type: ItemSubLineType
Properties: Global, Qualified, ID: oagis-id-3155a013045243c9b63bff0391715a1d
Content
- Sequence [1..1]
- ID [0..1] Is the Identifiers of the given instance of an entity within the scope of the integration. The schemeAgencyID attribute identifies the party that provided or knows this party by the given identifier.
- RevisionID [0..1] Is the revision of the semantically named document. The combination of the ID and its revision uniquely identifies the associated entity.
- VariationID [0..1]
- ItemIDSet [0..*]
- CustomerItemIdentification [0..1] Is the identifier provided by the customer for the item.
- ManufacturerItemIdentification [0..1] Is the identifier provided by Manufacturer for the Item. One example may be the model number.
- SupplierItemIdentification [0..1] Is the identifier provided by the supplier for the item.
- UPCID [0..1] Allows an instance of an item to have a UPC identifier associated.
- EPCID [0..1] Allows an instance of an item to communicate the ElectronicProductCodeID that it was assigned. The ElectronicProductCodeID is one of the major RadioFrequency Identifiers used.
- GTINID [0..1]
- UID [0..1] Is a two dimensional data matrix bar code identifier. For example, a concatenation of a Cage Code and serial number.
- RFID [0..*] Allows an instance of an item to carry any radio frequency identifier (RFID) that maybe used by a supply chain.
- SerialNumberID [0..*] Unique serial number assigned to the given item instance by the manufacturer.
- SerialLot [0..*] 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.
- ReferenceDesignatorID [0..1] Is the reference designator on a Drawing or BluePrint where the BOM is used. Is an identifier used to refer to an instance of the Item (part number) in manufacturing instructions, engineering drawings and/or CAD models. ReferenceDesignator is also often known as an installation point. There will be a single distinct ReferenceDesignatorID for each instance of an Item, however multiple distinct ItemIDs could have the same ReferenceDesignatorID value within a BOM, such as for alternate parts or parts selected from a test-fit-and-select processes.
- FindNumberID [0..1] FindNumber: is used as a shorthand for the ItemID (part number) in manufacturing instructions, engineering drawings and/or CAD models. The FindNumber is the same for all instances of the Item.
- Lot [0..*] Identifies the Lot that a given Item Instance belongs to.
- Quantity [0..1] Identifies the quantity of the associated service or item that is addresses by the component in which the quantity is associated.
- Status [0..1] Indicates the status of the associated object by providing the Status Code along with a description and when the status is effective.
- 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 ItemIdentificationBaseTypefrom type ItemInstanceIdentificationBaseTypefrom group ItemIDsGroupfrom group ItemInstanceIDsGroupfrom type ItemSubLineBaseTypefrom group FreeFormTextGroup
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
typeCode | [0..1] | CodeType_1E7368 | from type ItemIdentificationBaseType | |
actionCode | [0..1] | ActionCodeContentType | from type ItemIdentificationBaseType |
Used in
- Type ReceiveDeliveryItemBaseType via extension of ShipItemBaseType
- Type ReceiveDeliveryItemType via extension of ShipItemBaseType (Element ReceiveDeliveryItem)
- Type ReceiveDeliveryUnitItemBaseType via extension of ShipItemBaseType
- Type ReceiveDeliveryUnitItemType via extension of ShipItemBaseType (Element ReceiveDeliveryUnitItem)
- Type ShipItemBaseType
- Type ShipmentItemBaseType via extension of ShipItemBaseType
- Type ShipmentItemType via extension of ShipItemBaseType (Element ShipmentItem)
- Type ShipmentUnitItemBaseType via extension of ShipItemBaseType
- Type ShipmentUnitItemType via extension of ShipItemBaseType (Element ShipmentUnitItem)
Sample instance
<ItemSubLine> <ID/> <RevisionID>normalizedString</RevisionID> <VariationID>normalizedString</VariationID> <ItemIDSet> <ID/> </ItemIDSet> <CustomerItemIdentification> <ID/> <RevisionID>normalizedString</RevisionID> <VariationID>normalizedString</VariationID> <ItemIDSet> <ID/> </ItemIDSet> <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> </CustomerItemIdentification> <ManufacturerItemIdentification> <ID/> <RevisionID>normalizedString</RevisionID> <VariationID>normalizedString</VariationID> <ItemIDSet> <ID/> </ItemIDSet> <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> </ManufacturerItemIdentification> <SupplierItemIdentification> <ID/> <RevisionID>normalizedString</RevisionID> <VariationID>normalizedString</VariationID> <ItemIDSet> <ID/> </ItemIDSet> <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> </SupplierItemIdentification> <UPCID>normalizedString</UPCID> <EPCID>normalizedString</EPCID> <GTINID>normalizedString</GTINID> <UID>normalizedString</UID> <RFID>normalizedString</RFID> <SerialNumberID>normalizedString</SerialNumberID> <SerialLot> <ID/> <IDSet> <ID/> </IDSet> <ItemQuantity>1.0</ItemQuantity> <Lot> <ID/> <IDSet>... </IDSet> <LotIDs>... </LotIDs> <EffectiveTimePeriod>.................. </EffectiveTimePeriod> <Quantity/> <SerialNumberID>normalizedString</SerialNumberID> <RFID>normalizedString</RFID> <Disposition>... </Disposition> <Extension>....................................... </Extension> </Lot> <Disposition> <ID/> <IDSet>... </IDSet> <Code/> <Description/> <ReasonCode>normalizedString</ReasonCode> <Reason/> <EffectiveTimePeriod>.................. </EffectiveTimePeriod> <Extension>....................................... </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> <ReferenceDesignatorID>normalizedString</ReferenceDesignatorID> <FindNumberID>normalizedString</FindNumberID> <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> <Quantity/> <Status> <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> </Status> <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> </ItemSubLine>