<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Xml>
  <order tag="Order" type="number" required="false">123</order>
  <customer tag="Customer" type="string" required="false">abc</customer>
  <productType tag="Product type" type="choice">Flyer</productType>
  <height tag="Height" type="number" required="true">210</height>
  <width tag="Width" type="number" required="true">297</width>
  <rectoVerso tag="Recto Verso" type="boolean">true</rectoVerso>
  <pressType tag="Press type" type="choice">Offset</pressType>
  <printingColor tag="Printing color" type="choice">CMYK</printingColor>
  <press tag="Press" type="choice">XL106</press>
  <dueDate tag="Due date" type="date" required="false">2021-05-27</dueDate>
  <batNeeded tag="Bat needed?" type="boolean">true</batNeeded>
  <email tag="Email" type="string" required="true">appstore@bluewest.fr</email>
  <gender tag="Gender" type="choice">Mr</gender>
  <firstName tag="First name" type="string" required="false">John</firstName>
  <lastName tag="Last name" type="string" required="false">Smith</lastName>
</Xml>