From 3940007441613c5133c494c7953542bd58e788b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20J=C3=A4rold?= Date: Tue, 17 Oct 2023 12:32:25 +0200 Subject: [PATCH] added an alert --- pax-terminal/Nexo-Retailer/Quick-guide/messageformat.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pax-terminal/Nexo-Retailer/Quick-guide/messageformat.md b/pax-terminal/Nexo-Retailer/Quick-guide/messageformat.md index 94133c88c1..a4db345cbd 100644 --- a/pax-terminal/Nexo-Retailer/Quick-guide/messageformat.md +++ b/pax-terminal/Nexo-Retailer/Quick-guide/messageformat.md @@ -7,6 +7,9 @@ menu_order: 10 All messages are wrapped in either `SaleToPOIRequest` or `SaleToPOIResponse`. Each of thoose contain two major elements. A `MessageHeader` and the element carrying the actual request or response. +{% include alert.html type="warning" icon="warning" header="Heads up!" body= +" The XML parser in the terminal requires that elements are in the same order as in the schema definition. All examples on this site has the correct order." %} + ### Message Header All messages have a `MessageHeader` element with the following attributes: