Dimensions
Provides the dimensions of the associated component.
Element information
Namespace: http://www.openapplications.org/oagis/10
Schema document: Common.xsd
Type: DimensionsType
Properties: Global, Qualified, ID: oagis-id-aeaba17b23bd4f12904b4ad9f614f436
Content
- Sequence [1..1]
- WidthMeasure [0..1] Indicates the width of an object
- LengthMeasure [0..1] Indicates the length of an object
- HeightMeasure [0..1] Indicates the Height of an object
- Description [0..*]
- Measure [0..*]
- VolumeMeasure [0..1] Indicates the volume of the associated entity.
- NetVolumeMeasure [0..1]
- GrossVolumeMeasure [0..1]
- DimensionRandomSizeIndicator [0..1] An indicator specifying random sizes in the dimensions.
- SizeLimitRange [0..1] Specifies details of a specific instance of a size limitation
- WeightRange [0..1] Specifies the upper and lower limits of a specific weight range
- NetWeightMeasure [0..1] Net weight of the associaed item. The net weight is calculated by subtracting the tare weight or the weight of the container from the GrossWeight.
- TareWeightMeasure [0..1] Tare weight of the associated Entity. The Tare weight is the weight of the packaging when empty (in the case of a pallet the weight of the empty pallet) that when subtracted from the Gross weight results in the Net weight.
- GrossWeightMeasure [0..1] Gross weight of the associated entity. The total weight of the entity without reduction of packaging or container. I.e The Gross wieght of a pallet of goods includes the weight of the pallet.
- 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 DimensionsABIETypefrom type DimensionsBaseType
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 HazardousMaterialShipmentContainerBaseType
- Type HazardousMaterialShipmentContainerType via extension of HazardousMaterialShipmentContainerBaseType (Element HazardousMaterialShipmentContainer)
- 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 LogisticEquipmentBaseType
- Type LogisticEquipmentType via extension of LogisticEquipmentBaseType (Elements CarriersLogisticEquipment, ShippersLogisticEquipment, AssociatedLogisticEquipment)
- Type ManufacturingItemBaseType via extension of ItemInstanceBaseType
- Type ManufacturingItemType via extension of ItemInstanceBaseType (Elements ManufacturingItem, FinishedGoodItem)
- Type PackagingBaseType
- Type PackagingType via extension of PackagingBaseType (Elements Packaging, UnitPackaging)
- 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 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 ShipmentUnitBaseType
- Type ShipmentUnitContainerBaseType
- Type ShipmentUnitContainerType via extension of ShipmentUnitContainerBaseType (Element ShipmentUnitContainer)
- Type ShipmentUnitItemBaseType via extension of ItemInstanceBaseType
- Type ShipmentUnitItemType via extension of ItemInstanceBaseType (Element ShipmentUnitItem)
- Type ShipmentUnitType via extension of ShipmentUnitBaseType (Element ShipmentUnit)
Sample instance
<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>