Schema Central  >  UBL 2.3  >  UBL-WeightStatement-2.3.xsd  >  WeightStatement
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

WeightStatement

This element MUST be conveyed as the root element in any instance document based on this Schema expression

Element information

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

Schema document: maindoc/UBL-WeightStatement-2.3.xsd

Type: WeightStatementType

Properties: Global, Qualified

Content

  • Sequence [1..1]
    1. ext:UBLExtensions [0..1]A container for extensions foreign to the document.
    2. cbc:UBLVersionID [0..1]Identifies the earliest version of the UBL 2 schema for this document type that defines all of the elements that might be encountered in the current instance.
    3. cbc:CustomizationID [0..1]Identifies a user-defined customization of UBL for a specific use.
    4. cbc:ProfileID [0..1]Identifies a user-defined profile of the customization of UBL being used.
    5. cbc:ProfileExecutionID [0..1]Identifies an instance of executing a profile, to associate all transactions in a collaboration.
    6. cbc:ID [1..1]An identifier for this document, assigned by the sender.
    7. cbc:UUID [0..1]A universally unique identifier for an instance of this document.
    8. cbc:IssueDate [1..1]The date, assigned by the sender, on which this document was issued.
    9. cbc:IssueTime [0..1]The time, assigned by the sender, at which this document was issued.
    10. cbc:WeightStatementTypeCode [0..1]A code signifying the type of Weight Statement.
    11. cac:Signature [0..*]A signature applied to this document.
    12. cac:SenderParty [1..1]The party sending this weight statement (e.g. Weighing Station, Shipper, Freight Forwarder, Carrier, ...).
    13. cac:ReceiverParty [1..1]The party receiving this weight statement (e.g. Carrier, Terminal Operator, ...).
    14. cac:WeighingParty [0..1]The party executing the weight measure (e.g. Weighing Station).
    15. 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).
    16. cac:ResponsibleParty [0..1]The party responsible for signing the VGM on behalf of the Shipper.
    17. cac:Shipment [1..1]The relevant shipment information with details on the transport equipment weight or mass measurements, including verified gross mass (VGM) information.

Attributes

None

Sample instance

<WeightStatement>
   <cbc:UBLVersionID>2.2</cbc:UBLVersionID>
   <cbc:ID>GOA294107</cbc:ID>
   <cbc:IssueDate>2016-11-03</cbc:IssueDate>
   <cbc:IssueTime>09:30:00</cbc:IssueTime>
   <cbc:WeightStatementTypeCode listAgencyID="6" listID="UN/ECE 1001" listVersionID="d16a">749</cbc:WeightStatementTypeCode>
   <cac:SenderParty>
      <cbc:EndpointID schemeID="GLN" schemeAgencyID="9">1234567987654</cbc:EndpointID>
      <cbc:IndustryClassificationCode listAgencyID="6" listID="UN/ECE 3035">CA</cbc:IndustryClassificationCode>
      <cac:PartyIdentification>
         <cbc:ID schemeAgencyID="306"
                 schemeAgencyName="SMDG"
                 schemeID="LINES"
                 schemeName="SMDG master liner code list">XXX</cbc:ID>
      </cac:PartyIdentification>
      <cac:PartyName>
         <cbc:Name>ACME Ltd.</cbc:Name>
      </cac:PartyName>
      <cac:PostalAddress>
         <cbc:StreetName>One Hundred Road</cbc:StreetName>
         <cbc:BuildingNumber>100</cbc:BuildingNumber>
         <cbc:CityName>London</cbc:CityName>
         <cac:Country>
            <cbc:IdentificationCode>GB</cbc:IdentificationCode>
         </cac:Country>
      </cac:PostalAddress>
   </cac:SenderParty>
   <cac:ReceiverParty>
      <cbc:EndpointID schemeID="GLN" schemeAgencyID="9">9994567987654</cbc:EndpointID>
      <cbc:IndustryClassificationCode listAgencyID="6" listID="UN/ECE 3035">TR</cbc:IndustryClassificationCode>
      <cac:PartyName>
         <cbc:Name>La Spezia Container Terminal</cbc:Name>
      </cac:PartyName>
      <cac:PostalAddress>
         <cbc:CityName>La Spezia</cbc:CityName>
         <cac:Country>
            <cbc:IdentificationCode>IT</cbc:IdentificationCode>
         </cac:Country>
      </cac:PostalAddress>
   </cac:ReceiverParty>
   <cac:WeighingParty>
      <cbc:IndustryClassificationCode listAgencyID="6" listID="UN/ECE 3035">WPA</cbc:IndustryClassificationCode>
      <cac:PartyName>
         <cbc:Name>LEONARDO</cbc:Name>
      </cac:PartyName>
      <cac:PostalAddress>
         <cbc:CityName>La Spezia</cbc:CityName>
         <cac:Country>
            <cbc:IdentificationCode>IT</cbc:IdentificationCode>
         </cac:Country>
      </cac:PostalAddress>
      <cac:Person>
         <cbc:FirstName>GIORGIO</cbc:FirstName>
         <cbc:FamilyName>VERDI</cbc:FamilyName>
         <cbc:RoleCode listAgencyID="6" listID="UN/ECE 3139">BN</cbc:RoleCode>
      </cac:Person>
   </cac:WeighingParty>
   <cac:ResponsibleParty>
      <cbc:IndustryClassificationCode listAgencyID="6" listID="UN/ECE 3035">SPC</cbc:IndustryClassificationCode>
      <cac:PartyName>
         <cbc:Name>LEONARDO</cbc:Name>
      </cac:PartyName>
      <cac:PostalAddress>
         <cbc:CityName>La Spezia</cbc:CityName>
         <cac:Country>
            <cbc:IdentificationCode>IT</cbc:IdentificationCode>
         </cac:Country>
      </cac:PostalAddress>
      <cac:Person>
         <cbc:FirstName>STEFANO</cbc:FirstName>
         <cbc:FamilyName>ROSSI</cbc:FamilyName>
         <cbc:RoleCode listAgencyID="6" listID="UN/ECE 3139">RP</cbc:RoleCode>
      </cac:Person>
   </cac:ResponsibleParty>
   <cac:Shipment>
      <cbc:ID>123456</cbc:ID>
      <cac:TransportHandlingUnit>
         <cac:TransportEquipment>
            <cbc:ID schemeAgencyID="5" schemeID="ISO 6346">TRHU1652173</cbc:ID>
            <cbc:TransportEquipmentTypeCode listAgencyID="6" listID="UN/ECE 8053">CN</cbc:TransportEquipmentTypeCode>
            <cbc:SizeTypeCode listAgencyID="5" listID="ISO 6346">22G1</cbc:SizeTypeCode>
            <cbc:FullnessIndicationCode listAgencyID="6" listID="UN/ECE 8169">5</cbc:FullnessIndicationCode>
            <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>
         </cac:TransportEquipment>
         <cac:ShipmentDocumentReference>
            <cbc:ID>GOA294107</cbc:ID>
            <cbc:DocumentTypeCode listAgencyID="6" listID="UN/ECE 1153">BN</cbc:DocumentTypeCode>
         </cac:ShipmentDocumentReference>
      </cac:TransportHandlingUnit>
   </cac:Shipment>
</WeightStatement>