Skip to content

Commit 3345a97

Browse files
committed
Changes in example files after review
1 parent ba9b0a1 commit 3345a97

19 files changed

+1508
-1
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<ApplicationResponse xmlns="urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2"
3+
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
4+
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2">
5+
<cbc:CustomizationID>urn:fdc:peppol.eu:logistics:trns:application_response:1</cbc:CustomizationID>
6+
<cbc:ProfileID>urn:fdc:peppol.eu:logistics:bis:advanced_transport_execution_plan:1</cbc:ProfileID>
7+
<cbc:ProfileExecutionID>35a75b8c-83ed-11f0-8de9-0242ac120002</cbc:ProfileExecutionID>
8+
<cbc:ID>3f108cde-83ed-11f0-8de9-0242ac120002</cbc:ID>
9+
<cbc:IssueDate>2025-06-01</cbc:IssueDate>
10+
<cbc:IssueTime>12:00:00</cbc:IssueTime>
11+
<cac:SenderParty>
12+
<cbc:EndpointID schemeID="0198">85955619</cbc:EndpointID>
13+
<cac:PartyIdentification>
14+
<cbc:ID>85955619</cbc:ID>
15+
</cac:PartyIdentification>
16+
<cac:PartyLegalEntity>
17+
<cbc:RegistrationName>Transport provider A/S</cbc:RegistrationName>
18+
</cac:PartyLegalEntity>
19+
<cac:Contact>
20+
<cbc:Telephone>004710233714</cbc:Telephone>
21+
<cbc:ElectronicMail>msreceiver@tplogistics.no</cbc:ElectronicMail>
22+
</cac:Contact>
23+
</cac:SenderParty>
24+
<cac:ReceiverParty>
25+
<cbc:EndpointID schemeID="0198">41955619</cbc:EndpointID>
26+
<cac:PartyIdentification>
27+
<cbc:ID>41955619</cbc:ID>
28+
</cac:PartyIdentification>
29+
<cac:PartyLegalEntity>
30+
<cbc:RegistrationName>Transport UserParty A/S</cbc:RegistrationName>
31+
</cac:PartyLegalEntity>
32+
</cac:ReceiverParty>
33+
<cac:DocumentResponse>
34+
<cac:Response>
35+
<cbc:ResponseCode>AP</cbc:ResponseCode>
36+
</cac:Response>
37+
<cac:DocumentReference>
38+
<cbc:ID>565</cbc:ID>
39+
<cbc:IssueDate>2025-05-09</cbc:IssueDate>
40+
<cbc:DocumentType>TransportExecutionPlanRequest</cbc:DocumentType>
41+
</cac:DocumentReference>
42+
</cac:DocumentResponse>
43+
</ApplicationResponse>
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<ApplicationResponse xmlns="urn:oasis:names:specification:ubl:schema:xsd:ApplicationResponse-2"
3+
xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2"
4+
xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2">
5+
<cbc:CustomizationID>urn:fdc:peppol.eu:logistics:trns:application_response:1</cbc:CustomizationID>
6+
<cbc:ProfileID>urn:fdc:peppol.eu:logistics:bis:advanced_transport_execution_plan:1</cbc:ProfileID>
7+
<cbc:ProfileExecutionID>35a75b8c-83ed-11f0-8de9-0242ac120002</cbc:ProfileExecutionID>
8+
<cbc:ID>3f108cde-83ed-11f0-8de9-0242ac120002</cbc:ID>
9+
<cbc:IssueDate>2025-06-01</cbc:IssueDate>
10+
<cbc:IssueTime>12:00:00</cbc:IssueTime>
11+
<cac:SenderParty>
12+
<cbc:EndpointID schemeID="0198">85955619</cbc:EndpointID>
13+
<cac:PartyIdentification>
14+
<cbc:ID>85955619</cbc:ID>
15+
</cac:PartyIdentification>
16+
<cac:PartyLegalEntity>
17+
<cbc:RegistrationName>Transport provider A/S</cbc:RegistrationName>
18+
</cac:PartyLegalEntity>
19+
<cac:Contact>
20+
<cbc:Telephone>004710233714</cbc:Telephone>
21+
<cbc:ElectronicMail>msreceiver@tplogistics.no</cbc:ElectronicMail>
22+
</cac:Contact>
23+
</cac:SenderParty>
24+
<cac:ReceiverParty>
25+
<cbc:EndpointID schemeID="0198">41955619</cbc:EndpointID>
26+
<cac:PartyIdentification>
27+
<cbc:ID>41955619</cbc:ID>
28+
</cac:PartyIdentification>
29+
<cac:PartyLegalEntity>
30+
<cbc:RegistrationName>Transport UserParty A/S</cbc:RegistrationName>
31+
</cac:PartyLegalEntity>
32+
</cac:ReceiverParty>
33+
<cac:DocumentResponse>
34+
<cac:Response>
35+
<cbc:ResponseCode>RE</cbc:ResponseCode>
36+
<cbc:Description>Here is an explanation of why it is rejected</cbc:Description>
37+
</cac:Response>
38+
<cac:DocumentReference>
39+
<cbc:ID>565</cbc:ID>
40+
<cbc:IssueDate>2025-05-09</cbc:IssueDate>
41+
<cbc:DocumentType>TransportExecutionPlanRequest</cbc:DocumentType>
42+
</cac:DocumentReference>
43+
</cac:DocumentResponse>
44+
</ApplicationResponse>
Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<ubl:TransportExecutionPlanRequest xmlns:ubl="urn:oasis:names:specification:ubl:schema:xsd:TransportExecutionPlanRequest-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2">
3+
<cbc:CustomizationID>urn:fdc:peppol.eu:logistics:trns:transport_execution_plan_request:1</cbc:CustomizationID>
4+
<cbc:ProfileID>urn:fdc:peppol.eu:logistics:bis:advanced_transport_execution_plan:1</cbc:ProfileID>
5+
<cbc:ProfileExecutionID>b95a9804-79cf-11f0-8de9-0242ac120002</cbc:ProfileExecutionID>
6+
<cbc:ID>e2663b86-79cf-11f0-8de9-0242ac120002</cbc:ID>
7+
<cbc:IssueDate>2025-05-09</cbc:IssueDate>
8+
<cbc:IssueTime>09:49:00+02:00</cbc:IssueTime>
9+
<cbc:Note>Some notes from the requester</cbc:Note>
10+
<cbc:TransportUserRemarks>Some terms for approval</cbc:TransportUserRemarks>
11+
<cac:TransportUserParty>
12+
<cbc:EndpointID schemeID="0198">41955619</cbc:EndpointID>
13+
<cac:PartyIdentification>
14+
<cbc:ID>41955619</cbc:ID>
15+
</cac:PartyIdentification>
16+
<cac:PartyLegalEntity>
17+
<cbc:RegistrationName>Transport UserParty A/S</cbc:RegistrationName>
18+
</cac:PartyLegalEntity>
19+
<cac:Contact>
20+
<cbc:Telephone>0158 1233714</cbc:Telephone>
21+
<cbc:ElectronicMail>transport-user@transportuser.dk</cbc:ElectronicMail>
22+
</cac:Contact>
23+
</cac:TransportUserParty>
24+
<cac:TransportServiceProviderParty>
25+
<cbc:EndpointID schemeID="0198">85955619</cbc:EndpointID>
26+
<cac:PartyLegalEntity>
27+
<cbc:RegistrationName>Transport provider A/S</cbc:RegistrationName>
28+
</cac:PartyLegalEntity>
29+
</cac:TransportServiceProviderParty>
30+
<cac:PayeeParty>
31+
<cac:PartyIdentification>
32+
<cbc:ID>123456789</cbc:ID>
33+
</cac:PartyIdentification>
34+
<cac:PartyLegalEntity>
35+
<cbc:RegistrationName>Varemottaker A/S</cbc:RegistrationName>
36+
</cac:PartyLegalEntity>
37+
</cac:PayeeParty>
38+
<cac:AdditionalDocumentReference>
39+
<cbc:ID>inv-123456</cbc:ID>
40+
<cbc:DocumentType>SenderInvoiceReference</cbc:DocumentType>
41+
<cac:Attachment>
42+
<cbc:EmbeddedDocumentBinaryObject mimeCode="application/pdf" filename="ArrivalNotice.pdf">aHR0cHM6Ly90ZXN0LXZlZmEuZGlmaS5uby9wZXBwb2xiaXMvcG9hY2MvYmlsbGluZy8zLjAvYmlzLw==</cbc:EmbeddedDocumentBinaryObject>
43+
<cac:ExternalReference>
44+
<cbc:URI>https://documents.semantic.biz?documentID=d1b34d9d-8020-49a2-a43c-75f5518d77e6</cbc:URI>
45+
</cac:ExternalReference>
46+
</cac:Attachment>
47+
</cac:AdditionalDocumentReference>
48+
<cac:MainTransportationService>
49+
<cbc:TransportServiceCode>19</cbc:TransportServiceCode>
50+
<cbc:TransportationServiceDescription>ArrivalNotice</cbc:TransportationServiceDescription>
51+
</cac:MainTransportationService>
52+
<cac:Consignment>
53+
<cbc:ID>1</cbc:ID>
54+
<cbc:DeclaredCustomsValueAmount currencyID="NOK">1000</cbc:DeclaredCustomsValueAmount>
55+
<cbc:GrossWeightMeasure unitCode="KGM">103</cbc:GrossWeightMeasure>
56+
<cbc:TotalTransportHandlingUnitQuantity unitCode="EA">1</cbc:TotalTransportHandlingUnitQuantity>
57+
<cac:ConsigneeParty>
58+
<cac:PartyName>
59+
<cbc:Name>Importer AS</cbc:Name>
60+
</cac:PartyName>
61+
</cac:ConsigneeParty>
62+
<cac:ConsignorParty>
63+
<cac:PartyName>
64+
<cbc:Name>Exporter AS</cbc:Name>
65+
</cac:PartyName>
66+
</cac:ConsignorParty>
67+
<cac:MainCarriageShipmentStage>
68+
<cbc:TransportModeCode>3</cbc:TransportModeCode>
69+
<cac:TransportMeans>
70+
<cbc:RegistrationNationalityID>NO</cbc:RegistrationNationalityID>
71+
<cac:RoadTransport>
72+
<cbc:LicensePlateID>AB12345</cbc:LicensePlateID>
73+
</cac:RoadTransport>
74+
</cac:TransportMeans>
75+
</cac:MainCarriageShipmentStage>
76+
<cac:TransportHandlingUnit>
77+
<cbc:ID>1</cbc:ID>
78+
<cbc:TransportHandlingUnitTypeCode>ZZ</cbc:TransportHandlingUnitTypeCode>
79+
<cac:TransportEquipment>
80+
<cbc:ID>1234567</cbc:ID>
81+
<cbc:TransportEquipmentTypeCode>CN</cbc:TransportEquipmentTypeCode>
82+
</cac:TransportEquipment>
83+
<cac:MeasurementDimension>
84+
<cbc:AttributeID>AAB</cbc:AttributeID>
85+
<cbc:Measure unitCode="KGM">103</cbc:Measure>
86+
</cac:MeasurementDimension>
87+
<cac:GoodsItem>
88+
<cbc:ID>10</cbc:ID>
89+
<cbc:SequenceNumberID>234</cbc:SequenceNumberID>
90+
<cbc:Description>Torsk sl u/h fersk fulliset 20kg iso 2-4 kg</cbc:Description>
91+
</cac:GoodsItem>
92+
</cac:TransportHandlingUnit>
93+
</cac:Consignment>
94+
</ubl:TransportExecutionPlanRequest>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<ubl:TransportExecutionPlanRequest xmlns:ubl="urn:oasis:names:specification:ubl:schema:xsd:TransportExecutionPlanRequest-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2">
3+
<cbc:CustomizationID>urn:fdc:peppol.eu:logistics:trns:transport_execution_plan_request:1</cbc:CustomizationID>
4+
<cbc:ProfileID>urn:fdc:peppol.eu:logistics:bis:advanced_transport_execution_plan:1</cbc:ProfileID>
5+
<cbc:ProfileExecutionID>b95a9804-79cf-11f0-8de9-0242ac120002</cbc:ProfileExecutionID>
6+
<cbc:ID>e2663b86-79cf-11f0-8de9-0242ac120002</cbc:ID>
7+
<cbc:IssueDate>2025-05-09</cbc:IssueDate>
8+
<cbc:IssueTime>09:49:00+02:00</cbc:IssueTime>
9+
<cbc:Note>Some notes from the requester</cbc:Note>
10+
<cbc:TransportUserRemarks>Some terms for approval</cbc:TransportUserRemarks>
11+
<cac:TransportUserParty>
12+
<cbc:EndpointID schemeID="0198">41955619</cbc:EndpointID>
13+
<cac:PartyIdentification>
14+
<cbc:ID>41955619</cbc:ID>
15+
</cac:PartyIdentification>
16+
<cac:PartyLegalEntity>
17+
<cbc:RegistrationName>Transport UserParty A/S</cbc:RegistrationName>
18+
</cac:PartyLegalEntity>
19+
<cac:Contact>
20+
<cbc:Telephone>0158 1233714</cbc:Telephone>
21+
<cbc:ElectronicMail>transport-user@transportuser.dk</cbc:ElectronicMail>
22+
</cac:Contact>
23+
</cac:TransportUserParty>
24+
<cac:TransportServiceProviderParty>
25+
<cbc:EndpointID schemeID="0198">85955619</cbc:EndpointID>
26+
<cac:PartyLegalEntity>
27+
<cbc:RegistrationName>Transport provider A/S</cbc:RegistrationName>
28+
</cac:PartyLegalEntity>
29+
</cac:TransportServiceProviderParty>
30+
<cac:PayeeParty>
31+
<cac:PartyIdentification>
32+
<cbc:ID>123456789</cbc:ID>
33+
</cac:PartyIdentification>
34+
<cac:PartyLegalEntity>
35+
<cbc:RegistrationName>Varemottaker A/S</cbc:RegistrationName>
36+
</cac:PartyLegalEntity>
37+
</cac:PayeeParty>
38+
<cac:AdditionalDocumentReference>
39+
<cbc:ID>inv-123456</cbc:ID>
40+
<cbc:DocumentType>SenderInvoiceReference</cbc:DocumentType>
41+
<cac:Attachment>
42+
<cbc:EmbeddedDocumentBinaryObject mimeCode="application/pdf" filename="DigitalMODirectHouse.pdf">aHR0cHM6Ly90ZXN0LXZlZmEuZGlmaS5uby9wZXBwb2xiaXMvcG9hY2MvYmlsbGluZy8zLjAvYmlzLw==</cbc:EmbeddedDocumentBinaryObject>
43+
</cac:Attachment>
44+
</cac:AdditionalDocumentReference>
45+
<cac:MainTransportationService>
46+
<cbc:TransportServiceCode>19</cbc:TransportServiceCode>
47+
<cbc:TransportationServiceDescription>DigitalMODirectHouse</cbc:TransportationServiceDescription>
48+
</cac:MainTransportationService>
49+
<cac:Consignment>
50+
<cbc:ID>1</cbc:ID>
51+
<cbc:DeclaredCustomsValueAmount currencyID="NOK">1000</cbc:DeclaredCustomsValueAmount>
52+
<cbc:GrossWeightMeasure unitCode="KGM">103</cbc:GrossWeightMeasure>
53+
<cbc:TotalTransportHandlingUnitQuantity unitCode="EA">6</cbc:TotalTransportHandlingUnitQuantity>
54+
<cac:CustomsDeclaration>
55+
<cbc:ID>3456234567</cbc:ID>
56+
<cbc:FunctionCode>UGE_EXPORT</cbc:FunctionCode>
57+
<cac:AdditionalDocumentReference>
58+
<cbc:ID>mnr2342322</cbc:ID>
59+
<cbc:DocumentType>N270</cbc:DocumentType>
60+
</cac:AdditionalDocumentReference>
61+
</cac:CustomsDeclaration>
62+
<cac:ConsigneeParty>
63+
<cac:PartyName>
64+
<cbc:Name>Importer AS</cbc:Name>
65+
</cac:PartyName>
66+
</cac:ConsigneeParty>
67+
<cac:ConsignorParty>
68+
<cac:PartyName>
69+
<cbc:Name>Exporter AS</cbc:Name>
70+
</cac:PartyName>
71+
</cac:ConsignorParty>
72+
<cac:CarrierParty>
73+
<cac:PartyLegalEntity>
74+
<cbc:RegistrationName>Carrier party A/S</cbc:RegistrationName>
75+
<cbc:CompanyID>22448855</cbc:CompanyID>
76+
</cac:PartyLegalEntity>
77+
</cac:CarrierParty>
78+
<cac:TransportEvent>
79+
<cac:Period>
80+
<cbc:StartDate>2025-05-29</cbc:StartDate>
81+
<cbc:StartTime>10:00:00+01:00</cbc:StartTime>
82+
</cac:Period>
83+
</cac:TransportEvent>
84+
<cac:MainCarriageShipmentStage>
85+
<cbc:TransportModeCode>3</cbc:TransportModeCode>
86+
<cac:TransportMeans>
87+
<cbc:RegistrationNationalityID>NO</cbc:RegistrationNationalityID>
88+
<cac:RoadTransport>
89+
<cbc:LicensePlateID>AB12345</cbc:LicensePlateID>
90+
</cac:RoadTransport>
91+
</cac:TransportMeans>
92+
</cac:MainCarriageShipmentStage>
93+
<cac:TransportHandlingUnit>
94+
<cbc:ID>1</cbc:ID>
95+
<cbc:TransportHandlingUnitTypeCode>AG</cbc:TransportHandlingUnitTypeCode>
96+
<cac:TransportEquipment>
97+
<cbc:ID>234567</cbc:ID>
98+
<cbc:TransportEquipmentTypeCode>CN</cbc:TransportEquipmentTypeCode>
99+
</cac:TransportEquipment>
100+
<cac:GoodsItem>
101+
<cbc:Description>Torsk sl u/h fersk fulliset 20kg iso 2-4 kg</cbc:Description>
102+
</cac:GoodsItem>
103+
<cac:ShipmentDocumentReference>
104+
<cbc:ID>243452326</cbc:ID>
105+
<cbc:DocumentType>N741</cbc:DocumentType>
106+
</cac:ShipmentDocumentReference>
107+
</cac:TransportHandlingUnit>
108+
<cac:OfficeOfEntryLocation>
109+
<cbc:ID>NO351001</cbc:ID>
110+
</cac:OfficeOfEntryLocation>
111+
</cac:Consignment>
112+
</ubl:TransportExecutionPlanRequest>

0 commit comments

Comments
 (0)