Mikhail,
The filed are not in the post.
I created some file that make it work.
Because I we are not allowed to attach XSD I will paste it.
<?xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ns1="http://www.sap.com/ARQ" targetNamespace="http://www.sap.com/ARQ">
<xs:element name="ApprovalNecessary">
<xs:complexType>
<xs:sequence>
<xs:element name="approvalNecessary" type="xs:boolean"/>
<xs:element name="region" type="xs:string"/>
<xs:element name="totalAmount" type="xs:float"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
The Excel is quite straightforward to create.
Kind regards,
Brian