Container
Uniquely identifies a shipping container
Element information
Namespace: http://www.openapplications.org/oagis/10
Schema document: Common.xsd
Type: ContainerType
Properties: Global, Qualified, ID: oagis-id-625b106f1d934b95af33acee0ad4dfd3
Content
- Sequence [1..1]
- ContainerID [0..*] The unique identifier of a container that holds the associated entity. A container is typically used for shipping material. Whether they be raw material or finished goods or piece parts.
- RFID [0..1] Allows an instance of an item to carry any radio frequency identifier (RFID) that maybe used by a supply chain.
- SealID [0..1] Identifies the tamper-proof seal placed on a shipping container to prevent pilfering of the contents.
- ContainerGroupID [0..1]
- DocumentReference [0..*]
- 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.
- PackingMaterial [0..1] Identifies the materials used in the packing of a product within a container or package. Examples are Styrofoam, bubble wrap etc
- ShippingMaterial [0..1] Identifies and describes the material used to build a shipping unit or container. The ID identifies the material of the container or the shipment package The Description describes the material or container a product or item is shipped in. This is most often used for cases where a product is shipped in a returnable container. Examples include: Steel Case Rail Road Car Special Hazardous Material Case
- Quantity [0..*] Identifies the quantity of the associated service or item that is addresses by the component in which the quantity is associated.
- 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 ContainerBaseTypefrom group ContainerInstanceIDsGroup
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
typeCode | [0..1] | CodeType_1E7368 | from type IdentificationType | |
actionCode | [0..1] | ActionCodeContentType | from type IdentificationType |
Used in
- Type BatchBaseType
- Type BatchType via extension of BatchBaseType (Element Batch)
- Type CarrierRouteBaseType
- Type CarrierRouteType via extension of CarrierRouteBaseType (Element CarrierRoute)
- Type ReceiveDeliveryHeaderBaseType
- Type ReceiveDeliveryHeaderType via extension of ReceiveDeliveryHeaderBaseType (Element ReceiveDeliveryHeader)
- Type ReceiveDeliveryUnitBaseType
- Type ReceiveDeliveryUnitType via extension of ReceiveDeliveryUnitBaseType (Element ReceiveDeliveryUnit)
Sample instance
<Container> <ID/> <IDSet> <ID/> </IDSet> <ContainerID>normalizedString</ContainerID> <RFID>normalizedString</RFID> <SealID>normalizedString</SealID> <ContainerGroupID>normalizedString</ContainerGroupID> <DocumentReference> <ID/> <RevisionID>normalizedString</RevisionID> <VariationID>normalizedString</VariationID> <DocumentIDSet> <ID/> </DocumentIDSet> <DocumentDateTime></DocumentDateTime> <Description/> <Note/> <Status> <ID/> <IDSet>... </IDSet> <Code/> <Description/> <ReasonCode>normalizedString</ReasonCode> <Reason/> <EffectiveTimePeriod>.................. </EffectiveTimePeriod> <Extension>....................................... </Extension> </Status> <LineNumberID/> <LineIDSet> <ID/> </LineIDSet> <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> </DocumentReference> <GrossWeightMeasure>1.0</GrossWeightMeasure> <PackingMaterial> <ID/> <IDSet> <ID/> </IDSet> <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> </PackingMaterial> <ShippingMaterial> <ID/> <IDSet> <ID/> </IDSet> <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> </ShippingMaterial> <Quantity/> <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> </Container>