UnitPackaging
Identifies the packaging that the company generally references the Item in.
Element information
Namespace: http://www.openapplications.org/oagis/10
Schema document: Common.xsd
Type: PackagingType
Properties: Global, Qualified, ID: oagis-id-c9fe49869ed84c5d936baaf7d348cb5d
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 ItemMasterBaseType via extension of ItemMasterLocationBaseType
- Type ItemMasterLocationBaseType
- Type ItemMasterType via extension of ItemMasterLocationBaseType (Element ItemMaster)
- Type LocationItemMasterBaseType via extension of ItemMasterLocationBaseType
- Type LocationItemMasterType via extension of ItemMasterLocationBaseType (Element LocationItemMaster)
- Type UOMPackageType (Elements FromUOMPackage, ToUOMPackage)
Sample instance
<UnitPackaging> <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> </UnitPackaging>