Schema Central  >  UBL 2.3  >  UBL-CommonAggregateComponents-2.3.xsd  >  cac:VerifiedGrossMass
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

cac:VerifiedGrossMass

Element information

Namespace: urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2

Schema document: common/UBL-CommonAggregateComponents-2.3.xsd

Type: cac:VerifiedGrossMassType

Properties: Global, Qualified

Content

  • Sequence [1..1]
    1. ext:UBLExtensions [0..1]A container for extensions foreign to the document.
    2. cbc:ID [0..1]An identifier for this mass measure.
    3. cbc:WeighingDate [0..1]The weighing date.
    4. cbc:WeighingTime [0..1]The weighing time.
    5. cbc:WeighingMethodCode [1..1]A code signifying the weighing method used (e.g. according the SOLAS Convention).
    6. cbc:WeighingDeviceID [0..1]An identifier for the weighing device used for executing the weight measurement.
    7. cbc:WeighingDeviceType [0..1]Text describing the weighing device type used for executing the weight measurement.
    8. cbc:GrossMassMeasure [1..1]The total verified gross mass of a packed container which includes the cargo weight, block and bracing materials and container tare.
    9. cac:WeighingParty [0..1]The party executing the weight measure.
    10. cac:ShipperParty [0..1]The party playing the role of the Shipper (BCO, FF or NVOCC) who is responsible for the VGM (e.g. according the SOLAS Convention).
    11. cac:ResponsibleParty [0..1]The party responsible for signing the VGM on behalf of the Shipper.
    12. cac:DocumentReference [1..*]A reference to the VGM documentary evidence.

Attributes

None

Used in

Sample instance

<cac:VerifiedGrossMass>
   <cbc:ID>123</cbc:ID>
   <cbc:WeighingDate>2016-11-01</cbc:WeighingDate>
   <cbc:WeighingTime>00:30:00</cbc:WeighingTime>
   <cbc:WeighingMethodCode listAgencyID="54" listID="IMO SOLAS">SM1</cbc:WeighingMethodCode>
   <cbc:WeighingDeviceID>TS12345</cbc:WeighingDeviceID>
   <cbc:WeighingDeviceType>Truck Scale</cbc:WeighingDeviceType>
   <cbc:GrossMassMeasure unitCode="KGM">25730</cbc:GrossMassMeasure>
   <cac:DocumentReference>
      <cbc:ID>W123</cbc:ID>
      <cbc:IssueDate>2016-11-02</cbc:IssueDate>
      <cbc:DocumentTypeCode listAgencyID="306" listAgencyName="SMDG" listID="VGM">SM1</cbc:DocumentTypeCode>
      <cbc:DocumentDescription>Certificate for determination of VGM according to method 1</cbc:DocumentDescription>
   </cac:DocumentReference>
</cac:VerifiedGrossMass>