Packaging
Identifies the Packaging information for a given item. Note: The UPC here is the UPC of the packaging for a given item.
Element information
Namespace: http://www.openapplications.org/oagis/10
Schema document: Common.xsd
Type: PackagingType
Properties: Global, Qualified, ID: oagis-id-3a82123f4e3049d1ae11832b62317af1
Content
- Sequence [1..1]
- Description [0..*]
- Note [0..*]
- Dimensions [0..*] Provides the dimensions of the associated component.
- UPCPackagingLevelCode [0..1]
- PerPackageQuantity [0..1] Is the number of instances of the item in the unit of measure contained with in the package.
- CapacityPerPackageQuantity [0..1] Is the maximum number of instances of an item in the unit of measure that maybe contained within the package.
- OuterPackID [0..1]
- InnerPackID [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 MaterialBaseTypefrom group FreeFormTextGroupfrom type PackagingBaseType
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
typeCode | [0..1] | CodeType_1E7368 | from type IdentificationType | |
actionCode | [0..1] | ActionCodeContentType | from type IdentificationType |
Used in
- Type AttachedItemBaseType via extension of ItemBaseType
- Type AttachedItemType via extension of ItemBaseType (Element AttachedItem)
- Type BOMItemDataBaseType via extension of ItemInstanceBaseType
- Type BOMItemDataType via extension of ItemInstanceBaseType (Element BOMItemData)
- Type ItemBaseType
- Type ItemInstanceBaseType
- Type ItemInstanceType via extension of ItemInstanceBaseType (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 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 extension of ItemInstanceBaseType
- Type ManufacturingItemType via extension of ItemInstanceBaseType (Elements ManufacturingItem, FinishedGoodItem)
- Type PlanningScheduleLineBaseType via extension of ScheduleLineBaseType
- Type PlanningScheduleLineType via extension of ScheduleLineBaseType (Element PlanningScheduleLine)
- Type ReceiveDeliveryItemBaseType via extension of ItemInstanceBaseType
- Type ReceiveDeliveryItemType via extension of ItemInstanceBaseType (Element ReceiveDeliveryItem)
- Type ReceiveDeliveryUnitItemBaseType via extension of ItemInstanceBaseType
- Type ReceiveDeliveryUnitItemType via extension of ItemInstanceBaseType (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 ScheduleLineBaseType
- Type SequenceScheduleLineBaseType via extension of ScheduleLineBaseType
- Type SequenceScheduleLineType via extension of ScheduleLineBaseType (Element SequenceScheduleLine)
- Type ServicedItemInstanceBaseType via extension of ItemInstanceBaseType
- Type ServicedItemInstanceType via extension of ItemInstanceBaseType (Element ServicedItemInstance)
- Type ShipItemBaseType via extension of ItemInstanceBaseType
- Type ShipmentItemBaseType via extension of ItemInstanceBaseType
- Type ShipmentItemType via extension of ItemInstanceBaseType (Element ShipmentItem)
- Type ShipmentScheduleLineBaseType via extension of ScheduleLineBaseType
- Type ShipmentScheduleLineType via extension of ScheduleLineBaseType (Element ShipmentScheduleLine)
- Type ShipmentUnitItemBaseType via extension of ItemInstanceBaseType
- Type ShipmentUnitItemType via extension of ItemInstanceBaseType (Element ShipmentUnitItem)
Sample instance
<Packaging> <ID/> <IDSet> <ID/> </IDSet> <Description/> <Note/> <Dimensions> <ID/> <IDSet> <ID/> </IDSet> <WidthMeasure>1.0</WidthMeasure> <LengthMeasure>1.0</LengthMeasure> <HeightMeasure>1.0</HeightMeasure> <Description/> <Measure/> <VolumeMeasure>1.0</VolumeMeasure> <NetVolumeMeasure>1.0</NetVolumeMeasure> <GrossVolumeMeasure>1.0</GrossVolumeMeasure> <DimensionRandomSizeIndicator>true</DimensionRandomSizeIndicator> <SizeLimitRange> <UnderSizeMeasure>1.0</UnderSizeMeasure> <OverSizeMeasure>1.0</OverSizeMeasure> </SizeLimitRange> <WeightRange> <MinimumWeightMeasure>1.0</MinimumWeightMeasure> <MaximumWeightMeasure>1.0</MaximumWeightMeasure> </WeightRange> <NetWeightMeasure>1.0</NetWeightMeasure> <TareWeightMeasure>1.0</TareWeightMeasure> <GrossWeightMeasure>1.0</GrossWeightMeasure> <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> </Dimensions> <UPCPackagingLevelCode>normalizedString</UPCPackagingLevelCode> <PerPackageQuantity>1.0</PerPackageQuantity> <CapacityPerPackageQuantity>1.0</CapacityPerPackageQuantity> <OuterPackID/> <InnerPackID/> <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> </Packaging>