ezii-ebics 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,217 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:esig="http://www.ebics.org/S001" targetNamespace="http://www.ebics.org/S001" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0">
3
+ <import namespace="http://www.w3.org/2000/09/xmldsig#" schemaLocation="xmldsig-core-schema.xsd"/>
4
+ <annotation>
5
+ <documentation xml:lang="de">ebics_signature enthält Typdefinitionen für elektronische Unterschriften der Versionen A004, A005, A006 und folgende.</documentation>
6
+ <documentation xml:lang="en">ebics_EU contains type definitions for electronic signatures: versions A005, A006 and et sqq.</documentation>
7
+ </annotation>
8
+ <!-- Elementdefinitionen für die EU. Die XML-Klartext-Struktur wird im EBICS-Signaturdatenkontext binär interpretiert.-->
9
+ <element name="EBICSSignatureData" abstract="true">
10
+ <annotation>
11
+ <documentation xml:lang="de">XML-Strukturen für bankfachliche Elektronische Unterschriften (EUs).</documentation>
12
+ <documentation xml:lang="en">contains the digital signatures.</documentation>
13
+ </annotation>
14
+ </element>
15
+ <element name="UserSignatureData" type="esig:UserSignatureDataSigBookType" substitutionGroup="esig:EBICSSignatureData">
16
+ <annotation>
17
+ <documentation xml:lang="de">enthält die EUs der Teilnehmer.</documentation>
18
+ <documentation xml:lang="en">contains the digital signatures.</documentation>
19
+ </annotation>
20
+ </element>
21
+ <complexType name="UserSignatureDataSigBookType">
22
+ <annotation>
23
+ <documentation xml:lang="de">Datentyp für Signaturdaten des Teilnehmers beim EU-Transfer.</documentation>
24
+ <documentation xml:lang="en">Data type for digital signature data transferred using EBICS.</documentation>
25
+ </annotation>
26
+ <sequence>
27
+ <choice maxOccurs="unbounded">
28
+ <element name="OrderSignature">
29
+ <annotation>
30
+ <documentation xml:lang="de">bankfachliche Elektronische Unterschrift oder Transportunterschrift (Binärformat).</documentation>
31
+ <documentation xml:lang="en">Digital signature (either autorising an order or applied for transportation), binary format.</documentation>
32
+ </annotation>
33
+ <complexType>
34
+ <simpleContent>
35
+ <extension base="esig:OrderSignatureType">
36
+ <attribute name="PartnerID" use="required">
37
+ <annotation>
38
+ <documentation xml:lang="de">Kunden-ID des Unterzeichners.</documentation>
39
+ <documentation xml:lang="en">Customer ID of the signer.</documentation>
40
+ </annotation>
41
+ </attribute>
42
+ </extension>
43
+ </simpleContent>
44
+ </complexType>
45
+ </element>
46
+ <element name="OrderSignatureData" type="esig:OrderSignatureDataType">
47
+ <annotation>
48
+ <documentation xml:lang="de">bankfachliche Elektronische Unterschrift oder Transportunterschrift (strukturiertes Format).</documentation>
49
+ <documentation xml:lang="en">Digital signature (either autorising an order or applied for transportation), structured format.</documentation>
50
+ </annotation>
51
+ </element>
52
+ </choice>
53
+ <any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
54
+ </sequence>
55
+ </complexType>
56
+ <simpleType name="OrderSignatureType">
57
+ <annotation>
58
+ <documentation xml:lang="de">Datentyp für kryptographische Unterschriften.</documentation>
59
+ </annotation>
60
+ <restriction base="base64Binary"/>
61
+ </simpleType>
62
+ <element name="OrderSignatureData" type="esig:OrderSignatureDataType">
63
+ <annotation>
64
+ <documentation xml:lang="de">bankfachliche Elektronische Unterschrift oder Transportunterschrift (strukturiertes Format).</documentation>
65
+ <documentation xml:lang="en">Digital signature (either autorising an order or applied for transportation), structured format.</documentation>
66
+ </annotation>
67
+ </element>
68
+ <complexType name="OrderSignatureDataType">
69
+ <annotation>
70
+ <documentation xml:lang="de">Datentyp für bankfachliche Elektronische Unterschrift oder Transportunterschrift (strukturiertes Format).</documentation>
71
+ <documentation xml:lang="en">Data type according for a digital signature (either autorising an order or applied for transportation), structured format.</documentation>
72
+ </annotation>
73
+ <sequence>
74
+ <element name="SignatureVersion" type="esig:SignatureVersionType">
75
+ <annotation>
76
+ <documentation xml:lang="de">Version des Signaturverfahrens.</documentation>
77
+ <documentation xml:lang="en">Version of the algorithm used for signature creation.</documentation>
78
+ </annotation>
79
+ </element>
80
+ <element name="SignatureValue" type="base64Binary">
81
+ <annotation>
82
+ <documentation xml:lang="de">Digitale Signatur.</documentation>
83
+ <documentation xml:lang="en">Digital signature.</documentation>
84
+ </annotation>
85
+ </element>
86
+ <element name="PartnerID" type="esig:PartnerIDType">
87
+ <annotation>
88
+ <documentation xml:lang="de">Kunden-ID des Unterzeichners.</documentation>
89
+ <documentation xml:lang="en">Customer ID of the signer.</documentation>
90
+ </annotation>
91
+ </element>
92
+ <element name="UserID" type="esig:UserIDType">
93
+ <annotation>
94
+ <documentation xml:lang="de">Teilnehmer-ID.</documentation>
95
+ <documentation xml:lang="en">User ID.</documentation>
96
+ </annotation>
97
+ </element>
98
+ <element ref="ds:X509Data" minOccurs="0">
99
+ <annotation>
100
+ <documentation xml:lang="de">Parameter zur X.509-Funktionalität</documentation>
101
+ <documentation xml:lang="en">Parameter for X509Data</documentation>
102
+ </annotation>
103
+ </element>
104
+ </sequence>
105
+ </complexType>
106
+ <simpleType name="PartnerIDType">
107
+ <annotation>
108
+ <documentation xml:lang="de">Datentyp für eine Kunden-ID.</documentation>
109
+ </annotation>
110
+ <restriction base="token">
111
+ <maxLength value="35"/>
112
+ </restriction>
113
+ </simpleType>
114
+ <simpleType name="UserIDType">
115
+ <annotation>
116
+ <documentation xml:lang="de">Datentyp für eine Teilnehmer-ID.</documentation>
117
+ </annotation>
118
+ <restriction base="token">
119
+ <maxLength value="35"/>
120
+ </restriction>
121
+ </simpleType>
122
+ <simpleType name="SignatureVersionType">
123
+ <annotation>
124
+ <documentation xml:lang="de">Datentyp für Versionsnummern zur Elektronischen Unterschrift (EU).</documentation>
125
+ </annotation>
126
+ <restriction base="token">
127
+ <length value="4"/>
128
+ <pattern value="A\d{3}"/>
129
+ </restriction>
130
+ </simpleType>
131
+ <!-- Definitionen für die Uebertragung von oeffentlichen Signierschlüsseln. z.B. ueber EBICS mit INI, PUB, HCS.-->
132
+ <element name="SignaturePubKeyOrderData" type="esig:SignaturePubKeyOrderDataType">
133
+ <annotation>
134
+ <documentation xml:lang="de">Element für Public Key Dateien unabhängig von der Auftragsart / Geschäftsvorfall.</documentation>
135
+ </annotation>
136
+ </element>
137
+ <complexType name="SignaturePubKeyOrderDataType">
138
+ <annotation>
139
+ <documentation xml:lang="de">Datentyp für Public Key Dateien unabhängig von der Auftragsart / Geschäftsvorfall.</documentation>
140
+ </annotation>
141
+ <sequence>
142
+ <element name="SignaturePubKeyInfo" type="esig:SignaturePubKeyInfoType">
143
+ <annotation>
144
+ <documentation xml:lang="de">öffentlicher Signaturschlüssel.</documentation>
145
+ </annotation>
146
+ </element>
147
+ <element name="PartnerID" type="esig:PartnerIDType">
148
+ <annotation>
149
+ <documentation xml:lang="de">Kunden-ID.</documentation>
150
+ </annotation>
151
+ </element>
152
+ <element name="UserID" type="esig:UserIDType">
153
+ <annotation>
154
+ <documentation xml:lang="de">Teilnehmer-ID.</documentation>
155
+ </annotation>
156
+ </element>
157
+ <any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
158
+ </sequence>
159
+ </complexType>
160
+ <element name="SignaturePubKeyInfo" type="esig:SignaturePubKeyInfoType">
161
+ <annotation>
162
+ <documentation xml:lang="de">öffentlicher Signaturschlüssel.</documentation>
163
+ </annotation>
164
+ </element>
165
+ <complexType name="SignaturePubKeyInfoType">
166
+ <annotation>
167
+ <documentation xml:lang="de">Datentyp für öffentliche bankfachliche Schlüssel.</documentation>
168
+ </annotation>
169
+ <complexContent>
170
+ <extension base="esig:PubKeyInfoType">
171
+ <sequence>
172
+ <element name="SignatureVersion" type="esig:SignatureVersionType">
173
+ <annotation>
174
+ <documentation xml:lang="de">Version des EU-Signaturverfahrens.</documentation>
175
+ </annotation>
176
+ </element>
177
+ </sequence>
178
+ </extension>
179
+ </complexContent>
180
+ </complexType>
181
+ <complexType name="PubKeyInfoType">
182
+ <annotation>
183
+ <documentation xml:lang="de">Datentyp für die Darstellung eines öffentlichen RSA-Schlüssels als Exponent-Modulus-Kombination oder als X509-Zertifikat.</documentation>
184
+ </annotation>
185
+ <sequence>
186
+ <sequence>
187
+ <element ref="ds:X509Data" minOccurs="0"/>
188
+ <element name="PubKeyValue" type="esig:PubKeyValueType">
189
+ <annotation>
190
+ <documentation xml:lang="de">Darstellung als Exponent-Modulus-Kombination.</documentation>
191
+ </annotation>
192
+ </element>
193
+ </sequence>
194
+ <any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
195
+ </sequence>
196
+ </complexType>
197
+ <complexType name="PubKeyValueType">
198
+ <annotation>
199
+ <documentation xml:lang="de">Datentyp für die Exponent-Modulus-Darstellung eines öffentlichen RSA-Schlüssels.</documentation>
200
+ </annotation>
201
+ <sequence>
202
+ <element ref="ds:RSAKeyValue"/>
203
+ <element name="TimeStamp" type="esig:TimestampType" minOccurs="0">
204
+ <annotation>
205
+ <documentation xml:lang="de">Zeitpunkt der Generierung des Schlüssels.</documentation>
206
+ </annotation>
207
+ </element>
208
+ <any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
209
+ </sequence>
210
+ </complexType>
211
+ <simpleType name="TimestampType">
212
+ <annotation>
213
+ <documentation xml:lang="de">Datentyp für Zeitstempel.</documentation>
214
+ </annotation>
215
+ <restriction base="dateTime"/>
216
+ </simpleType>
217
+ </schema>
@@ -0,0 +1,2361 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:esig="http://www.ebics.org/S001" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:ebics="http://www.ebics.org/H003" targetNamespace="http://www.ebics.org/H003" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0">
3
+ <import namespace="http://www.ebics.org/S001" schemaLocation="ebics_signature.xsd"/>
4
+ <import namespace="http://www.w3.org/2000/09/xmldsig#" schemaLocation="xmldsig-core-schema.xsd"/>
5
+ <annotation>
6
+ <documentation xml:lang="de">ebics_types.xsd enthält einfache Typdefinitionen für EBICS.</documentation>
7
+ </annotation>
8
+ <simpleType name="ProtocolVersionType">
9
+ <annotation>
10
+ <documentation xml:lang="de">Datentyp für EBICS-Versionsnummern.</documentation>
11
+ </annotation>
12
+ <restriction base="token">
13
+ <length value="4"/>
14
+ <pattern value="H\d{3}"/>
15
+ </restriction>
16
+ </simpleType>
17
+ <simpleType name="ProtocolRevisionType">
18
+ <annotation>
19
+ <documentation xml:lang="de">Datentyp für EBICS-Revisionsnummern.</documentation>
20
+ </annotation>
21
+ <restriction base="positiveInteger">
22
+ <maxInclusive value="99"/>
23
+ </restriction>
24
+ </simpleType>
25
+ <simpleType name="EncryptionVersionType">
26
+ <annotation>
27
+ <documentation xml:lang="de">Datentyp für Versionsnummern zur Verschlüsselung.</documentation>
28
+ </annotation>
29
+ <restriction base="token">
30
+ <pattern value="E\d{3}"/>
31
+ </restriction>
32
+ </simpleType>
33
+ <simpleType name="SignatureVersionType">
34
+ <annotation>
35
+ <documentation xml:lang="de">Datentyp für Versionsnummern zur Elektronischen Unterschrift (EU).</documentation>
36
+ </annotation>
37
+ <restriction base="token">
38
+ <length value="4"/>
39
+ <pattern value="A\d{3}"/>
40
+ </restriction>
41
+ </simpleType>
42
+ <simpleType name="AuthenticationVersionType">
43
+ <annotation>
44
+ <documentation xml:lang="de">Datentyp für Versionsnummern zur Authentifikation.</documentation>
45
+ </annotation>
46
+ <restriction base="token">
47
+ <length value="4"/>
48
+ <pattern value="X\d{3}"/>
49
+ </restriction>
50
+ </simpleType>
51
+ <simpleType name="CryptoVersionType">
52
+ <annotation>
53
+ <documentation xml:lang="de">Datentyp für Versionsnummern zur Verschlüsselung, Signatur und Authentifkation.</documentation>
54
+ </annotation>
55
+ <union memberTypes="ebics:EncryptionVersionType ebics:SignatureVersionType ebics:AuthenticationVersionType"/>
56
+ </simpleType>
57
+ <simpleType name="CurrencyBaseType">
58
+ <annotation>
59
+ <documentation xml:lang="de">Datentyp für Währungen (Grundtyp).</documentation>
60
+ </annotation>
61
+ <restriction base="token">
62
+ <length value="3"/>
63
+ <pattern value="[A-Z]{3}"/>
64
+ </restriction>
65
+ </simpleType>
66
+ <simpleType name="CurrencyCode">
67
+ <annotation>
68
+ <documentation xml:lang="de">dreistelliger Währungscode gemäß ISO 4217.</documentation>
69
+ </annotation>
70
+ <restriction base="ebics:CurrencyBaseType">
71
+ <length value="3"/>
72
+ <enumeration value="AFN">
73
+ <annotation>
74
+ <documentation xml:lang="de">Afghanistan: Afghani</documentation>
75
+ </annotation>
76
+ </enumeration>
77
+ <enumeration value="ALL">
78
+ <annotation>
79
+ <documentation xml:lang="de">Albanien: Lek</documentation>
80
+ </annotation>
81
+ </enumeration>
82
+ <enumeration value="AMD">
83
+ <annotation>
84
+ <documentation xml:lang="de">Armenien: Dram</documentation>
85
+ </annotation>
86
+ </enumeration>
87
+ <enumeration value="ANG">
88
+ <annotation>
89
+ <documentation xml:lang="de">Niederländische Antillen: Gulden</documentation>
90
+ </annotation>
91
+ </enumeration>
92
+ <enumeration value="AOA">
93
+ <annotation>
94
+ <documentation xml:lang="de">Angola: Kwanza</documentation>
95
+ </annotation>
96
+ </enumeration>
97
+ <enumeration value="ARS">
98
+ <annotation>
99
+ <documentation xml:lang="de">Argentinien: Peso</documentation>
100
+ </annotation>
101
+ </enumeration>
102
+ <enumeration value="AUD">
103
+ <annotation>
104
+ <documentation xml:lang="de">Australien: Dollar</documentation>
105
+ </annotation>
106
+ </enumeration>
107
+ <enumeration value="AWG">
108
+ <annotation>
109
+ <documentation xml:lang="de">Aruba: Florin</documentation>
110
+ </annotation>
111
+ </enumeration>
112
+ <enumeration value="AZM">
113
+ <annotation>
114
+ <documentation xml:lang="de">Aserbaidschan: Manat</documentation>
115
+ </annotation>
116
+ </enumeration>
117
+ <enumeration value="BAM">
118
+ <annotation>
119
+ <documentation xml:lang="de">Bosnien und Herzegowina: Konvertible Mark</documentation>
120
+ </annotation>
121
+ </enumeration>
122
+ <enumeration value="BBD">
123
+ <annotation>
124
+ <documentation xml:lang="de">Barbados: Dollar</documentation>
125
+ </annotation>
126
+ </enumeration>
127
+ <enumeration value="BDT">
128
+ <annotation>
129
+ <documentation xml:lang="de">Bangladesch: Taka</documentation>
130
+ </annotation>
131
+ </enumeration>
132
+ <enumeration value="BGN">
133
+ <annotation>
134
+ <documentation xml:lang="de">Bulgarien: Lew</documentation>
135
+ </annotation>
136
+ </enumeration>
137
+ <enumeration value="BHD">
138
+ <annotation>
139
+ <documentation xml:lang="de">Bahrain: Dinar</documentation>
140
+ </annotation>
141
+ </enumeration>
142
+ <enumeration value="BMD">
143
+ <annotation>
144
+ <documentation xml:lang="de">Bermuda: Dollar</documentation>
145
+ </annotation>
146
+ </enumeration>
147
+ <enumeration value="BND">
148
+ <annotation>
149
+ <documentation xml:lang="de">Brunei: Dollar</documentation>
150
+ </annotation>
151
+ </enumeration>
152
+ <enumeration value="BOB">
153
+ <annotation>
154
+ <documentation xml:lang="de">Bolivien: Boliviano</documentation>
155
+ </annotation>
156
+ </enumeration>
157
+ <enumeration value="BRL">
158
+ <annotation>
159
+ <documentation xml:lang="de">Brasilien: Real</documentation>
160
+ </annotation>
161
+ </enumeration>
162
+ <enumeration value="BSD">
163
+ <annotation>
164
+ <documentation xml:lang="de">Bahamas: Dollar</documentation>
165
+ </annotation>
166
+ </enumeration>
167
+ <enumeration value="BTN">
168
+ <annotation>
169
+ <documentation xml:lang="de">Bhutan: Ngultrum</documentation>
170
+ </annotation>
171
+ </enumeration>
172
+ <enumeration value="BWP">
173
+ <annotation>
174
+ <documentation xml:lang="de">Botswana: Pula</documentation>
175
+ </annotation>
176
+ </enumeration>
177
+ <enumeration value="BYR">
178
+ <annotation>
179
+ <documentation xml:lang="de">Weißrussland (Belarus): Rubel</documentation>
180
+ </annotation>
181
+ </enumeration>
182
+ <enumeration value="BZD">
183
+ <annotation>
184
+ <documentation xml:lang="de">Belize: Dollar</documentation>
185
+ </annotation>
186
+ </enumeration>
187
+ <enumeration value="CAD">
188
+ <annotation>
189
+ <documentation xml:lang="de">Kanada: Dollar</documentation>
190
+ </annotation>
191
+ </enumeration>
192
+ <enumeration value="CDF">
193
+ <annotation>
194
+ <documentation xml:lang="de">Demokratische Republik Kongo: Franc</documentation>
195
+ </annotation>
196
+ </enumeration>
197
+ <enumeration value="CHF">
198
+ <annotation>
199
+ <documentation xml:lang="de">Schweiz: Franken</documentation>
200
+ </annotation>
201
+ </enumeration>
202
+ <enumeration value="CLP">
203
+ <annotation>
204
+ <documentation xml:lang="de">Chile: Peso</documentation>
205
+ </annotation>
206
+ </enumeration>
207
+ <enumeration value="CNY">
208
+ <annotation>
209
+ <documentation xml:lang="de">China (Volksrepublik): Renminbi Yuan</documentation>
210
+ </annotation>
211
+ </enumeration>
212
+ <enumeration value="COP">
213
+ <annotation>
214
+ <documentation xml:lang="de">Kolumbien: Peso</documentation>
215
+ </annotation>
216
+ </enumeration>
217
+ <enumeration value="CRC">
218
+ <annotation>
219
+ <documentation xml:lang="de">Costa Rica: Colón</documentation>
220
+ </annotation>
221
+ </enumeration>
222
+ <enumeration value="CSD">
223
+ <annotation>
224
+ <documentation xml:lang="de">Serbien: Dinar</documentation>
225
+ </annotation>
226
+ </enumeration>
227
+ <enumeration value="CUP">
228
+ <annotation>
229
+ <documentation xml:lang="de">Kuba: Peso</documentation>
230
+ </annotation>
231
+ </enumeration>
232
+ <enumeration value="CVE">
233
+ <annotation>
234
+ <documentation xml:lang="de">Kap Verde: Escudo</documentation>
235
+ </annotation>
236
+ </enumeration>
237
+ <enumeration value="CYP">
238
+ <annotation>
239
+ <documentation xml:lang="de">Zypern (griechischer Teil): Pfund</documentation>
240
+ </annotation>
241
+ </enumeration>
242
+ <enumeration value="CZK">
243
+ <annotation>
244
+ <documentation xml:lang="de">Tschechien: Krone</documentation>
245
+ </annotation>
246
+ </enumeration>
247
+ <enumeration value="DJV">
248
+ <annotation>
249
+ <documentation xml:lang="de">Dschibuti: Franc</documentation>
250
+ </annotation>
251
+ </enumeration>
252
+ <enumeration value="DKK">
253
+ <annotation>
254
+ <documentation xml:lang="de">Dänemark: Krone</documentation>
255
+ </annotation>
256
+ </enumeration>
257
+ <enumeration value="DOP">
258
+ <annotation>
259
+ <documentation xml:lang="de">Dominikanische Republik: Peso</documentation>
260
+ </annotation>
261
+ </enumeration>
262
+ <enumeration value="DZD">
263
+ <annotation>
264
+ <documentation xml:lang="de">Algerien: Dinar</documentation>
265
+ </annotation>
266
+ </enumeration>
267
+ <enumeration value="ECS">
268
+ <annotation>
269
+ <documentation xml:lang="de">Ecuador (bis 2000): Sucre</documentation>
270
+ </annotation>
271
+ </enumeration>
272
+ <enumeration value="EEK">
273
+ <annotation>
274
+ <documentation xml:lang="de">Estland: Krone</documentation>
275
+ </annotation>
276
+ </enumeration>
277
+ <enumeration value="EGP">
278
+ <annotation>
279
+ <documentation xml:lang="de">Ägypten: Pfund</documentation>
280
+ </annotation>
281
+ </enumeration>
282
+ <enumeration value="ETB">
283
+ <annotation>
284
+ <documentation xml:lang="de">Äthiopien: Birr</documentation>
285
+ </annotation>
286
+ </enumeration>
287
+ <enumeration value="EUR">
288
+ <annotation>
289
+ <documentation xml:lang="de">Europäische Währungsunion: Euro</documentation>
290
+ </annotation>
291
+ </enumeration>
292
+ <enumeration value="FJD">
293
+ <annotation>
294
+ <documentation xml:lang="de">Fidschi: Dollar</documentation>
295
+ </annotation>
296
+ </enumeration>
297
+ <enumeration value="FKP">
298
+ <annotation>
299
+ <documentation xml:lang="de">Falklandinseln: Pfund</documentation>
300
+ </annotation>
301
+ </enumeration>
302
+ <enumeration value="GBP">
303
+ <annotation>
304
+ <documentation xml:lang="de">Vereinigtes Königreich: Pfund</documentation>
305
+ </annotation>
306
+ </enumeration>
307
+ <enumeration value="GEL">
308
+ <annotation>
309
+ <documentation xml:lang="de">Georgien: Lari</documentation>
310
+ </annotation>
311
+ </enumeration>
312
+ <enumeration value="GHC">
313
+ <annotation>
314
+ <documentation xml:lang="de">Ghana: Cedi</documentation>
315
+ </annotation>
316
+ </enumeration>
317
+ <enumeration value="GIP">
318
+ <annotation>
319
+ <documentation xml:lang="de">Gibraltar: Pfund</documentation>
320
+ </annotation>
321
+ </enumeration>
322
+ <enumeration value="GMD">
323
+ <annotation>
324
+ <documentation xml:lang="de">Gambia: Dalasi</documentation>
325
+ </annotation>
326
+ </enumeration>
327
+ <enumeration value="GNF">
328
+ <annotation>
329
+ <documentation xml:lang="de">Guinea: Franc</documentation>
330
+ </annotation>
331
+ </enumeration>
332
+ <enumeration value="GTQ">
333
+ <annotation>
334
+ <documentation xml:lang="de">Guatemala: Quetzal</documentation>
335
+ </annotation>
336
+ </enumeration>
337
+ <enumeration value="GYD">
338
+ <annotation>
339
+ <documentation xml:lang="de">Guyana: Dollar</documentation>
340
+ </annotation>
341
+ </enumeration>
342
+ <enumeration value="HKD">
343
+ <annotation>
344
+ <documentation xml:lang="de">Hongkong: Dollar</documentation>
345
+ </annotation>
346
+ </enumeration>
347
+ <enumeration value="HNL">
348
+ <annotation>
349
+ <documentation xml:lang="de">Honduras: Lempira</documentation>
350
+ </annotation>
351
+ </enumeration>
352
+ <enumeration value="HRK">
353
+ <annotation>
354
+ <documentation xml:lang="de">Kroatien: Kuna</documentation>
355
+ </annotation>
356
+ </enumeration>
357
+ <enumeration value="HTG">
358
+ <annotation>
359
+ <documentation xml:lang="de">Haiti: Gourde</documentation>
360
+ </annotation>
361
+ </enumeration>
362
+ <enumeration value="HUF">
363
+ <annotation>
364
+ <documentation xml:lang="de">Ungarn: Forint</documentation>
365
+ </annotation>
366
+ </enumeration>
367
+ <enumeration value="IDR">
368
+ <annotation>
369
+ <documentation xml:lang="de">Indonesien: Rupiah</documentation>
370
+ </annotation>
371
+ </enumeration>
372
+ <enumeration value="ILS">
373
+ <annotation>
374
+ <documentation xml:lang="de">Israel: Schekel</documentation>
375
+ </annotation>
376
+ </enumeration>
377
+ <enumeration value="INR">
378
+ <annotation>
379
+ <documentation xml:lang="de">Indien: Rupie</documentation>
380
+ </annotation>
381
+ </enumeration>
382
+ <enumeration value="IQD">
383
+ <annotation>
384
+ <documentation xml:lang="de">Irak: Dinar</documentation>
385
+ </annotation>
386
+ </enumeration>
387
+ <enumeration value="IRR">
388
+ <annotation>
389
+ <documentation xml:lang="de">Iran: Rial</documentation>
390
+ </annotation>
391
+ </enumeration>
392
+ <enumeration value="ISK">
393
+ <annotation>
394
+ <documentation xml:lang="de">Island: Krone</documentation>
395
+ </annotation>
396
+ </enumeration>
397
+ <enumeration value="JMD">
398
+ <annotation>
399
+ <documentation xml:lang="de">Jamaika: Dollar</documentation>
400
+ </annotation>
401
+ </enumeration>
402
+ <enumeration value="JOD">
403
+ <annotation>
404
+ <documentation xml:lang="de">Jordanien: Dinar</documentation>
405
+ </annotation>
406
+ </enumeration>
407
+ <enumeration value="JPY">
408
+ <annotation>
409
+ <documentation xml:lang="de">Japan: Yen</documentation>
410
+ </annotation>
411
+ </enumeration>
412
+ <enumeration value="KES">
413
+ <annotation>
414
+ <documentation xml:lang="de">Kenia: Schilling</documentation>
415
+ </annotation>
416
+ </enumeration>
417
+ <enumeration value="KGS">
418
+ <annotation>
419
+ <documentation xml:lang="de">Kirgisistan: Som</documentation>
420
+ </annotation>
421
+ </enumeration>
422
+ <enumeration value="KHR">
423
+ <annotation>
424
+ <documentation xml:lang="de">Kambodscha: Riel</documentation>
425
+ </annotation>
426
+ </enumeration>
427
+ <enumeration value="KMF">
428
+ <annotation>
429
+ <documentation xml:lang="de">Komoren: Franc</documentation>
430
+ </annotation>
431
+ </enumeration>
432
+ <enumeration value="KPW">
433
+ <annotation>
434
+ <documentation xml:lang="de">Nordkorea: Won</documentation>
435
+ </annotation>
436
+ </enumeration>
437
+ <enumeration value="KRW">
438
+ <annotation>
439
+ <documentation xml:lang="de">Südkorea: Won</documentation>
440
+ </annotation>
441
+ </enumeration>
442
+ <enumeration value="KWD">
443
+ <annotation>
444
+ <documentation xml:lang="de">Kuwait: Dinar</documentation>
445
+ </annotation>
446
+ </enumeration>
447
+ <enumeration value="KYD">
448
+ <annotation>
449
+ <documentation xml:lang="de">Kaimaninseln: Dollar</documentation>
450
+ </annotation>
451
+ </enumeration>
452
+ <enumeration value="KZT">
453
+ <annotation>
454
+ <documentation xml:lang="de">Kasachstan: Tenge</documentation>
455
+ </annotation>
456
+ </enumeration>
457
+ <enumeration value="LAK">
458
+ <annotation>
459
+ <documentation xml:lang="de">Laos: Kip</documentation>
460
+ </annotation>
461
+ </enumeration>
462
+ <enumeration value="LBP">
463
+ <annotation>
464
+ <documentation xml:lang="de">Libanon: Pfund</documentation>
465
+ </annotation>
466
+ </enumeration>
467
+ <enumeration value="LKR">
468
+ <annotation>
469
+ <documentation xml:lang="de">Sri Lanka: Rupie</documentation>
470
+ </annotation>
471
+ </enumeration>
472
+ <enumeration value="LRD">
473
+ <annotation>
474
+ <documentation xml:lang="de">Liberia: Dollar</documentation>
475
+ </annotation>
476
+ </enumeration>
477
+ <enumeration value="LSL">
478
+ <annotation>
479
+ <documentation xml:lang="de">Lesotho: Loti</documentation>
480
+ </annotation>
481
+ </enumeration>
482
+ <enumeration value="LTL">
483
+ <annotation>
484
+ <documentation xml:lang="de">Litauen: Litas</documentation>
485
+ </annotation>
486
+ </enumeration>
487
+ <enumeration value="LVL">
488
+ <annotation>
489
+ <documentation xml:lang="de">Lettland: Lats</documentation>
490
+ </annotation>
491
+ </enumeration>
492
+ <enumeration value="LYD">
493
+ <annotation>
494
+ <documentation xml:lang="de">Libyen: Dinar</documentation>
495
+ </annotation>
496
+ </enumeration>
497
+ <enumeration value="MAD">
498
+ <annotation>
499
+ <documentation xml:lang="de">Marokko: Dirham</documentation>
500
+ </annotation>
501
+ </enumeration>
502
+ <enumeration value="MDL">
503
+ <annotation>
504
+ <documentation xml:lang="de">Moldawien: Leu</documentation>
505
+ </annotation>
506
+ </enumeration>
507
+ <enumeration value="MGF">
508
+ <annotation>
509
+ <documentation xml:lang="de">Madagaskar: Franc</documentation>
510
+ </annotation>
511
+ </enumeration>
512
+ <enumeration value="MKD">
513
+ <annotation>
514
+ <documentation xml:lang="de">Mazedonien: Denar</documentation>
515
+ </annotation>
516
+ </enumeration>
517
+ <enumeration value="MMK">
518
+ <annotation>
519
+ <documentation xml:lang="de">Myanmar: Kyat</documentation>
520
+ </annotation>
521
+ </enumeration>
522
+ <enumeration value="MNT">
523
+ <annotation>
524
+ <documentation xml:lang="de">Mongolei: Tugrik</documentation>
525
+ </annotation>
526
+ </enumeration>
527
+ <enumeration value="MOP">
528
+ <annotation>
529
+ <documentation xml:lang="de">Macau: Pataca</documentation>
530
+ </annotation>
531
+ </enumeration>
532
+ <enumeration value="MRO">
533
+ <annotation>
534
+ <documentation xml:lang="de">Mauretanien: Ouguiya</documentation>
535
+ </annotation>
536
+ </enumeration>
537
+ <enumeration value="MTL">
538
+ <annotation>
539
+ <documentation xml:lang="de">Malta: Lira</documentation>
540
+ </annotation>
541
+ </enumeration>
542
+ <enumeration value="MUR">
543
+ <annotation>
544
+ <documentation xml:lang="de">Mauritius: Rupie</documentation>
545
+ </annotation>
546
+ </enumeration>
547
+ <enumeration value="MVR">
548
+ <annotation>
549
+ <documentation xml:lang="de">Malediven: Rufiyaa</documentation>
550
+ </annotation>
551
+ </enumeration>
552
+ <enumeration value="MWK">
553
+ <annotation>
554
+ <documentation xml:lang="de">Malawi: Kwacha</documentation>
555
+ </annotation>
556
+ </enumeration>
557
+ <enumeration value="MXN">
558
+ <annotation>
559
+ <documentation xml:lang="de">Mexiko: Peso</documentation>
560
+ </annotation>
561
+ </enumeration>
562
+ <enumeration value="MYR">
563
+ <annotation>
564
+ <documentation xml:lang="de">Malaysia: Ringgit</documentation>
565
+ </annotation>
566
+ </enumeration>
567
+ <enumeration value="MZM">
568
+ <annotation>
569
+ <documentation xml:lang="de">Mosambik: Metical</documentation>
570
+ </annotation>
571
+ </enumeration>
572
+ <enumeration value="NAD">
573
+ <annotation>
574
+ <documentation xml:lang="de">Namibia: Dollar</documentation>
575
+ </annotation>
576
+ </enumeration>
577
+ <enumeration value="NGN">
578
+ <annotation>
579
+ <documentation xml:lang="de">Nigeria: Naira</documentation>
580
+ </annotation>
581
+ </enumeration>
582
+ <enumeration value="NIO">
583
+ <annotation>
584
+ <documentation xml:lang="de">Nicaragua: Cordoba Oro</documentation>
585
+ </annotation>
586
+ </enumeration>
587
+ <enumeration value="NOK">
588
+ <annotation>
589
+ <documentation xml:lang="de">Norwegen: Krone</documentation>
590
+ </annotation>
591
+ </enumeration>
592
+ <enumeration value="NPR">
593
+ <annotation>
594
+ <documentation xml:lang="de">Nepal: Rupie</documentation>
595
+ </annotation>
596
+ </enumeration>
597
+ <enumeration value="NZD">
598
+ <annotation>
599
+ <documentation xml:lang="de">Neuseeland: Dollar</documentation>
600
+ </annotation>
601
+ </enumeration>
602
+ <enumeration value="OMR">
603
+ <annotation>
604
+ <documentation xml:lang="de">Oman: Rial</documentation>
605
+ </annotation>
606
+ </enumeration>
607
+ <enumeration value="PAB">
608
+ <annotation>
609
+ <documentation xml:lang="de">Panama: Balboa</documentation>
610
+ </annotation>
611
+ </enumeration>
612
+ <enumeration value="PEN">
613
+ <annotation>
614
+ <documentation xml:lang="de">Peru: Nuevo Sol</documentation>
615
+ </annotation>
616
+ </enumeration>
617
+ <enumeration value="PGK">
618
+ <annotation>
619
+ <documentation xml:lang="de">Papua-Neuguinea: Kina</documentation>
620
+ </annotation>
621
+ </enumeration>
622
+ <enumeration value="PHP">
623
+ <annotation>
624
+ <documentation xml:lang="de">Philippinen: Peso</documentation>
625
+ </annotation>
626
+ </enumeration>
627
+ <enumeration value="PKR">
628
+ <annotation>
629
+ <documentation xml:lang="de">Pakistan: Rupie</documentation>
630
+ </annotation>
631
+ </enumeration>
632
+ <enumeration value="PLN">
633
+ <annotation>
634
+ <documentation xml:lang="de">Polen: Zloty</documentation>
635
+ </annotation>
636
+ </enumeration>
637
+ <enumeration value="PYG">
638
+ <annotation>
639
+ <documentation xml:lang="de">Paraguay: Guaraní</documentation>
640
+ </annotation>
641
+ </enumeration>
642
+ <enumeration value="QAR">
643
+ <annotation>
644
+ <documentation xml:lang="de">Katar: Riyal</documentation>
645
+ </annotation>
646
+ </enumeration>
647
+ <enumeration value="ROL">
648
+ <annotation>
649
+ <documentation xml:lang="de">Rumänien: Leu</documentation>
650
+ </annotation>
651
+ </enumeration>
652
+ <enumeration value="RUB">
653
+ <annotation>
654
+ <documentation xml:lang="de">Russland: Rubel</documentation>
655
+ </annotation>
656
+ </enumeration>
657
+ <enumeration value="RWF">
658
+ <annotation>
659
+ <documentation xml:lang="de">Ruanda: Franc</documentation>
660
+ </annotation>
661
+ </enumeration>
662
+ <enumeration value="SAR">
663
+ <annotation>
664
+ <documentation xml:lang="de">Saudi-Arabien: Riyal</documentation>
665
+ </annotation>
666
+ </enumeration>
667
+ <enumeration value="SBD">
668
+ <annotation>
669
+ <documentation xml:lang="de">Salomonen: Dollar</documentation>
670
+ </annotation>
671
+ </enumeration>
672
+ <enumeration value="SCR">
673
+ <annotation>
674
+ <documentation xml:lang="de">Seychellen: Rupie</documentation>
675
+ </annotation>
676
+ </enumeration>
677
+ <enumeration value="SDD">
678
+ <annotation>
679
+ <documentation xml:lang="de">Sudan: Dinar</documentation>
680
+ </annotation>
681
+ </enumeration>
682
+ <enumeration value="SEK">
683
+ <annotation>
684
+ <documentation xml:lang="de">Schweden: Krone</documentation>
685
+ </annotation>
686
+ </enumeration>
687
+ <enumeration value="SGD">
688
+ <annotation>
689
+ <documentation xml:lang="de">Singapur: Dollar</documentation>
690
+ </annotation>
691
+ </enumeration>
692
+ <enumeration value="SHP">
693
+ <annotation>
694
+ <documentation xml:lang="de">St. Helena: Pfund</documentation>
695
+ </annotation>
696
+ </enumeration>
697
+ <enumeration value="SIT">
698
+ <annotation>
699
+ <documentation xml:lang="de">Slowenien: Tolar</documentation>
700
+ </annotation>
701
+ </enumeration>
702
+ <enumeration value="SKK">
703
+ <annotation>
704
+ <documentation xml:lang="de">Slowakei: Krone</documentation>
705
+ </annotation>
706
+ </enumeration>
707
+ <enumeration value="SLL">
708
+ <annotation>
709
+ <documentation xml:lang="de">Sierra Leone: Leone</documentation>
710
+ </annotation>
711
+ </enumeration>
712
+ <enumeration value="SOS">
713
+ <annotation>
714
+ <documentation xml:lang="de">Somalia: Schilling</documentation>
715
+ </annotation>
716
+ </enumeration>
717
+ <enumeration value="SRD">
718
+ <annotation>
719
+ <documentation xml:lang="de">Suriname: Dollar</documentation>
720
+ </annotation>
721
+ </enumeration>
722
+ <enumeration value="STD">
723
+ <annotation>
724
+ <documentation xml:lang="de">São Tomé und Príncipe: Dobra</documentation>
725
+ </annotation>
726
+ </enumeration>
727
+ <enumeration value="SVC">
728
+ <annotation>
729
+ <documentation xml:lang="de">El Salvador: Colón</documentation>
730
+ </annotation>
731
+ </enumeration>
732
+ <enumeration value="SYP">
733
+ <annotation>
734
+ <documentation xml:lang="de">Syrien: Pfund</documentation>
735
+ </annotation>
736
+ </enumeration>
737
+ <enumeration value="SZL">
738
+ <annotation>
739
+ <documentation xml:lang="de">Swasiland: Lilangeni</documentation>
740
+ </annotation>
741
+ </enumeration>
742
+ <enumeration value="THB">
743
+ <annotation>
744
+ <documentation xml:lang="de">Thailand: Baht</documentation>
745
+ </annotation>
746
+ </enumeration>
747
+ <enumeration value="TJS">
748
+ <annotation>
749
+ <documentation xml:lang="de">Tadschikistan: Somoni</documentation>
750
+ </annotation>
751
+ </enumeration>
752
+ <enumeration value="TMM">
753
+ <annotation>
754
+ <documentation xml:lang="de">Turkmenistan: Manat</documentation>
755
+ </annotation>
756
+ </enumeration>
757
+ <enumeration value="TND">
758
+ <annotation>
759
+ <documentation xml:lang="de">Tunesien: Dinar</documentation>
760
+ </annotation>
761
+ </enumeration>
762
+ <enumeration value="TOP">
763
+ <annotation>
764
+ <documentation xml:lang="de">Tonga: Pa'anga</documentation>
765
+ </annotation>
766
+ </enumeration>
767
+ <enumeration value="TRL">
768
+ <annotation>
769
+ <documentation xml:lang="de">Türkei: Lira</documentation>
770
+ </annotation>
771
+ </enumeration>
772
+ <enumeration value="TRY">
773
+ <annotation>
774
+ <documentation xml:lang="de">Türkei: Neue Lira (ab 2005)</documentation>
775
+ </annotation>
776
+ </enumeration>
777
+ <enumeration value="TTD">
778
+ <annotation>
779
+ <documentation xml:lang="de">Trinidad und Tobago: Dollar</documentation>
780
+ </annotation>
781
+ </enumeration>
782
+ <enumeration value="TWD">
783
+ <annotation>
784
+ <documentation xml:lang="de">Taiwan: Dollar</documentation>
785
+ </annotation>
786
+ </enumeration>
787
+ <enumeration value="TZS">
788
+ <annotation>
789
+ <documentation xml:lang="de">Tansania: Schilling</documentation>
790
+ </annotation>
791
+ </enumeration>
792
+ <enumeration value="UAH">
793
+ <annotation>
794
+ <documentation xml:lang="de">Ukraine: Hrywnja</documentation>
795
+ </annotation>
796
+ </enumeration>
797
+ <enumeration value="UGX">
798
+ <annotation>
799
+ <documentation xml:lang="de">Uganda: Shilling</documentation>
800
+ </annotation>
801
+ </enumeration>
802
+ <enumeration value="USD">
803
+ <annotation>
804
+ <documentation xml:lang="de">USA: Dollar</documentation>
805
+ </annotation>
806
+ </enumeration>
807
+ <enumeration value="UYU">
808
+ <annotation>
809
+ <documentation xml:lang="de">Uruguay: Peso</documentation>
810
+ </annotation>
811
+ </enumeration>
812
+ <enumeration value="UZS">
813
+ <annotation>
814
+ <documentation xml:lang="de">Usbekistan: Sum</documentation>
815
+ </annotation>
816
+ </enumeration>
817
+ <enumeration value="VEB">
818
+ <annotation>
819
+ <documentation xml:lang="de">Venezuela: Bolivar</documentation>
820
+ </annotation>
821
+ </enumeration>
822
+ <enumeration value="VND">
823
+ <annotation>
824
+ <documentation xml:lang="de">Vietnam: Dong</documentation>
825
+ </annotation>
826
+ </enumeration>
827
+ <enumeration value="VUV">
828
+ <annotation>
829
+ <documentation xml:lang="de">Vanuatu: Vatu</documentation>
830
+ </annotation>
831
+ </enumeration>
832
+ <enumeration value="WST">
833
+ <annotation>
834
+ <documentation xml:lang="de">Samoa: Tala</documentation>
835
+ </annotation>
836
+ </enumeration>
837
+ <enumeration value="XAF">
838
+ <annotation>
839
+ <documentation xml:lang="de">Zentralafrikanische Wirtschafts- und Währungsunion: CFA-Franc</documentation>
840
+ </annotation>
841
+ </enumeration>
842
+ <enumeration value="XCD">
843
+ <annotation>
844
+ <documentation xml:lang="de">Ostkaribische Währungsunion: Dollar</documentation>
845
+ </annotation>
846
+ </enumeration>
847
+ <enumeration value="XOF">
848
+ <annotation>
849
+ <documentation xml:lang="de">Westafrikanische Wirtschafts- und Währungsunion: CFA-Franc</documentation>
850
+ </annotation>
851
+ </enumeration>
852
+ <enumeration value="XPF">
853
+ <annotation>
854
+ <documentation xml:lang="de">Neukaledonien: CFP-Franc</documentation>
855
+ </annotation>
856
+ </enumeration>
857
+ <enumeration value="XTS">
858
+ <annotation>
859
+ <documentation xml:lang="de">Spezialcode für Testzwecke; keine existierende Währung</documentation>
860
+ </annotation>
861
+ </enumeration>
862
+ <enumeration value="XXX">
863
+ <annotation>
864
+ <documentation xml:lang="de">keine Währung</documentation>
865
+ </annotation>
866
+ </enumeration>
867
+ <enumeration value="YER">
868
+ <annotation>
869
+ <documentation xml:lang="de">Jemen: Rial</documentation>
870
+ </annotation>
871
+ </enumeration>
872
+ <enumeration value="ZAR">
873
+ <annotation>
874
+ <documentation xml:lang="de">Südafrika: Rand</documentation>
875
+ </annotation>
876
+ </enumeration>
877
+ <enumeration value="ZMK">
878
+ <annotation>
879
+ <documentation xml:lang="de">Sambia: Kwacha</documentation>
880
+ </annotation>
881
+ </enumeration>
882
+ <enumeration value="ZWD">
883
+ <annotation>
884
+ <documentation xml:lang="de">Simbabwe: Dollar</documentation>
885
+ </annotation>
886
+ </enumeration>
887
+ </restriction>
888
+ </simpleType>
889
+ <simpleType name="AmountValueType">
890
+ <annotation>
891
+ <documentation xml:lang="de">Datentyp für einen Betragswert (ohne Währung).</documentation>
892
+ </annotation>
893
+ <restriction base="decimal">
894
+ <totalDigits value="24"/>
895
+ <fractionDigits value="4"/>
896
+ </restriction>
897
+ </simpleType>
898
+ <complexType name="AmountType">
899
+ <annotation>
900
+ <documentation xml:lang="de">Datentyp für einen Betrag inkl. Währungscode-Attribut (Default = "EUR").</documentation>
901
+ </annotation>
902
+ <simpleContent>
903
+ <extension base="ebics:AmountValueType">
904
+ <attribute name="Currency" type="ebics:CurrencyBaseType" use="optional" default="EUR">
905
+ <annotation>
906
+ <documentation xml:lang="de">Währungscode, Default="EUR".</documentation>
907
+ <documentation xml:lang="en">Currency code, default setting is "EUR".</documentation>
908
+ </annotation>
909
+ </attribute>
910
+ </extension>
911
+ </simpleContent>
912
+ </complexType>
913
+ <simpleType name="TransactionIDType">
914
+ <annotation>
915
+ <documentation xml:lang="de">Datentyp für die Transaktions-ID.</documentation>
916
+ </annotation>
917
+ <restriction base="hexBinary">
918
+ <length value="16"/>
919
+ </restriction>
920
+ </simpleType>
921
+ <simpleType name="NonceType">
922
+ <annotation>
923
+ <documentation xml:lang="de">Datentyp für Nonces.</documentation>
924
+ </annotation>
925
+ <restriction base="hexBinary">
926
+ <length value="16"/>
927
+ </restriction>
928
+ </simpleType>
929
+ <simpleType name="InstituteIDType">
930
+ <annotation>
931
+ <documentation xml:lang="de">Datentyp für die Instituts-ID.</documentation>
932
+ </annotation>
933
+ <restriction base="normalizedString">
934
+ <maxLength value="64"/>
935
+ </restriction>
936
+ </simpleType>
937
+ <simpleType name="HostIDType">
938
+ <annotation>
939
+ <documentation xml:lang="de">Datentyp für die Host-ID.</documentation>
940
+ </annotation>
941
+ <restriction base="token">
942
+ <maxLength value="35"/>
943
+ </restriction>
944
+ </simpleType>
945
+ <simpleType name="ProductType">
946
+ <annotation>
947
+ <documentation xml:lang="de">Datentyp für die Kundenprodukt-ID.</documentation>
948
+ </annotation>
949
+ <restriction base="normalizedString">
950
+ <maxLength value="64"/>
951
+ </restriction>
952
+ </simpleType>
953
+ <simpleType name="LanguageType">
954
+ <annotation>
955
+ <documentation xml:lang="de">Datentyp für das Sprachkennzeichen des Kundenprodukts.</documentation>
956
+ </annotation>
957
+ <restriction base="language">
958
+ <length value="2"/>
959
+ </restriction>
960
+ </simpleType>
961
+ <simpleType name="OrderTBaseType">
962
+ <annotation>
963
+ <documentation xml:lang="de">Datentyp für allgemeine Auftragsarten (Grundtyp).</documentation>
964
+ </annotation>
965
+ <restriction base="token">
966
+ <length value="3"/>
967
+ <pattern value="[A-Z0-9]{3}"/>
968
+ </restriction>
969
+ </simpleType>
970
+ <simpleType name="OrderTListType">
971
+ <annotation>
972
+ <documentation xml:lang="de">Listentyp für allgemeine Auftragsarten.</documentation>
973
+ </annotation>
974
+ <list itemType="ebics:OrderTBaseType"/>
975
+ </simpleType>
976
+ <simpleType name="OrderTType">
977
+ <annotation>
978
+ <documentation xml:lang="de">Datentyp für zulässige Auftragsarten im EBICS-Kontext.</documentation>
979
+ </annotation>
980
+ <restriction base="ebics:OrderTBaseType">
981
+ <length value="3"/>
982
+ <enumeration value="HSA">
983
+ <annotation>
984
+ <documentation xml:lang="de">Senden der Public Keys für Authentifikation und Verschlüsselung, bankfachlich signiert mit FTAM-Signaturschlüssel</documentation>
985
+ </annotation>
986
+ </enumeration>
987
+ <enumeration value="HIA">
988
+ <annotation>
989
+ <documentation xml:lang="de">Senden der Public Keys zur Authentifikation und zur Verschlüsselung</documentation>
990
+ </annotation>
991
+ </enumeration>
992
+ <enumeration value="HPB">
993
+ <annotation>
994
+ <documentation xml:lang="de">Abholen der Public Keys der Bank</documentation>
995
+ </annotation>
996
+ </enumeration>
997
+ <enumeration value="HCA">
998
+ <annotation>
999
+ <documentation xml:lang="de">Ändern der Public Keys zur Authentifikation und zur Verschlüsselung</documentation>
1000
+ </annotation>
1001
+ </enumeration>
1002
+ <enumeration value="HPD">
1003
+ <annotation>
1004
+ <documentation xml:lang="de">Abholen Bankparameter für internetbasierten Standard</documentation>
1005
+ </annotation>
1006
+ </enumeration>
1007
+ <enumeration value="HVU">
1008
+ <annotation>
1009
+ <documentation xml:lang="de">Abholen VEU Übersicht</documentation>
1010
+ </annotation>
1011
+ </enumeration>
1012
+ <enumeration value="HVD">
1013
+ <annotation>
1014
+ <documentation xml:lang="de">Abholen VEU Auftragsdaten (Daten-trägerbegleitzettel)</documentation>
1015
+ </annotation>
1016
+ </enumeration>
1017
+ <enumeration value="HVT">
1018
+ <annotation>
1019
+ <documentation xml:lang="de">Abholen VEU Auftragsdaten ( Transakti-onsdetails gemäß Parametervorgabe)</documentation>
1020
+ </annotation>
1021
+ </enumeration>
1022
+ <enumeration value="HVE">
1023
+ <annotation>
1024
+ <documentation xml:lang="de">Senden EU zu bestehendem VEU-Auftrag</documentation>
1025
+ </annotation>
1026
+ </enumeration>
1027
+ <enumeration value="HVS">
1028
+ <annotation>
1029
+ <documentation xml:lang="de">Senden Stornierung für bestehenden VEU-Auftrag</documentation>
1030
+ </annotation>
1031
+ </enumeration>
1032
+ <enumeration value="HKD">
1033
+ <annotation>
1034
+ <documentation xml:lang="de">Abholen Konfigurationsdaten des Teilnehmers</documentation>
1035
+ </annotation>
1036
+ </enumeration>
1037
+ <enumeration value="HAA">
1038
+ <annotation>
1039
+ <documentation xml:lang="de">Abholen Übersicht zu abrufbaren Aufträgen</documentation>
1040
+ </annotation>
1041
+ </enumeration>
1042
+ <enumeration value="HVU">
1043
+ <annotation>
1044
+ <documentation xml:lang="de">VEU-Übersicht abholen</documentation>
1045
+ </annotation>
1046
+ </enumeration>
1047
+ <enumeration value="HVD">
1048
+ <annotation>
1049
+ <documentation xml:lang="de">VEU-Status abrufen</documentation>
1050
+ </annotation>
1051
+ </enumeration>
1052
+ <enumeration value="HVT">
1053
+ <annotation>
1054
+ <documentation xml:lang="de">VEU-Transaktion-Details abrufen</documentation>
1055
+ </annotation>
1056
+ </enumeration>
1057
+ <enumeration value="HVE">
1058
+ <annotation>
1059
+ <documentation xml:lang="de">EU hinzufügen</documentation>
1060
+ </annotation>
1061
+ </enumeration>
1062
+ <enumeration value="HVS">
1063
+ <annotation>
1064
+ <documentation xml:lang="de">VEU-Stornierung</documentation>
1065
+ </annotation>
1066
+ </enumeration>
1067
+ <enumeration value="AAE">
1068
+ <annotation>
1069
+ <documentation xml:lang="de">Senden Importakkreditiv Änderung</documentation>
1070
+ </annotation>
1071
+ </enumeration>
1072
+ <enumeration value="AEA">
1073
+ <annotation>
1074
+ <documentation xml:lang="de">Senden Exportakkreditive</documentation>
1075
+ </annotation>
1076
+ </enumeration>
1077
+ <enumeration value="AIA">
1078
+ <annotation>
1079
+ <documentation xml:lang="de">Senden Import-Akkreditive Avisierung</documentation>
1080
+ </annotation>
1081
+ </enumeration>
1082
+ <enumeration value="AKA">
1083
+ <annotation>
1084
+ <documentation xml:lang="de">Abholen Import-Akkreditive</documentation>
1085
+ </annotation>
1086
+ </enumeration>
1087
+ <enumeration value="AWV">
1088
+ <annotation>
1089
+ <documentation xml:lang="de">AWV-Meldung senden</documentation>
1090
+ </annotation>
1091
+ </enumeration>
1092
+ <enumeration value="AZM">
1093
+ <annotation>
1094
+ <documentation xml:lang="de">AZV im Magnetbandformat senden (Satzlänge variabel)</documentation>
1095
+ </annotation>
1096
+ </enumeration>
1097
+ <enumeration value="AZV">
1098
+ <annotation>
1099
+ <documentation xml:lang="de">AZV im Diskettenformat senden</documentation>
1100
+ </annotation>
1101
+ </enumeration>
1102
+ <enumeration value="AZ2">
1103
+ <annotation>
1104
+ <documentation xml:lang="de">AZV im Magnetbandformat senden (Satzlängenfeld 2 Bytes)</documentation>
1105
+ </annotation>
1106
+ </enumeration>
1107
+ <enumeration value="AZ4">
1108
+ <annotation>
1109
+ <documentation xml:lang="de">AZV im Magnetbandformat senden (Satzlängenfeld 4 Bytes)</documentation>
1110
+ </annotation>
1111
+ </enumeration>
1112
+ <enumeration value="DDG">
1113
+ <annotation>
1114
+ <documentation xml:lang="de">Abholen Devisenhandelsbestätigung</documentation>
1115
+ </annotation>
1116
+ </enumeration>
1117
+ <enumeration value="DHB">
1118
+ <annotation>
1119
+ <documentation xml:lang="de">Senden Devisenhandelsbestätigung</documentation>
1120
+ </annotation>
1121
+ </enumeration>
1122
+ <enumeration value="DTE">
1123
+ <annotation>
1124
+ <documentation xml:lang="de">Eilauftrag (IZV im DTAUS0-Format) senden</documentation>
1125
+ </annotation>
1126
+ </enumeration>
1127
+ <enumeration value="DTI">
1128
+ <annotation>
1129
+ <documentation xml:lang="de">IZV-Datei abholen</documentation>
1130
+ </annotation>
1131
+ </enumeration>
1132
+ <enumeration value="DTM">
1133
+ <annotation>
1134
+ <documentation xml:lang="de">MCV-Datei abholen (Format analog MCV)</documentation>
1135
+ </annotation>
1136
+ </enumeration>
1137
+ <enumeration value="DTV">
1138
+ <annotation>
1139
+ <documentation xml:lang="de">Zahlungsverkehrsdateien von Service-Rechenzentren senden</documentation>
1140
+ </annotation>
1141
+ </enumeration>
1142
+ <enumeration value="DT2">
1143
+ <annotation>
1144
+ <documentation xml:lang="de">MC2-Datei abholen (Format analog MC2)</documentation>
1145
+ </annotation>
1146
+ </enumeration>
1147
+ <enumeration value="DT4">
1148
+ <annotation>
1149
+ <documentation xml:lang="de">MC4-Datei abholen (Format analog MC4)</documentation>
1150
+ </annotation>
1151
+ </enumeration>
1152
+ <enumeration value="EAB">
1153
+ <annotation>
1154
+ <documentation xml:lang="de">Exportakkreditive abholen</documentation>
1155
+ </annotation>
1156
+ </enumeration>
1157
+ <enumeration value="ECS">
1158
+ <annotation>
1159
+ <documentation xml:lang="de">Senden electronic-cash Lastschriftdatei</documentation>
1160
+ </annotation>
1161
+ </enumeration>
1162
+ <enumeration value="EDC">
1163
+ <annotation>
1164
+ <documentation xml:lang="de">Senden Maestro-Lastschriftdatei</documentation>
1165
+ </annotation>
1166
+ </enumeration>
1167
+ <enumeration value="EEA">
1168
+ <annotation>
1169
+ <documentation xml:lang="de">EDIFACT abholen ASCII</documentation>
1170
+ </annotation>
1171
+ </enumeration>
1172
+ <enumeration value="EEZ">
1173
+ <annotation>
1174
+ <documentation xml:lang="de">EDIFACT abholen EBCDIC</documentation>
1175
+ </annotation>
1176
+ </enumeration>
1177
+ <enumeration value="EIB">
1178
+ <annotation>
1179
+ <documentation xml:lang="de">Ausführungsanzeige (Exportinkasso) Bank an Kunde abholen</documentation>
1180
+ </annotation>
1181
+ </enumeration>
1182
+ <enumeration value="EIK">
1183
+ <annotation>
1184
+ <documentation xml:lang="de">Senden Exportinkassi</documentation>
1185
+ </annotation>
1186
+ </enumeration>
1187
+ <enumeration value="ESA">
1188
+ <annotation>
1189
+ <documentation xml:lang="de">EDIFACT senden ASCII</documentation>
1190
+ </annotation>
1191
+ </enumeration>
1192
+ <enumeration value="ESM">
1193
+ <annotation>
1194
+ <documentation xml:lang="de">EU-Standardüberweisung (Zahlungsart 13) im Magnetbandformat (Satzlängenfeld 4 Bytes)</documentation>
1195
+ </annotation>
1196
+ </enumeration>
1197
+ <enumeration value="ESR">
1198
+ <annotation>
1199
+ <documentation xml:lang="de">Einreichung von EDIFACT-Lastschriften</documentation>
1200
+ </annotation>
1201
+ </enumeration>
1202
+ <enumeration value="ESZ">
1203
+ <annotation>
1204
+ <documentation xml:lang="de">EDIFACT senden EBCDIC</documentation>
1205
+ </annotation>
1206
+ </enumeration>
1207
+ <enumeration value="ESU">
1208
+ <annotation>
1209
+ <documentation xml:lang="de">EU-Standardüberweisung (Zahlungsart 13)</documentation>
1210
+ </annotation>
1211
+ </enumeration>
1212
+ <enumeration value="EUE">
1213
+ <annotation>
1214
+ <documentation xml:lang="de">Taggleiche grenzüberschreitende Euro-Eilzahlung</documentation>
1215
+ </annotation>
1216
+ </enumeration>
1217
+ <enumeration value="GAB">
1218
+ <annotation>
1219
+ <documentation xml:lang="de">Abholen Garantien</documentation>
1220
+ </annotation>
1221
+ </enumeration>
1222
+ <enumeration value="GAK">
1223
+ <annotation>
1224
+ <documentation xml:lang="de">Senden Garantien</documentation>
1225
+ </annotation>
1226
+ </enumeration>
1227
+ <enumeration value="GKT">
1228
+ <annotation>
1229
+ <documentation xml:lang="de">GeldKarte-Umsatz senden (Datenaufbau gemäß GeldKarte-Spezifikation)</documentation>
1230
+ </annotation>
1231
+ </enumeration>
1232
+ <enumeration value="IDD">
1233
+ <annotation>
1234
+ <documentation xml:lang="de">Internationale Lastschriften</documentation>
1235
+ </annotation>
1236
+ </enumeration>
1237
+ <enumeration value="IIB">
1238
+ <annotation>
1239
+ <documentation xml:lang="de">Abholen Importinkassi</documentation>
1240
+ </annotation>
1241
+ </enumeration>
1242
+ <enumeration value="IIK">
1243
+ <annotation>
1244
+ <documentation xml:lang="de">Senden Importinkassi</documentation>
1245
+ </annotation>
1246
+ </enumeration>
1247
+ <enumeration value="INT">
1248
+ <annotation>
1249
+ <documentation xml:lang="de">Internationaler Zahlungsverkehr</documentation>
1250
+ </annotation>
1251
+ </enumeration>
1252
+ <enumeration value="IZG">
1253
+ <annotation>
1254
+ <documentation xml:lang="de">Inlandszahlungsverkehrsauftrag senden (nur Gutschriften)</documentation>
1255
+ </annotation>
1256
+ </enumeration>
1257
+ <enumeration value="IZL">
1258
+ <annotation>
1259
+ <documentation xml:lang="de">Inlandszahlungsverkehrsauftrag senden (nur Lastschriften)</documentation>
1260
+ </annotation>
1261
+ </enumeration>
1262
+ <enumeration value="IZV">
1263
+ <annotation>
1264
+ <documentation xml:lang="de">Inlandszahlungsverkehrsauftrag senden</documentation>
1265
+ </annotation>
1266
+ </enumeration>
1267
+ <enumeration value="MAO">
1268
+ <annotation>
1269
+ <documentation xml:lang="de">Abholen Magnetband-Datei aus optischer Beleglesung</documentation>
1270
+ </annotation>
1271
+ </enumeration>
1272
+ <enumeration value="MCV">
1273
+ <annotation>
1274
+ <documentation xml:lang="de">Senden IZV-Magnetbandformat (Satzlängenfeld 4 Bytes)</documentation>
1275
+ </annotation>
1276
+ </enumeration>
1277
+ <enumeration value="MC2">
1278
+ <annotation>
1279
+ <documentation xml:lang="de">Senden IZV-Magnetbandformat (Satzlängenfeld 2 Bytes)</documentation>
1280
+ </annotation>
1281
+ </enumeration>
1282
+ <enumeration value="MC4">
1283
+ <annotation>
1284
+ <documentation xml:lang="de">Senden IZV-Magnetbandformat (Satzlänge variabel)</documentation>
1285
+ </annotation>
1286
+ </enumeration>
1287
+ <enumeration value="POZ">
1288
+ <annotation>
1289
+ <documentation xml:lang="de">Senden POZ-Datei</documentation>
1290
+ </annotation>
1291
+ </enumeration>
1292
+ <enumeration value="RDT">
1293
+ <annotation>
1294
+ <documentation xml:lang="de">Rücklastschrift an Kunde</documentation>
1295
+ </annotation>
1296
+ </enumeration>
1297
+ <enumeration value="RFT">
1298
+ <annotation>
1299
+ <documentation xml:lang="de">Request for Transfer</documentation>
1300
+ </annotation>
1301
+ </enumeration>
1302
+ <enumeration value="STA">
1303
+ <annotation>
1304
+ <documentation xml:lang="de">Abholen Swift-Tagesauszüge</documentation>
1305
+ </annotation>
1306
+ </enumeration>
1307
+ <enumeration value="VMK">
1308
+ <annotation>
1309
+ <documentation xml:lang="de">Abholen kurzfristige Vormerkposten</documentation>
1310
+ </annotation>
1311
+ </enumeration>
1312
+ <enumeration value="WPA">
1313
+ <annotation>
1314
+ <documentation xml:lang="de">Abholen Wertpapierabrechnung</documentation>
1315
+ </annotation>
1316
+ </enumeration>
1317
+ <enumeration value="WPB">
1318
+ <annotation>
1319
+ <documentation xml:lang="de">Abholen Wertpapierausführungsanzeige</documentation>
1320
+ </annotation>
1321
+ </enumeration>
1322
+ <enumeration value="WPC">
1323
+ <annotation>
1324
+ <documentation xml:lang="de">Abholen Depotaufstellung</documentation>
1325
+ </annotation>
1326
+ </enumeration>
1327
+ <enumeration value="WPD">
1328
+ <annotation>
1329
+ <documentation xml:lang="de">Abholen sonstige WP-Umsätze</documentation>
1330
+ </annotation>
1331
+ </enumeration>
1332
+ <enumeration value="INI">
1333
+ <annotation>
1334
+ <documentation xml:lang="de">Initialisierung der bankfachlichen EU des Teilnehmers.</documentation>
1335
+ </annotation>
1336
+ </enumeration>
1337
+ <enumeration value="PTK">
1338
+ <annotation>
1339
+ <documentation xml:lang="de">Abholen Kundenprotokoll</documentation>
1340
+ </annotation>
1341
+ </enumeration>
1342
+ <enumeration value="PUB">
1343
+ <annotation>
1344
+ <documentation xml:lang="de">Senden Public Key zur Unterschriftenverifizierung</documentation>
1345
+ </annotation>
1346
+ </enumeration>
1347
+ <enumeration value="HCA">
1348
+ <annotation>
1349
+ <documentation xml:lang="de">Änderung der Teilnehmerschlüssel für Authentifikation und Verschlüsselung</documentation>
1350
+ </annotation>
1351
+ </enumeration>
1352
+ <enumeration value="SPR">
1353
+ <annotation>
1354
+ <documentation xml:lang="de">Sperren der Zugangsberechtigung</documentation>
1355
+ </annotation>
1356
+ </enumeration>
1357
+ <enumeration value="VPB">
1358
+ <annotation>
1359
+ <documentation xml:lang="de">Abholen Public Key der Bank zur Verschlüsselung</documentation>
1360
+ </annotation>
1361
+ </enumeration>
1362
+ <enumeration value="FIN">
1363
+ <annotation>
1364
+ <documentation xml:lang="de">EDIFACT-FINPAY senden</documentation>
1365
+ </annotation>
1366
+ </enumeration>
1367
+ <enumeration value="IZS">
1368
+ <annotation>
1369
+ <documentation xml:lang="de">Informationen von Zentralstellen</documentation>
1370
+ </annotation>
1371
+ </enumeration>
1372
+ <enumeration value="SSP">
1373
+ <annotation>
1374
+ <documentation xml:lang="de">ec-Karten-Sperrdatei</documentation>
1375
+ </annotation>
1376
+ </enumeration>
1377
+ <enumeration value="ATA">
1378
+ <annotation>
1379
+ <documentation xml:lang="de">Teilausnutzung Importakkreditiv (Kreditinstitut an Kunde)</documentation>
1380
+ </annotation>
1381
+ </enumeration>
1382
+ <enumeration value="BKA">
1383
+ <annotation>
1384
+ <documentation xml:lang="de">Auftragsart für elektronische Kontoauszüge</documentation>
1385
+ </annotation>
1386
+ </enumeration>
1387
+ <enumeration value="BZK">
1388
+ <annotation>
1389
+ <documentation xml:lang="de">Barzahlungskarte</documentation>
1390
+ </annotation>
1391
+ </enumeration>
1392
+ <enumeration value="DKI">
1393
+ <annotation>
1394
+ <documentation xml:lang="de">Devisenkursinformationen abholen (Euro)</documentation>
1395
+ </annotation>
1396
+ </enumeration>
1397
+ <enumeration value="DMI">
1398
+ <annotation>
1399
+ <documentation xml:lang="de">Abholen Devisenmarktinformationen</documentation>
1400
+ </annotation>
1401
+ </enumeration>
1402
+ <enumeration value="DSW">
1403
+ <annotation>
1404
+ <documentation xml:lang="de">Abholen Devisenswapinformationen</documentation>
1405
+ </annotation>
1406
+ </enumeration>
1407
+ <enumeration value="ESG">
1408
+ <annotation>
1409
+ <documentation xml:lang="de">ESG-Datei für Elektronische Zweitunterschrift abholen</documentation>
1410
+ </annotation>
1411
+ </enumeration>
1412
+ <enumeration value="ESP">
1413
+ <annotation>
1414
+ <documentation xml:lang="de">ESP-Datei für Elektronische Zweitunterschrift senden</documentation>
1415
+ </annotation>
1416
+ </enumeration>
1417
+ <enumeration value="FTB">
1418
+ <annotation>
1419
+ <documentation xml:lang="de">Abholen/Senden beliebige Datei</documentation>
1420
+ </annotation>
1421
+ </enumeration>
1422
+ <enumeration value="FTD">
1423
+ <annotation>
1424
+ <documentation xml:lang="de">Freie Textdatei senden/abholen</documentation>
1425
+ </annotation>
1426
+ </enumeration>
1427
+ <enumeration value="IBK">
1428
+ <annotation>
1429
+ <documentation xml:lang="de">Abholen Institutsbestätigungsdatei (Komplettbestand)</documentation>
1430
+ </annotation>
1431
+ </enumeration>
1432
+ <enumeration value="IBW">
1433
+ <annotation>
1434
+ <documentation xml:lang="de">Abholen Institutsbestätigungsdatei (Komplettbestand weitere Datei)</documentation>
1435
+ </annotation>
1436
+ </enumeration>
1437
+ <enumeration value="IBU">
1438
+ <annotation>
1439
+ <documentation xml:lang="de">Abholen Institutsbestätigungsdatei (tägliches Update)</documentation>
1440
+ </annotation>
1441
+ </enumeration>
1442
+ <enumeration value="IKK">
1443
+ <annotation>
1444
+ <documentation xml:lang="de">Senden Institutskonten (Komplettbestand begrenzt auf 170 MB)</documentation>
1445
+ </annotation>
1446
+ </enumeration>
1447
+ <enumeration value="IKU">
1448
+ <annotation>
1449
+ <documentation xml:lang="de">Senden Institutskonten (tägliches Update)</documentation>
1450
+ </annotation>
1451
+ </enumeration>
1452
+ <enumeration value="IKW">
1453
+ <annotation>
1454
+ <documentation xml:lang="de">Senden Institutskonten (Komplettbestand weitere Datei)</documentation>
1455
+ </annotation>
1456
+ </enumeration>
1457
+ <enumeration value="KTH">
1458
+ <annotation>
1459
+ <documentation xml:lang="de">KTOHIN: Automatisiertes Verfahren für die Änderung von Kontonummern und Bankleitzahlen</documentation>
1460
+ </annotation>
1461
+ </enumeration>
1462
+ <enumeration value="KTR">
1463
+ <annotation>
1464
+ <documentation xml:lang="de">KTORUECK: Automatisiertes Verfahren für die Änderung von Kontonummern und Bankleitzahlen </documentation>
1465
+ </annotation>
1466
+ </enumeration>
1467
+ <enumeration value="KKZ">
1468
+ <annotation>
1469
+ <documentation xml:lang="de">Kontenkonzentration und Saldenausgleich</documentation>
1470
+ </annotation>
1471
+ </enumeration>
1472
+ <enumeration value="TST">
1473
+ <annotation>
1474
+ <documentation xml:lang="de">Senden/Abholen Testdatei (ASCII)</documentation>
1475
+ </annotation>
1476
+ </enumeration>
1477
+ <enumeration value="UPD">
1478
+ <annotation>
1479
+ <documentation xml:lang="de">Updates abholen</documentation>
1480
+ </annotation>
1481
+ </enumeration>
1482
+ </restriction>
1483
+ </simpleType>
1484
+ <simpleType name="OrderIDType">
1485
+ <annotation>
1486
+ <documentation xml:lang="de">Datentyp für eine Auftragsnummer lt. DFÜ-Abkommen.</documentation>
1487
+ </annotation>
1488
+ <restriction base="token">
1489
+ <length value="4"/>
1490
+ <pattern value="[A-Z][A-Z0-9]{3}"/>
1491
+ </restriction>
1492
+ </simpleType>
1493
+ <simpleType name="OrderAttributeBaseType">
1494
+ <annotation>
1495
+ <documentation xml:lang="de">Datentyp für ein einzelnes Auftragsattributkennzeichen (Grundtyp).</documentation>
1496
+ </annotation>
1497
+ <restriction base="token">
1498
+ <length value="5"/>
1499
+ </restriction>
1500
+ </simpleType>
1501
+ <simpleType name="OrderAttributeType">
1502
+ <annotation>
1503
+ <documentation xml:lang="de">Datentyp für Auftragsattributkennzeichen gemäß DFÜ-Abkommen.</documentation>
1504
+ </annotation>
1505
+ <restriction base="ebics:OrderAttributeBaseType">
1506
+ <enumeration value="OZHNN">
1507
+ <annotation>
1508
+ <documentation xml:lang="de">Auftragsdaten mit Unterschrift, ZIP-komprimiert, hybrid verschlüsselt</documentation>
1509
+ </annotation>
1510
+ </enumeration>
1511
+ <enumeration value="UZHNN">
1512
+ <annotation>
1513
+ <documentation xml:lang="de">Unterschrift, ZIP-komprimiert, hybrid verschlüsselt</documentation>
1514
+ </annotation>
1515
+ </enumeration>
1516
+ <enumeration value="DZHNN">
1517
+ <annotation>
1518
+ <documentation xml:lang="de">Auftragsdaten ohne Unterschrift, ZIP-komprimiert, hybrid verschlüsselt</documentation>
1519
+ </annotation>
1520
+ </enumeration>
1521
+ </restriction>
1522
+ </simpleType>
1523
+ <simpleType name="SecurityMediumType">
1524
+ <annotation>
1525
+ <documentation xml:lang="de">Datentyp für das Sicherheitsmedium.</documentation>
1526
+ </annotation>
1527
+ <restriction base="string">
1528
+ <length value="4"/>
1529
+ <pattern value="\d{4}"/>
1530
+ </restriction>
1531
+ </simpleType>
1532
+ <simpleType name="SegmentNumberType">
1533
+ <annotation>
1534
+ <documentation xml:lang="de">Datentyp für die Segmentnummer.</documentation>
1535
+ </annotation>
1536
+ <restriction base="positiveInteger">
1537
+ <totalDigits value="10"/>
1538
+ </restriction>
1539
+ </simpleType>
1540
+ <simpleType name="NumSegmentsType">
1541
+ <annotation>
1542
+ <documentation xml:lang="de">Datentyp für die Gesamtsegmentanzahl.</documentation>
1543
+ </annotation>
1544
+ <restriction base="nonNegativeInteger">
1545
+ <totalDigits value="10"/>
1546
+ </restriction>
1547
+ </simpleType>
1548
+ <simpleType name="NumOrderInfosType">
1549
+ <annotation>
1550
+ <documentation xml:lang="de">Datentyp für die Gesamtanzahl der Einzelauftraginfos.</documentation>
1551
+ </annotation>
1552
+ <restriction base="nonNegativeInteger">
1553
+ <totalDigits value="10"/>
1554
+ </restriction>
1555
+ </simpleType>
1556
+ <simpleType name="TransactionPhaseType">
1557
+ <annotation>
1558
+ <documentation xml:lang="de">Datentyp für die Transaktionsphase.</documentation>
1559
+ </annotation>
1560
+ <restriction base="token">
1561
+ <enumeration value="Initialisation">
1562
+ <annotation>
1563
+ <documentation xml:lang="de">Transaktionsinitialisierung</documentation>
1564
+ </annotation>
1565
+ </enumeration>
1566
+ <enumeration value="Transfer">
1567
+ <annotation>
1568
+ <documentation xml:lang="de">Auftragsdatentransfer</documentation>
1569
+ </annotation>
1570
+ </enumeration>
1571
+ <enumeration value="Receipt">
1572
+ <annotation>
1573
+ <documentation xml:lang="de">Quittungstransfer</documentation>
1574
+ </annotation>
1575
+ </enumeration>
1576
+ </restriction>
1577
+ </simpleType>
1578
+ <simpleType name="TimestampType">
1579
+ <annotation>
1580
+ <documentation xml:lang="de">Datentyp für Zeitstempel.</documentation>
1581
+ </annotation>
1582
+ <restriction base="dateTime"/>
1583
+ </simpleType>
1584
+ <simpleType name="DateType">
1585
+ <annotation>
1586
+ <documentation xml:lang="de">Datentyp für Datumswerte.</documentation>
1587
+ </annotation>
1588
+ <restriction base="date"/>
1589
+ </simpleType>
1590
+ <simpleType name="UserIDType">
1591
+ <annotation>
1592
+ <documentation xml:lang="de">Datentyp für eine Teilnehmer-ID.</documentation>
1593
+ </annotation>
1594
+ <restriction base="token">
1595
+ <maxLength value="35"/>
1596
+ <pattern value="[a-zA-Z0-9,=]{1,35}"/>
1597
+ </restriction>
1598
+ </simpleType>
1599
+ <simpleType name="PartnerIDType">
1600
+ <annotation>
1601
+ <documentation xml:lang="de">Datentyp für eine Kunden-ID.</documentation>
1602
+ </annotation>
1603
+ <restriction base="token">
1604
+ <maxLength value="35"/>
1605
+ <pattern value="[a-zA-Z0-9,=]{1,35}"/>
1606
+ </restriction>
1607
+ </simpleType>
1608
+ <simpleType name="AccountIDType">
1609
+ <annotation>
1610
+ <documentation xml:lang="de">Datentyp für eine Konten-ID.</documentation>
1611
+ </annotation>
1612
+ <restriction base="token">
1613
+ <maxLength value="64"/>
1614
+ </restriction>
1615
+ </simpleType>
1616
+ <simpleType name="AccountNumberType">
1617
+ <annotation>
1618
+ <documentation xml:lang="de">Datentyp für eine Kontonummer (national/international).</documentation>
1619
+ </annotation>
1620
+ <restriction base="token">
1621
+ <maxLength value="40"/>
1622
+ <pattern value="\d{3,10}|([A-Z]{2}\d{2}[A-Za-z0-9]{3,30})"/>
1623
+ </restriction>
1624
+ </simpleType>
1625
+ <simpleType name="BankCodeType">
1626
+ <annotation>
1627
+ <documentation xml:lang="de">Datentyp für eine Bankleitzahl (national/international).</documentation>
1628
+ </annotation>
1629
+ <restriction base="token">
1630
+ <maxLength value="11"/>
1631
+ <pattern value="\d{8}|([A-Z]{6}[A-Z0-9]{2}([A-Z0-9]{3})?)"/>
1632
+ </restriction>
1633
+ </simpleType>
1634
+ <simpleType name="BankCodePrefixType">
1635
+ <annotation>
1636
+ <documentation xml:lang="de">Datentyp für ein nationales BLZ-Präfix.</documentation>
1637
+ </annotation>
1638
+ <restriction base="token">
1639
+ <length value="2"/>
1640
+ </restriction>
1641
+ </simpleType>
1642
+ <simpleType name="NationalAccountNumberType">
1643
+ <annotation>
1644
+ <documentation xml:lang="de">Datentyp für eine Kontonummer (freies Format).</documentation>
1645
+ </annotation>
1646
+ <restriction base="normalizedString">
1647
+ <maxLength value="40"/>
1648
+ </restriction>
1649
+ </simpleType>
1650
+ <simpleType name="NationalBankCodeType">
1651
+ <annotation>
1652
+ <documentation xml:lang="de">Datentyp für eine Bankleitzahl (freies Format).</documentation>
1653
+ </annotation>
1654
+ <restriction base="normalizedString">
1655
+ <maxLength value="30"/>
1656
+ </restriction>
1657
+ </simpleType>
1658
+ <simpleType name="AccountHolderType">
1659
+ <annotation>
1660
+ <documentation xml:lang="de">Datentyp für den Namen des Kontoinhabers.</documentation>
1661
+ </annotation>
1662
+ <restriction base="normalizedString"/>
1663
+ </simpleType>
1664
+ <simpleType name="AccountDescriptionType">
1665
+ <annotation>
1666
+ <documentation xml:lang="de">Datentyp für die Kontobeschreibung.</documentation>
1667
+ </annotation>
1668
+ <restriction base="normalizedString"/>
1669
+ </simpleType>
1670
+ <complexType name="AccountType">
1671
+ <annotation>
1672
+ <documentation xml:lang="de">Datentyp für Kontoinformationen.</documentation>
1673
+ </annotation>
1674
+ <sequence>
1675
+ <choice maxOccurs="2">
1676
+ <element name="AccountNumber">
1677
+ <annotation>
1678
+ <documentation xml:lang="de">Kontonummer (deutsches Format und/oder international als IBAN).</documentation>
1679
+ <documentation xml:lang="en">Account number (German format and/or international=IBAN).</documentation>
1680
+ </annotation>
1681
+ <complexType>
1682
+ <simpleContent>
1683
+ <extension base="ebics:AccountNumberType">
1684
+ <attribute name="international" type="boolean" use="optional" default="false">
1685
+ <annotation>
1686
+ <documentation xml:lang="de">Ist die Kontonummer im deutschen Format (international=false) oder im internationalen Format (international=true, IBAN) angegeben?</documentation>
1687
+ <documentation xml:lang="en">Is the account number specified using the national=German or the international=IBAN format?</documentation>
1688
+ </annotation>
1689
+ </attribute>
1690
+ </extension>
1691
+ </simpleContent>
1692
+ </complexType>
1693
+ </element>
1694
+ <element name="NationalAccountNumber">
1695
+ <annotation>
1696
+ <documentation xml:lang="de">Kontonummer im freien Format.</documentation>
1697
+ <documentation xml:lang="en">Account in free format.</documentation>
1698
+ </annotation>
1699
+ <complexType>
1700
+ <simpleContent>
1701
+ <extension base="ebics:NationalAccountNumberType">
1702
+ <attribute name="format" type="token" use="required">
1703
+ <annotation>
1704
+ <documentation xml:lang="de">Formatkennung.</documentation>
1705
+ <documentation xml:lang="en">Format identification.</documentation>
1706
+ </annotation>
1707
+ </attribute>
1708
+ </extension>
1709
+ </simpleContent>
1710
+ </complexType>
1711
+ </element>
1712
+ </choice>
1713
+ <choice maxOccurs="2">
1714
+ <element name="BankCode">
1715
+ <annotation>
1716
+ <documentation xml:lang="de">Bankleitzahl (deutsches Format und/oder international als SWIFT-BIC).</documentation>
1717
+ <documentation xml:lang="en">Bank code (German and/or international=SWIFT-BIC).</documentation>
1718
+ </annotation>
1719
+ <complexType>
1720
+ <simpleContent>
1721
+ <extension base="ebics:BankCodeType">
1722
+ <attribute name="international" type="boolean" use="optional" default="false">
1723
+ <annotation>
1724
+ <documentation xml:lang="de">Ist die Bankleitzahl im deutschen Format (international=false, BLZ) oder im internationalen Format (international=true, SWIFT-BIC) angegeben?</documentation>
1725
+ <documentation xml:lang="en">Is the bank code specified using the national=German or the international SWIFT-BIC format?</documentation>
1726
+ </annotation>
1727
+ </attribute>
1728
+ <attribute name="Prefix" type="ebics:BankCodePrefixType" use="optional">
1729
+ <annotation>
1730
+ <documentation xml:lang="de">nationales Präfix für Bankleitzahlen.</documentation>
1731
+ <documentation xml:lang="en">National=German prefix for bank codes.</documentation>
1732
+ </annotation>
1733
+ </attribute>
1734
+ </extension>
1735
+ </simpleContent>
1736
+ </complexType>
1737
+ </element>
1738
+ <element name="NationalBankCode">
1739
+ <annotation>
1740
+ <documentation xml:lang="de">Bankleitzahl im freien Format.</documentation>
1741
+ <documentation xml:lang="en">Bank code in free format.</documentation>
1742
+ </annotation>
1743
+ <complexType>
1744
+ <simpleContent>
1745
+ <extension base="ebics:NationalBankCodeType">
1746
+ <attribute name="format" type="token" use="required">
1747
+ <annotation>
1748
+ <documentation xml:lang="de">Formatkennung.</documentation>
1749
+ <documentation xml:lang="en">Format identification.</documentation>
1750
+ </annotation>
1751
+ </attribute>
1752
+ </extension>
1753
+ </simpleContent>
1754
+ </complexType>
1755
+ </element>
1756
+ </choice>
1757
+ <element name="AccountHolder" type="ebics:AccountHolderType" minOccurs="0">
1758
+ <annotation>
1759
+ <documentation xml:lang="de">Name des Kontoinhabers.</documentation>
1760
+ <documentation xml:lang="de">Name of the account holder.</documentation>
1761
+ </annotation>
1762
+ </element>
1763
+ </sequence>
1764
+ <attribute name="Currency" type="ebics:CurrencyBaseType" use="optional" default="EUR">
1765
+ <annotation>
1766
+ <documentation xml:lang="de">Währungscode für dieses Konto, Default=EUR.</documentation>
1767
+ <documentation xml:lang="en">Currency code for this account, Default=EUR.</documentation>
1768
+ </annotation>
1769
+ </attribute>
1770
+ <attribute name="Description" type="ebics:AccountDescriptionType" use="optional">
1771
+ <annotation>
1772
+ <documentation xml:lang="de">Kontobeschreibung.</documentation>
1773
+ <documentation xml:lang="en">Description of this account.</documentation>
1774
+ </annotation>
1775
+ </attribute>
1776
+ </complexType>
1777
+ <simpleType name="AccountNumberRoleType">
1778
+ <annotation>
1779
+ <documentation xml:lang="de">Datentyp für die Rolle eines Zahlungsverkehrskontos innerhalb einer Transaktion.</documentation>
1780
+ </annotation>
1781
+ <restriction base="token">
1782
+ <enumeration value="Originator">
1783
+ <annotation>
1784
+ <documentation xml:lang="de">Auftraggeberkonto</documentation>
1785
+ </annotation>
1786
+ </enumeration>
1787
+ <enumeration value="Recipient">
1788
+ <annotation>
1789
+ <documentation xml:lang="de">Empfängerkonto</documentation>
1790
+ </annotation>
1791
+ </enumeration>
1792
+ <enumeration value="Charges">
1793
+ <annotation>
1794
+ <documentation xml:lang="de">Gebührenkonto</documentation>
1795
+ </annotation>
1796
+ </enumeration>
1797
+ <enumeration value="Other">
1798
+ <annotation>
1799
+ <documentation xml:lang="de">andere Kontorolle</documentation>
1800
+ </annotation>
1801
+ </enumeration>
1802
+ </restriction>
1803
+ </simpleType>
1804
+ <simpleType name="BankCodeRoleType">
1805
+ <annotation>
1806
+ <documentation xml:lang="de">Datentyp für die Rolle eines Kreditinstituts innerhalb einer Transaktion (repräsentiert durch die Bankleitzahl).</documentation>
1807
+ </annotation>
1808
+ <restriction base="token">
1809
+ <enumeration value="Originator">
1810
+ <annotation>
1811
+ <documentation xml:lang="de">Auftraggeberbank</documentation>
1812
+ </annotation>
1813
+ </enumeration>
1814
+ <enumeration value="Recipient">
1815
+ <annotation>
1816
+ <documentation xml:lang="de">Empfängerbank</documentation>
1817
+ </annotation>
1818
+ </enumeration>
1819
+ <enumeration value="Correspondent">
1820
+ <annotation>
1821
+ <documentation xml:lang="de">Korrespondenzbank</documentation>
1822
+ </annotation>
1823
+ </enumeration>
1824
+ <enumeration value="Other">
1825
+ <annotation>
1826
+ <documentation xml:lang="de">andere Bankrolle</documentation>
1827
+ </annotation>
1828
+ </enumeration>
1829
+ </restriction>
1830
+ </simpleType>
1831
+ <simpleType name="AccountHolderRoleType">
1832
+ <annotation>
1833
+ <documentation xml:lang="de">Datentyp für die Rolle eines Kontoinhabers innerhalb einer Transaktion.</documentation>
1834
+ </annotation>
1835
+ <restriction base="token">
1836
+ <enumeration value="Originator">
1837
+ <annotation>
1838
+ <documentation xml:lang="de">Auftraggeber</documentation>
1839
+ </annotation>
1840
+ </enumeration>
1841
+ <enumeration value="Recipient">
1842
+ <annotation>
1843
+ <documentation xml:lang="de">Empfänger</documentation>
1844
+ </annotation>
1845
+ </enumeration>
1846
+ <enumeration value="Presenter">
1847
+ <annotation>
1848
+ <documentation xml:lang="de">Überbringer, Einreicher</documentation>
1849
+ </annotation>
1850
+ </enumeration>
1851
+ <enumeration value="Other">
1852
+ <annotation>
1853
+ <documentation xml:lang="de">andere Rolle</documentation>
1854
+ </annotation>
1855
+ </enumeration>
1856
+ </restriction>
1857
+ </simpleType>
1858
+ <complexType name="AttributedAccountType">
1859
+ <annotation>
1860
+ <documentation xml:lang="de">Datentyp für Kontoinformationen inkl. der Eigenschaftszuordnung innerhalb einer Zahlungstransaktion.</documentation>
1861
+ </annotation>
1862
+ <sequence>
1863
+ <choice maxOccurs="2">
1864
+ <element name="AccountNumber">
1865
+ <annotation>
1866
+ <documentation xml:lang="de">Kontonummer (deutsches Format oder international als IBAN).</documentation>
1867
+ <documentation xml:lang="en">Kontonummer (Account number (German format and/or international = IBAN).</documentation>
1868
+ </annotation>
1869
+ <complexType>
1870
+ <simpleContent>
1871
+ <extension base="ebics:AccountNumberType">
1872
+ <attribute name="Role" type="ebics:AccountNumberRoleType" use="required">
1873
+ <annotation>
1874
+ <documentation xml:lang="de">Rolle des Kontos innerhalb der Zahlungstransaktion.</documentation>
1875
+ <documentation xml:lang="en">Role of the account during the transaction.</documentation>
1876
+ </annotation>
1877
+ </attribute>
1878
+ <attribute name="Description" type="normalizedString">
1879
+ <annotation>
1880
+ <documentation xml:lang="de">Textuelle Beschreibung der Funktion, falls role=Other ausgewählt wird.</documentation>
1881
+ <documentation xml:lang="en">Textual description of the role the account place during the transaction; use only if the corresponding 'role' field is set to 'other'.</documentation>
1882
+ </annotation>
1883
+ </attribute>
1884
+ <attribute name="international" type="boolean" use="optional" default="false">
1885
+ <annotation>
1886
+ <documentation xml:lang="de">Ist die Kontonummer im deutschen Format (international=false) oder im internationalen Format (international=true, IBAN) angegeben?</documentation>
1887
+ <documentation xml:lang="en">Is the account number specified using the national=German or the international=IBAN format?</documentation>
1888
+ </annotation>
1889
+ </attribute>
1890
+ </extension>
1891
+ </simpleContent>
1892
+ </complexType>
1893
+ </element>
1894
+ <element name="NationalAccountNumber">
1895
+ <annotation>
1896
+ <documentation xml:lang="de">Kontonummer im freien Format.</documentation>
1897
+ <documentation xml:lang="en">Account in free format.</documentation>
1898
+ </annotation>
1899
+ <complexType>
1900
+ <simpleContent>
1901
+ <extension base="ebics:NationalAccountNumberType">
1902
+ <attribute name="Role" type="ebics:AccountNumberRoleType" use="required">
1903
+ <annotation>
1904
+ <documentation xml:lang="de">Rolle des Kontos innerhalb der Zahlungstransaktion.</documentation>
1905
+ <documentation xml:lang="en">Role of the account during the transaction.</documentation>
1906
+ </annotation>
1907
+ </attribute>
1908
+ <attribute name="Description" type="normalizedString">
1909
+ <annotation>
1910
+ <documentation xml:lang="de">Textuelle Beschreibung der Funktion, falls role=Other ausgewählt wird.</documentation>
1911
+ <documentation xml:lang="en">Textual description of the role the account place during the transaction; use only if the corresponding 'role' field is set to 'other'.</documentation>
1912
+ </annotation>
1913
+ </attribute>
1914
+ <attribute name="format" type="token" use="required">
1915
+ <annotation>
1916
+ <documentation xml:lang="de">Formatkennung.</documentation>
1917
+ <documentation xml:lang="en">Format identification.</documentation>
1918
+ </annotation>
1919
+ </attribute>
1920
+ </extension>
1921
+ </simpleContent>
1922
+ </complexType>
1923
+ </element>
1924
+ </choice>
1925
+ <choice maxOccurs="2">
1926
+ <element name="BankCode">
1927
+ <annotation>
1928
+ <documentation xml:lang="de">Bankleitzahl (deutsches Format oder international als SWIFT-BIC).</documentation>
1929
+ <documentation xml:lang="en">Bank code (German and/or international=SWIFT-BIC).</documentation>
1930
+ </annotation>
1931
+ <complexType>
1932
+ <simpleContent>
1933
+ <extension base="ebics:BankCodeType">
1934
+ <attribute name="Role" type="ebics:BankCodeRoleType" use="required">
1935
+ <annotation>
1936
+ <documentation xml:lang="de">Rolle des kontoführenden Instituts innerhalb der Zahlungstransaktion.</documentation>
1937
+ <documentation xml:lang="en">Role of the bank during the transaction.</documentation>
1938
+ </annotation>
1939
+ </attribute>
1940
+ <attribute name="Description" type="normalizedString">
1941
+ <annotation>
1942
+ <documentation xml:lang="de">Textuelle Beschreibung der Funktion, falls role=Other ausgewählt wird.</documentation>
1943
+ <documentation xml:lang="en">Textual description of the role the account place during the transaction; use only if the corresponding 'role' field is set to 'other'.</documentation>
1944
+ </annotation>
1945
+ </attribute>
1946
+ <attribute name="international" type="boolean" use="optional" default="false">
1947
+ <annotation>
1948
+ <documentation xml:lang="de">Ist die Bankleitzahl im deutschen Format (international=false, BLZ) oder im internationalen Format (international=true, SWIFT-BIC) angegeben?</documentation>
1949
+ <documentation xml:lang="en">Is the bank code specified using the national=German or the international=SWIFT-BIC format?</documentation>
1950
+ </annotation>
1951
+ </attribute>
1952
+ <attribute name="Prefix" type="ebics:BankCodePrefixType" use="optional">
1953
+ <annotation>
1954
+ <documentation xml:lang="de">nationales Präfix für Bankleitzahlen.</documentation>
1955
+ <documentation xml:lang="en">National=German prefix for bank codes.</documentation>
1956
+ </annotation>
1957
+ </attribute>
1958
+ </extension>
1959
+ </simpleContent>
1960
+ </complexType>
1961
+ </element>
1962
+ <element name="NationalBankCode">
1963
+ <annotation>
1964
+ <documentation xml:lang="de">Bankleitzahl im freien Format.</documentation>
1965
+ <documentation xml:lang="en">Bank code in free format.</documentation>
1966
+ </annotation>
1967
+ <complexType>
1968
+ <simpleContent>
1969
+ <extension base="ebics:NationalBankCodeType">
1970
+ <attribute name="Role" type="ebics:BankCodeRoleType" use="required">
1971
+ <annotation>
1972
+ <documentation xml:lang="de">Rolle des kontoführenden Instituts innerhalb der Zahlungstransaktion.</documentation>
1973
+ <documentation xml:lang="en">Role of the bank during the transaction.</documentation>
1974
+ </annotation>
1975
+ </attribute>
1976
+ <attribute name="Description" type="normalizedString">
1977
+ <annotation>
1978
+ <documentation xml:lang="de">Textuelle Beschreibung der Funktion, falls role=Other ausgewählt wird.</documentation>
1979
+ <documentation xml:lang="en">Textual description of the role the account place during the transaction; use only if the corresponding 'role' field is set to 'other'.</documentation>
1980
+ </annotation>
1981
+ </attribute>
1982
+ <attribute name="format" type="token" use="required">
1983
+ <annotation>
1984
+ <documentation xml:lang="de">Formatkennung.</documentation>
1985
+ <documentation xml:lang="en">Format identification.</documentation>
1986
+ </annotation>
1987
+ </attribute>
1988
+ </extension>
1989
+ </simpleContent>
1990
+ </complexType>
1991
+ </element>
1992
+ </choice>
1993
+ <element name="AccountHolder" minOccurs="0">
1994
+ <annotation>
1995
+ <documentation xml:lang="de">Name des Kontoinhabers.</documentation>
1996
+ <documentation xml:lang="de">Name of the account holder.</documentation>
1997
+ </annotation>
1998
+ <complexType>
1999
+ <simpleContent>
2000
+ <extension base="ebics:AccountHolderType">
2001
+ <attribute name="Role" type="ebics:AccountHolderRoleType" use="required">
2002
+ <annotation>
2003
+ <documentation xml:lang="de">Rolle des Kontoinhabers innerhalb der Zahlungstransaktion.</documentation>
2004
+ <documentation xml:lang="en">Role of the account holder during the transaction.</documentation>
2005
+ </annotation>
2006
+ </attribute>
2007
+ <attribute name="Description" type="normalizedString">
2008
+ <annotation>
2009
+ <documentation xml:lang="de">Textuelle Beschreibung der Rolle, falls role=Other ausgewählt wird.</documentation>
2010
+ <documentation xml:lang="en">Textual description of the role the account holder place during the transaction; use only if the corresponding 'role' field is set to 'other'.</documentation>
2011
+ </annotation>
2012
+ </attribute>
2013
+ </extension>
2014
+ </simpleContent>
2015
+ </complexType>
2016
+ </element>
2017
+ </sequence>
2018
+ <attribute name="Currency" type="ebics:CurrencyBaseType" use="optional" default="EUR">
2019
+ <annotation>
2020
+ <documentation xml:lang="de">Währungscode für dieses Konto, Default=EUR.</documentation>
2021
+ <documentation xml:lang="en">Currency code for this account, Default=EUR.</documentation>
2022
+ </annotation>
2023
+ </attribute>
2024
+ <attribute name="Description" type="ebics:AccountDescriptionType">
2025
+ <annotation>
2026
+ <documentation xml:lang="de">Kontobeschreibung.</documentation>
2027
+ <documentation xml:lang="en">Description of this account.</documentation>
2028
+ </annotation>
2029
+ </attribute>
2030
+ </complexType>
2031
+ <simpleType name="SignatureDataType">
2032
+ <annotation>
2033
+ <documentation xml:lang="de">Datentyp für binäre Signaturdaten (komprimiert, verschlüsselt und kodiert).</documentation>
2034
+ </annotation>
2035
+ <restriction base="base64Binary"/>
2036
+ </simpleType>
2037
+ <simpleType name="OrderDataType">
2038
+ <annotation>
2039
+ <documentation xml:lang="de">Datentyp für binäre Auftragsdaten (komprimiert, verschlüsselt und kodiert).</documentation>
2040
+ </annotation>
2041
+ <restriction base="base64Binary"/>
2042
+ </simpleType>
2043
+ <simpleType name="CountryCodeType">
2044
+ <annotation>
2045
+ <documentation xml:lang="de">ISO-Code zur Länderkennzeichnung.</documentation>
2046
+ <documentation xml:lang="en">ISO-Code to identify the country.</documentation>
2047
+ </annotation>
2048
+ <restriction base="token">
2049
+ <length value="2"/>
2050
+ <pattern value="[A-Z]{2,2}"/>
2051
+ </restriction>
2052
+ </simpleType>
2053
+ <complexType name="FileFormatType">
2054
+ <annotation>
2055
+ <documentation xml:lang="de">Datentyp für das Dateiformat.</documentation>
2056
+ </annotation>
2057
+ <simpleContent>
2058
+ <extension base="token">
2059
+ <attribute name="CountryCode" type="ebics:CountryCodeType">
2060
+ <annotation>
2061
+ <documentation xml:lang="de">ISO-Code zur Länderkennzeichnung (EU für Europa)</documentation>
2062
+ <documentation xml:lang="en">ISO-Code to identify the country (EU for Europe)</documentation>
2063
+ </annotation>
2064
+ </attribute>
2065
+ </extension>
2066
+ </simpleContent>
2067
+ </complexType>
2068
+ <simpleType name="AuthorisationLevelType">
2069
+ <annotation>
2070
+ <documentation xml:lang="de">Datentyp für Berechtigungsklassen zur Elektronischen Unterschrift.</documentation>
2071
+ </annotation>
2072
+ <restriction base="token">
2073
+ <length value="1"/>
2074
+ <enumeration value="E">
2075
+ <annotation>
2076
+ <documentation xml:lang="de">Einzelunterschrift</documentation>
2077
+ </annotation>
2078
+ </enumeration>
2079
+ <enumeration value="A">
2080
+ <annotation>
2081
+ <documentation xml:lang="de">Erstunterschrift</documentation>
2082
+ </annotation>
2083
+ </enumeration>
2084
+ <enumeration value="B">
2085
+ <annotation>
2086
+ <documentation xml:lang="de">Zweitunterschrift</documentation>
2087
+ </annotation>
2088
+ </enumeration>
2089
+ <enumeration value="T">
2090
+ <annotation>
2091
+ <documentation xml:lang="de">Transportunterschrift</documentation>
2092
+ </annotation>
2093
+ </enumeration>
2094
+ </restriction>
2095
+ </simpleType>
2096
+ <simpleType name="AuthorisationLevelListType">
2097
+ <annotation>
2098
+ <documentation xml:lang="de">Listentyp für Berechtigungsklassen zur Elektronischen Unterschrift.</documentation>
2099
+ </annotation>
2100
+ <list itemType="ebics:AuthorisationLevelType"/>
2101
+ </simpleType>
2102
+ <simpleType name="DigestAlgorithmType">
2103
+ <annotation>
2104
+ <documentation>Datentyp für Hashfunktionen.</documentation>
2105
+ </annotation>
2106
+ <restriction base="anyURI"/>
2107
+ </simpleType>
2108
+ <simpleType name="DigestType">
2109
+ <annotation>
2110
+ <documentation xml:lang="de">Datentyp für Hashwerte.</documentation>
2111
+ </annotation>
2112
+ <restriction base="ds:DigestValueType"/>
2113
+ </simpleType>
2114
+ <complexType name="DataDigestType">
2115
+ <simpleContent>
2116
+ <extension base="ebics:DigestType">
2117
+ <attribute name="SignatureVersion" type="ebics:SignatureVersionType" use="optional" default="A004">
2118
+ <annotation>
2119
+ <documentation xml:lang="de">Version des Signaturverfahrens.</documentation>
2120
+ <documentation xml:lang="en">Version of the algorithm used for signature creation.</documentation>
2121
+ </annotation>
2122
+ </attribute>
2123
+ </extension>
2124
+ </simpleContent>
2125
+ </complexType>
2126
+ <simpleType name="SignatureType">
2127
+ <annotation>
2128
+ <documentation xml:lang="de">Datentyp für kryptographische Unterschriften.</documentation>
2129
+ </annotation>
2130
+ <restriction base="base64Binary"/>
2131
+ </simpleType>
2132
+ <simpleType name="SymmetricKeyType">
2133
+ <annotation>
2134
+ <documentation xml:lang="de">Datentyp für symmetrische Schlüssel.</documentation>
2135
+ </annotation>
2136
+ <restriction base="base64Binary"/>
2137
+ </simpleType>
2138
+ <complexType name="PubKeyDigestType">
2139
+ <annotation>
2140
+ <documentation xml:lang="de">Datentyp für Hashwerte und Attribute von öffentlichen Schlüsseln.</documentation>
2141
+ </annotation>
2142
+ <simpleContent>
2143
+ <extension base="ebics:DigestType">
2144
+ <attribute name="Algorithm" type="anyURI" use="required">
2145
+ <annotation>
2146
+ <documentation xml:lang="de">Hashalgorithmus.</documentation>
2147
+ <documentation xml:lang="en">Name of the used hash algorithm.</documentation>
2148
+ </annotation>
2149
+ </attribute>
2150
+ </extension>
2151
+ </simpleContent>
2152
+ </complexType>
2153
+ <complexType name="PubKeyValueType">
2154
+ <annotation>
2155
+ <documentation xml:lang="de">Datentyp für die Exponent-Modulus-Darstellung eines öffentlichen RSA-Schlüssels.</documentation>
2156
+ </annotation>
2157
+ <sequence>
2158
+ <element ref="ds:RSAKeyValue"/>
2159
+ <element name="TimeStamp" type="ebics:TimestampType" minOccurs="0">
2160
+ <annotation>
2161
+ <documentation xml:lang="de">Zeitpunkt der Generierung des Schlüssels.</documentation>
2162
+ </annotation>
2163
+ </element>
2164
+ <any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
2165
+ </sequence>
2166
+ </complexType>
2167
+ <complexType name="PubKeyInfoType">
2168
+ <annotation>
2169
+ <documentation xml:lang="de">Datentyp für die Darstellung eines öffentlichen RSA-Schlüssels als Exponent-Modulus-Kombination oder als X509-Zertifikat.</documentation>
2170
+ </annotation>
2171
+ <sequence>
2172
+ <sequence>
2173
+ <element ref="ds:X509Data" minOccurs="0"/>
2174
+ <element name="PubKeyValue" type="ebics:PubKeyValueType">
2175
+ <annotation>
2176
+ <documentation xml:lang="de">Darstellung als Exponent-Modulus-Kombination.</documentation>
2177
+ </annotation>
2178
+ </element>
2179
+ </sequence>
2180
+ <any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
2181
+ </sequence>
2182
+ </complexType>
2183
+ <complexType name="EncryptionPubKeyInfoType">
2184
+ <annotation>
2185
+ <documentation xml:lang="de">Datentyp für öffentliche Verschlüsselungsschlüssel.</documentation>
2186
+ </annotation>
2187
+ <complexContent>
2188
+ <extension base="ebics:PubKeyInfoType">
2189
+ <sequence>
2190
+ <element name="EncryptionVersion" type="ebics:EncryptionVersionType">
2191
+ <annotation>
2192
+ <documentation xml:lang="de">Version des Verschlüsselungsverfahrens.</documentation>
2193
+ </annotation>
2194
+ </element>
2195
+ </sequence>
2196
+ </extension>
2197
+ </complexContent>
2198
+ </complexType>
2199
+ <complexType name="AuthenticationPubKeyInfoType">
2200
+ <annotation>
2201
+ <documentation xml:lang="de">Datentyp für öffentlichen Authentfikationsschlüssel.</documentation>
2202
+ </annotation>
2203
+ <complexContent>
2204
+ <extension base="ebics:PubKeyInfoType">
2205
+ <sequence>
2206
+ <element name="AuthenticationVersion" type="ebics:AuthenticationVersionType">
2207
+ <annotation>
2208
+ <documentation xml:lang="de">Version des Authentifikationsverfahrens.</documentation>
2209
+ </annotation>
2210
+ </element>
2211
+ </sequence>
2212
+ </extension>
2213
+ </complexContent>
2214
+ </complexType>
2215
+ <simpleType name="ReturnCodeType">
2216
+ <annotation>
2217
+ <documentation xml:lang="de">Datentyp für Antwortcodes.</documentation>
2218
+ </annotation>
2219
+ <restriction base="token">
2220
+ <length value="6"/>
2221
+ <pattern value="\d{6}"/>
2222
+ </restriction>
2223
+ </simpleType>
2224
+ <simpleType name="ReportTextType">
2225
+ <annotation>
2226
+ <documentation xml:lang="de">Datentyp für den Erklärungstext zum Antwortcode.</documentation>
2227
+ </annotation>
2228
+ <restriction base="normalizedString">
2229
+ <maxLength value="256"/>
2230
+ </restriction>
2231
+ </simpleType>
2232
+ <simpleType name="ReceiptCodeType">
2233
+ <annotation>
2234
+ <documentation xml:lang="de">Datentyp für Quittierungscodes.</documentation>
2235
+ </annotation>
2236
+ <restriction base="nonNegativeInteger">
2237
+ <maxInclusive value="1"/>
2238
+ <minInclusive value="0"/>
2239
+ </restriction>
2240
+ </simpleType>
2241
+ <simpleType name="NameType">
2242
+ <annotation>
2243
+ <documentation xml:lang="de">Datentyp für Kunden-, Teilnehmer-, Straßen- oder Ortsnamen.</documentation>
2244
+ </annotation>
2245
+ <restriction base="normalizedString"/>
2246
+ </simpleType>
2247
+ <simpleType name="TransferType">
2248
+ <annotation>
2249
+ <documentation>Datentyp für den Transfertyp (Upload/Download).</documentation>
2250
+ </annotation>
2251
+ <restriction base="token">
2252
+ <enumeration value="Upload">
2253
+ <annotation>
2254
+ <documentation xml:lang="de">Auftragsdaten werden bei der Anfrage transferiert.</documentation>
2255
+ </annotation>
2256
+ </enumeration>
2257
+ <enumeration value="Download">
2258
+ <annotation>
2259
+ <documentation xml:lang="de">Auftragsdaten werden bei der Antwort transferiert.</documentation>
2260
+ </annotation>
2261
+ </enumeration>
2262
+ </restriction>
2263
+ </simpleType>
2264
+ <simpleType name="OrderDescriptionType">
2265
+ <annotation>
2266
+ <documentation xml:lang="de">Datentyp für die Beschreibung von Auftragsarten.</documentation>
2267
+ </annotation>
2268
+ <restriction base="normalizedString">
2269
+ <maxLength value="128"/>
2270
+ </restriction>
2271
+ </simpleType>
2272
+ <simpleType name="OrderFormatType">
2273
+ <annotation>
2274
+ <documentation xml:lang="de">Datentyp für das Auftragsformat.</documentation>
2275
+ </annotation>
2276
+ <restriction base="token">
2277
+ <maxLength value="8"/>
2278
+ </restriction>
2279
+ </simpleType>
2280
+ <simpleType name="UserStatusType">
2281
+ <annotation>
2282
+ <documentation xml:lang="de">Datentyp für den Teilnehmerstatus.</documentation>
2283
+ </annotation>
2284
+ <restriction base="nonNegativeInteger">
2285
+ <maxInclusive value="99"/>
2286
+ </restriction>
2287
+ </simpleType>
2288
+ <element name="Parameter">
2289
+ <annotation>
2290
+ <documentation xml:lang="de">generische Schlüssel-Wert-Parameter.</documentation>
2291
+ <documentation xml:lang="en">Generic key value parameters.</documentation>
2292
+ </annotation>
2293
+ <complexType>
2294
+ <sequence>
2295
+ <element name="Name" type="token">
2296
+ <annotation>
2297
+ <documentation xml:lang="de">Name des Parameters.</documentation>
2298
+ <documentation xml:lang="en">Name of the parameter (= key).</documentation>
2299
+ </annotation>
2300
+ </element>
2301
+ <element name="Value">
2302
+ <annotation>
2303
+ <documentation xml:lang="de">Wert des Parameters.</documentation>
2304
+ <documentation xml:lang="en">Value of the parameter.</documentation>
2305
+ </annotation>
2306
+ <complexType>
2307
+ <simpleContent>
2308
+ <extension base="anySimpleType">
2309
+ <attribute name="Type" type="NCName" use="optional" default="string">
2310
+ <annotation>
2311
+ <documentation xml:lang="de">XML-Typ des Parameterwerts (Default=string).</documentation>
2312
+ <documentation xml:lang="en">XML type of the parameter value (default is string).</documentation>
2313
+ </annotation>
2314
+ </attribute>
2315
+ </extension>
2316
+ </simpleContent>
2317
+ </complexType>
2318
+ </element>
2319
+ </sequence>
2320
+ </complexType>
2321
+ </element>
2322
+ <complexType name="DataEncryptionInfoType">
2323
+ <annotation>
2324
+ <documentation xml:lang="de">Datentyp für die Darstellung von Information zur Verschlüsselung der Auftragsdaten.</documentation>
2325
+ <documentation xml:lang="en">Data type for the modelling of information regarding the encryption of signature and order data.</documentation>
2326
+ </annotation>
2327
+ <sequence>
2328
+ <element name="EncryptionPubKeyDigest">
2329
+ <annotation>
2330
+ <documentation xml:lang="de">Hashwert des öffentlichen Verschlüsselungsschlüssels des Empfängers der verschlüsselten Auftragsdaten.</documentation>
2331
+ <documentation xml:lang="en">Hash value of the public encryption key owned by the receipient of the encrypted order data.</documentation>
2332
+ </annotation>
2333
+ <complexType>
2334
+ <simpleContent>
2335
+ <extension base="ebics:PubKeyDigestType">
2336
+ <attribute name="Version" type="ebics:EncryptionVersionType" use="required">
2337
+ <annotation>
2338
+ <documentation xml:lang="de">Version des Verschlüsselungsverfahrens.</documentation>
2339
+ <documentation xml:lang="en">Version of the encryption method.</documentation>
2340
+ </annotation>
2341
+ </attribute>
2342
+ </extension>
2343
+ </simpleContent>
2344
+ </complexType>
2345
+ </element>
2346
+ <element name="TransactionKey" type="ebics:SymmetricKeyType">
2347
+ <annotation>
2348
+ <documentation xml:lang="de">Asymmetrisch verschlüsselter symmetrischer Transaktionsschlüssel.</documentation>
2349
+ <documentation xml:lang="en">The asymmetrically encrypted symmetric transaction key.</documentation>
2350
+ </annotation>
2351
+ </element>
2352
+ <any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
2353
+ </sequence>
2354
+ </complexType>
2355
+ <element name="AuthSignature" type="ds:SignatureType">
2356
+ <annotation>
2357
+ <documentation xml:lang="de">Authentifikationssignatur.</documentation>
2358
+ <documentation xml:lang="en">Authentication signature.</documentation>
2359
+ </annotation>
2360
+ </element>
2361
+ </schema>