Wiki source code of Gateway Order Response
Last modified by Eva Torken on 2024/03/19 14:28
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | {{container}}{{container layoutStyle="columns"}}((( |
2 | On this page you will find the information needed to complete the exercise. | ||
3 | |||
4 | Should you have any questions, please contact [[academy@emagiz.com>>mailto:academy@emagiz.com]]. | ||
5 | |||
6 | === 1. XSD === | ||
7 | |||
8 | Below, the information for the Getway Order Response, needed for the exercise, is provided. | ||
9 | |||
![]() |
2.1 | 10 | {{code language="xml"}}<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"> |
![]() |
1.1 | 11 | <xs:complexType name="Order"> |
12 | <xs:sequence> | ||
13 | <xs:element name="ID" type="nonEmptyString"/> | ||
14 | </xs:sequence> | ||
15 | </xs:complexType> | ||
16 | <xs:simpleType name="nonEmptyString"> | ||
17 | <xs:restriction base="xs:string"> | ||
18 | <xs:minLength value="1"/> | ||
19 | </xs:restriction> | ||
20 | </xs:simpleType> | ||
21 | <xs:element name="Order" type="Order"/> | ||
![]() |
2.1 | 22 | </xs:schema>{{/code}} |
![]() |
1.1 | 23 | |
24 | )))((({{toc/}}))){{/container}}{{/container}} |