OverallEnvelopeDimensions
Element information
Namespace: http://www.openapplications.org/oagis/10
Schema document: Common.xsd
Type: DimensionsType
Properties: Global, Qualified, ID: oagis-id-a67f0ecf7846482d8a2e99cf8fa02a8c
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 LogisticEquipmentBaseType
- Type LogisticEquipmentType via extension of LogisticEquipmentBaseType (Elements CarriersLogisticEquipment, ShippersLogisticEquipment, AssociatedLogisticEquipment)
Sample instance
<OverallEnvelopeDimensions> <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> </OverallEnvelopeDimensions>