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,354 @@
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:ebics="http://www.ebics.org/H003" targetNamespace="http://www.ebics.org/H003" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0">
3
+ <annotation>
4
+ <documentation xml:lang="de">ebics_request.xsd ist das EBICS-Protokollschema für Anfragen.</documentation>
5
+ <documentation xml:lang="en">ebics_request.xsd is the appropriate EBICS protocol schema for standard requests.</documentation>
6
+ </annotation>
7
+ <include schemaLocation="ebics_types.xsd"/>
8
+ <include schemaLocation="ebics_orders.xsd"/>
9
+ <import namespace="http://www.w3.org/2000/09/xmldsig#" schemaLocation="xmldsig-core-schema.xsd"/>
10
+ <element name="ebicsRequest">
11
+ <annotation>
12
+ <documentation xml:lang="de">Electronic Banking Internet Communication Standard des Zentralen Kreditausschusses (ZKA): Multibankfähige Schnittstelle zur internetbasierten Kommunikation.</documentation>
13
+ <documentation xml:lang="en">Electronic Banking Internet Communication Standard of the "Zentraler Kreditausschuss (ZKA)": multi-bank capable interface for internet-based communication.</documentation>
14
+ </annotation>
15
+ <complexType>
16
+ <sequence>
17
+ <element name="header">
18
+ <annotation>
19
+ <documentation xml:lang="de">enthält die technischen Transaktionsdaten.</documentation>
20
+ <documentation xml:lang="en">contains the transaction-driven data.</documentation>
21
+ </annotation>
22
+ <complexType>
23
+ <sequence>
24
+ <element name="static" type="ebics:StaticHeaderType">
25
+ <annotation>
26
+ <documentation xml:lang="de">enhält alle festen Headereinträge.</documentation>
27
+ <documentation xml:lang="en">contains the static header entries.</documentation>
28
+ </annotation>
29
+ </element>
30
+ <element name="mutable" type="ebics:MutableHeaderType">
31
+ <annotation>
32
+ <documentation xml:lang="de">enthält alle variablen Headereinträge.</documentation>
33
+ <documentation xml:lang="en">contains the mutable header entries.</documentation>
34
+ </annotation>
35
+ </element>
36
+ </sequence>
37
+ <attributeGroup ref="ebics:AuthenticationMarker"/>
38
+ </complexType>
39
+ </element>
40
+ <element ref="ebics:AuthSignature"/>
41
+ <element name="body">
42
+ <annotation>
43
+ <documentation xml:lang="de">enthält die Auftragsdaten, EU(s) und weitere Nutzdaten.</documentation>
44
+ <documentation xml:lang="en">contains order data, order signature(s) and further data referring to the current order.</documentation>
45
+ </annotation>
46
+ <complexType>
47
+ <sequence>
48
+ <annotation>
49
+ <documentation xml:lang="de"/>
50
+ </annotation>
51
+ <element ref="ds:X509Data" minOccurs="0" maxOccurs="0">
52
+ <annotation>
53
+ <documentation xml:lang="de">X.509-Daten des Teilnehmers.</documentation>
54
+ <documentation xml:lang="en">X.509 data of the user.</documentation>
55
+ </annotation>
56
+ </element>
57
+ <choice>
58
+ <annotation>
59
+ <documentation xml:lang="de">Welche Transaktionsphase?</documentation>
60
+ <documentation xml:lang="en">Which transaction phase?</documentation>
61
+ </annotation>
62
+ <sequence>
63
+ <annotation>
64
+ <documentation xml:lang="de">Initialisierungs- und Transferphase.</documentation>
65
+ <documentation xml:lang="en">Initialisation or transfer phase.</documentation>
66
+ </annotation>
67
+ <element name="PreValidation" minOccurs="0">
68
+ <annotation>
69
+ <documentation xml:lang="de">Daten zur Vorabprüfung; nur anzugeben in der Initialisierungsphase bei Uploads mit Auftragsattribut OZH (EUs + Auftragsdaten).</documentation>
70
+ <documentation xml:lang="en">Data sent for pre-validation; mandatory for initialisation phase during uploads using order attribute OZH (order signature(s) + order data).</documentation>
71
+ </annotation>
72
+ <complexType>
73
+ <complexContent>
74
+ <extension base="ebics:PreValidationRequestType">
75
+ <attributeGroup ref="ebics:AuthenticationMarker"/>
76
+ </extension>
77
+ </complexContent>
78
+ </complexType>
79
+ </element>
80
+ <element name="DataTransfer" type="ebics:DataTransferRequestType" minOccurs="0">
81
+ <annotation>
82
+ <documentation xml:lang="de">Transfer von Signatur- bzw. Auftragsdaten; nur bei Upload anzugeben.</documentation>
83
+ <documentation xml:lang="en">Transfer of signature or order data; mandatory for uploads only.</documentation>
84
+ </annotation>
85
+ </element>
86
+ </sequence>
87
+ <sequence>
88
+ <annotation>
89
+ <documentation xml:lang="de">Quittierungsphase nach Download.</documentation>
90
+ <documentation xml:lang="en">Receipt phase after download.</documentation>
91
+ </annotation>
92
+ <element name="TransferReceipt">
93
+ <annotation>
94
+ <documentation xml:lang="de">Quittierung des Transfers.</documentation>
95
+ <documentation xml:lang="en">Receipt of transfer.</documentation>
96
+ </annotation>
97
+ <complexType>
98
+ <complexContent>
99
+ <extension base="ebics:TransferReceiptRequestType">
100
+ <attributeGroup ref="ebics:AuthenticationMarker"/>
101
+ </extension>
102
+ </complexContent>
103
+ </complexType>
104
+ </element>
105
+ </sequence>
106
+ </choice>
107
+ </sequence>
108
+ </complexType>
109
+ </element>
110
+ </sequence>
111
+ <attributeGroup ref="ebics:VersionAttrGroup"/>
112
+ <anyAttribute namespace="##targetNamespace" processContents="strict"/>
113
+ </complexType>
114
+ </element>
115
+ <complexType name="StaticHeaderType">
116
+ <annotation>
117
+ <documentation xml:lang="de">Datentyp für den statischen EBICS-Header.</documentation>
118
+ <documentation xml:lang="en">Data type for the static EBICS header.</documentation>
119
+ </annotation>
120
+ <sequence>
121
+ <element name="HostID" type="ebics:HostIDType">
122
+ <annotation>
123
+ <documentation xml:lang="de">Hostname des Banksystems.</documentation>
124
+ </annotation>
125
+ </element>
126
+ <choice>
127
+ <annotation>
128
+ <documentation xml:lang="de">Transaktionsphase?</documentation>
129
+ <documentation xml:lang="en">Transaction phase?</documentation>
130
+ </annotation>
131
+ <sequence>
132
+ <annotation>
133
+ <documentation xml:lang="de">Initialisierungsphase.</documentation>
134
+ <documentation xml:lang="en">Initialisation phase.</documentation>
135
+ </annotation>
136
+ <element name="Nonce" type="ebics:NonceType">
137
+ <annotation>
138
+ <documentation xml:lang="de">Zufallswert; damit wird die Initialisierungsnachricht des Clients einzigartig.</documentation>
139
+ <documentation xml:lang="en">Random value, ensures the uniqueness of the client's message during initialisation phase.</documentation>
140
+ </annotation>
141
+ </element>
142
+ <element name="Timestamp" type="ebics:TimestampType">
143
+ <annotation>
144
+ <documentation xml:lang="de">aktueller Zeitstempel zur Begrenzung der serverseitigen Nonce-Speicherung.</documentation>
145
+ <documentation xml:lang="en">current timestamp, used to limit storage space for nonces on the server.</documentation>
146
+ </annotation>
147
+ </element>
148
+ <element name="PartnerID" type="ebics:PartnerIDType">
149
+ <annotation>
150
+ <documentation xml:lang="de">Kunden-ID des serverseitig administrierten Kunden.</documentation>
151
+ <documentation xml:lang="en">ID of the partner = customer, administered on the server.</documentation>
152
+ </annotation>
153
+ </element>
154
+ <element name="UserID" type="ebics:UserIDType">
155
+ <annotation>
156
+ <documentation xml:lang="de">Teilnehmer-ID des serverseitig zu diesem Kunden administrierten Teilnehmers.</documentation>
157
+ <documentation xml:lang="en">ID of the user that is assigned to the given customer, administered on the server.</documentation>
158
+ </annotation>
159
+ </element>
160
+ <element name="SystemID" type="ebics:UserIDType" minOccurs="0">
161
+ <annotation>
162
+ <documentation xml:lang="de">technische User-ID für Multi-User-Systeme.</documentation>
163
+ <documentation xml:lang="en">ID of the system for multi-user systems.</documentation>
164
+ </annotation>
165
+ </element>
166
+ <element name="Product" nillable="true" minOccurs="0">
167
+ <annotation>
168
+ <documentation xml:lang="de">Kennung des Kundenprodukts bzw. Herstellerkennung oder Name.</documentation>
169
+ <documentation xml:lang="en">software ID / manufacturer ID / manufacturer's name of the customer's software package.</documentation>
170
+ </annotation>
171
+ <complexType>
172
+ <simpleContent>
173
+ <extension base="ebics:ProductType">
174
+ <attribute name="Language" type="ebics:LanguageType" use="required">
175
+ <annotation>
176
+ <documentation xml:lang="de">Sprachkennzeichen der Kundenproduktversion (gemäß ISO 639).</documentation>
177
+ <documentation xml:lang="en">Language code of the customer's software package according to ISO 639.</documentation>
178
+ </annotation>
179
+ </attribute>
180
+ <attribute name="InstituteID" type="ebics:InstituteIDType" use="optional">
181
+ <annotation>
182
+ <documentation xml:lang="de">Kennung des Herausgebers des Kundenprodukts bzw. des betreuenden Kreditinstituts.</documentation>
183
+ <documentation xml:lang="en">ID of the manufacturer / financial institute providing support for the customer's software package.</documentation>
184
+ </annotation>
185
+ </attribute>
186
+ </extension>
187
+ </simpleContent>
188
+ </complexType>
189
+ </element>
190
+ <element name="OrderDetails" type="ebics:StaticHeaderOrderDetailsType">
191
+ <annotation>
192
+ <documentation xml:lang="de">Auftragsdetails.</documentation>
193
+ <documentation xml:lang="en">order details.</documentation>
194
+ </annotation>
195
+ </element>
196
+ <element name="BankPubKeyDigests">
197
+ <annotation>
198
+ <documentation xml:lang="de">Hashwerte der erwarteten öffentlichen Schlüssel (Verschlüsselung, Signatur, Authentifikation) des Kreditinstituts.</documentation>
199
+ <documentation xml:lang="en">Digest values of the expected public keys (authentication, encryption, signature) owned by the financial institute.</documentation>
200
+ </annotation>
201
+ <complexType>
202
+ <sequence>
203
+ <element name="Authentication">
204
+ <annotation>
205
+ <documentation xml:lang="de">Hashwert des Authentifikationsschlüssels.</documentation>
206
+ <documentation xml:lang="en">Digest value of the public authentication key.</documentation>
207
+ </annotation>
208
+ <complexType>
209
+ <simpleContent>
210
+ <extension base="ebics:PubKeyDigestType">
211
+ <attribute name="Version" type="ebics:AuthenticationVersionType" use="required">
212
+ <annotation>
213
+ <documentation xml:lang="de">Version des Authentifikationsverfahrens.</documentation>
214
+ <documentation xml:lang="en">Version of the algorithm used for authentication.</documentation>
215
+ </annotation>
216
+ </attribute>
217
+ </extension>
218
+ </simpleContent>
219
+ </complexType>
220
+ </element>
221
+ <element name="Encryption">
222
+ <annotation>
223
+ <documentation xml:lang="de">Hashwert des Verschlüsselungsschlüssels.</documentation>
224
+ <documentation xml:lang="en">Digest value of the public encryption key.</documentation>
225
+ </annotation>
226
+ <complexType>
227
+ <simpleContent>
228
+ <extension base="ebics:PubKeyDigestType">
229
+ <attribute name="Version" type="ebics:EncryptionVersionType" use="required">
230
+ <annotation>
231
+ <documentation xml:lang="de">Version des Verschlüsselungsverfahrens.</documentation>
232
+ <documentation xml:lang="en">Version of the algorithm used for encryption.</documentation>
233
+ </annotation>
234
+ </attribute>
235
+ </extension>
236
+ </simpleContent>
237
+ </complexType>
238
+ </element>
239
+ <element name="Signature" minOccurs="0" maxOccurs="0">
240
+ <annotation>
241
+ <documentation xml:lang="de">Hashwert des Signaturschlüssels.</documentation>
242
+ <documentation xml:lang="en">Digest value of the public signature key.</documentation>
243
+ </annotation>
244
+ <complexType>
245
+ <simpleContent>
246
+ <extension base="ebics:PubKeyDigestType">
247
+ <attribute name="Version" type="ebics:SignatureVersionType" use="required">
248
+ <annotation>
249
+ <documentation xml:lang="de">Version des Signaturverfahrens.</documentation>
250
+ <documentation xml:lang="en">Version of the algorithm used for signature creation.</documentation>
251
+ </annotation>
252
+ </attribute>
253
+ </extension>
254
+ </simpleContent>
255
+ </complexType>
256
+ </element>
257
+ </sequence>
258
+ </complexType>
259
+ </element>
260
+ <element name="SecurityMedium" type="ebics:SecurityMediumType">
261
+ <annotation>
262
+ <documentation xml:lang="de">Angabe des Sicherheitsmediums, das der Kunde verwendet.</documentation>
263
+ <documentation xml:lang="en">Classification of the security medium used by the customer.</documentation>
264
+ </annotation>
265
+ </element>
266
+ <element name="NumSegments" type="ebics:NumSegmentsType" minOccurs="0">
267
+ <annotation>
268
+ <documentation xml:lang="de">Gesamtsegmentanzahl für diese Transaktion; nur bei Uploads anzugeben.</documentation>
269
+ <documentation xml:lang="en">Total number of segments for this transaction; mandatory for uploads only.</documentation>
270
+ </annotation>
271
+ </element>
272
+ <any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
273
+ </sequence>
274
+ <sequence>
275
+ <annotation>
276
+ <documentation xml:lang="de">Transfer- und Quittierungsphase.</documentation>
277
+ <documentation xml:lang="en">Transfer or receipt phase.</documentation>
278
+ </annotation>
279
+ <element name="TransactionID" type="ebics:TransactionIDType">
280
+ <annotation>
281
+ <documentation xml:lang="de">eindeutige, technische Transaktions-ID; wird vom Server vergeben.</documentation>
282
+ <documentation xml:lang="en">unique transaction ID, provided by the server.</documentation>
283
+ </annotation>
284
+ </element>
285
+ </sequence>
286
+ </choice>
287
+ </sequence>
288
+ </complexType>
289
+ <complexType name="MutableHeaderType">
290
+ <annotation>
291
+ <documentation xml:lang="de">Datentyp für den variablen EBICS-Header.</documentation>
292
+ <documentation xml:lang="en">Data type for the mutable EBICS header.</documentation>
293
+ </annotation>
294
+ <sequence>
295
+ <element name="TransactionPhase" type="ebics:TransactionPhaseType">
296
+ <annotation>
297
+ <documentation xml:lang="de">Phase, in der sich die Transaktion gerade befindet; wird bei jedem Transaktionsschritt vom Client gesetzt und vom Server übernommen.</documentation>
298
+ <documentation xml:lang="en">Current phase of the transaction; this information is provided by the client for each step of the transaction, and the server adopts the setting.</documentation>
299
+ </annotation>
300
+ </element>
301
+ <element name="SegmentNumber" nillable="true" minOccurs="0">
302
+ <annotation>
303
+ <documentation xml:lang="de">enthält die Nummer des aktuellen Segments, welches gerade übertragen oder angefordert wird; nur anzugeben bei TransactionPhase=Transfer.</documentation>
304
+ <documentation xml:lang="en">contains the number of the segment which is currently being transmitted or requested; mandatory for transaction phase 'Transfer' only.</documentation>
305
+ </annotation>
306
+ <complexType>
307
+ <simpleContent>
308
+ <extension base="ebics:SegmentNumberType">
309
+ <attribute name="lastSegment" type="boolean" use="optional" default="false">
310
+ <annotation>
311
+ <documentation xml:lang="de">Ist dies das letzte Segment der Übertragung?</documentation>
312
+ <documentation xml:lang="en">Is this segment meant to be the last one regarding this transmission?</documentation>
313
+ </annotation>
314
+ </attribute>
315
+ </extension>
316
+ </simpleContent>
317
+ </complexType>
318
+ </element>
319
+ <any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
320
+ </sequence>
321
+ </complexType>
322
+ <complexType name="StaticHeaderOrderDetailsType">
323
+ <annotation>
324
+ <documentation xml:lang="de">Datentyp für Auftragsdetails im statischen EBICS-Header.</documentation>
325
+ <documentation xml:lang="en">Data type for order details stored in the static EBICS header.</documentation>
326
+ </annotation>
327
+ <sequence>
328
+ <element name="OrderType">
329
+ <annotation>
330
+ <documentation xml:lang="de">Auftragsart.</documentation>
331
+ <documentation xml:lang="en">type code of the order.</documentation>
332
+ </annotation>
333
+ <complexType>
334
+ <simpleContent>
335
+ <extension base="ebics:OrderTBaseType"/>
336
+ </simpleContent>
337
+ </complexType>
338
+ </element>
339
+ <element name="OrderID" type="ebics:OrderIDType" minOccurs="0">
340
+ <annotation>
341
+ <documentation xml:lang="de">Auftragsnummer für Sendeaufträge gemäß DFÜ-Abkommen.</documentation>
342
+ <documentation xml:lang="en">ID of the (upload) order, formatted in accordance with the document "DFÜ-Abkommen".</documentation>
343
+ </annotation>
344
+ </element>
345
+ <element name="OrderAttribute" type="ebics:OrderAttributeType">
346
+ <annotation>
347
+ <documentation xml:lang="de">Auftragsattribut.</documentation>
348
+ <documentation xml:lang="en">attribute describing the order contents.</documentation>
349
+ </annotation>
350
+ </element>
351
+ <element ref="ebics:OrderParams"/>
352
+ </sequence>
353
+ </complexType>
354
+ </schema>
@@ -0,0 +1,161 @@
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:ebics="http://www.ebics.org/H003" targetNamespace="http://www.ebics.org/H003" elementFormDefault="qualified" attributeFormDefault="unqualified" version="1.0">
3
+ <annotation>
4
+ <documentation xml:lang="de">ebics_response.xsd ist das EBICS-Protokollschema für Antwortnachrichten.</documentation>
5
+ <documentation xml:lang="en">ebics_response.xsd is the appropriate EBICS protocol schema for standard responses.</documentation>
6
+ </annotation>
7
+ <import namespace="http://www.w3.org/2000/09/xmldsig#" schemaLocation="xmldsig-core-schema.xsd">
8
+ <annotation>
9
+ <documentation xml:lang="de">XML-Signature.</documentation>
10
+ </annotation>
11
+ </import>
12
+ <include schemaLocation="ebics_types.xsd"/>
13
+ <include schemaLocation="ebics_orders.xsd"/>
14
+ <element name="ebicsResponse">
15
+ <annotation>
16
+ <documentation xml:lang="de">Electronic Banking Internet Communication Standard des Zentralen Kreditausschusses (ZKA): Multibankfähige Schnittstelle zur internetbasierten Kommunikation.</documentation>
17
+ <documentation xml:lang="en">Electronic Banking Internet Communication Standard of the "Zentraler Kreditausschuss (ZKA)": multi-bank capable interface for internet-based communication.</documentation>
18
+ </annotation>
19
+ <complexType>
20
+ <sequence>
21
+ <element name="header">
22
+ <annotation>
23
+ <documentation xml:lang="de">enthält die technischen Transaktionsdaten.</documentation>
24
+ <documentation xml:lang="en">contains the transaction-driven data.</documentation>
25
+ </annotation>
26
+ <complexType>
27
+ <sequence>
28
+ <element name="static" type="ebics:ResponseStaticHeaderType">
29
+ <annotation>
30
+ <documentation xml:lang="de">enhält alle festen Headereinträge.</documentation>
31
+ <documentation xml:lang="en">contains the static header entries.</documentation>
32
+ </annotation>
33
+ </element>
34
+ <element name="mutable" type="ebics:ResponseMutableHeaderType">
35
+ <annotation>
36
+ <documentation xml:lang="de">enthält alle variablen Headereinträge.</documentation>
37
+ <documentation xml:lang="en">contains the mutable header entries.</documentation>
38
+ </annotation>
39
+ </element>
40
+ </sequence>
41
+ <attributeGroup ref="ebics:AuthenticationMarker"/>
42
+ </complexType>
43
+ </element>
44
+ <element ref="ebics:AuthSignature">
45
+ <annotation>
46
+ <documentation xml:lang="de">Authentifikationssignatur.</documentation>
47
+ <documentation xml:lang="en">Authentication signature.</documentation>
48
+ </annotation>
49
+ </element>
50
+ <element name="body">
51
+ <annotation>
52
+ <documentation xml:lang="de">enthält die Auftragsdaten, EU(s) und weitere Nutzdaten.</documentation>
53
+ <documentation xml:lang="en">contains order data, order signature(s) and further data referring to the current order.</documentation>
54
+ </annotation>
55
+ <complexType>
56
+ <sequence>
57
+ <element name="DataTransfer" type="ebics:DataTransferResponseType" minOccurs="0">
58
+ <annotation>
59
+ <documentation xml:lang="de">Transfer von Auftragsdaten; nur bei Download anzugeben.</documentation>
60
+ <documentation xml:lang="en">Transfer of signature or order data; mandatory for downloads only.</documentation>
61
+ </annotation>
62
+ </element>
63
+ <element name="ReturnCode">
64
+ <annotation>
65
+ <documentation xml:lang="de">fachlicher Antwortcode für den vorangegangenen Request.</documentation>
66
+ <documentation xml:lang="en">order-related return code of the previous request.</documentation>
67
+ </annotation>
68
+ <complexType>
69
+ <simpleContent>
70
+ <extension base="ebics:ReturnCodeType">
71
+ <attributeGroup ref="ebics:AuthenticationMarker"/>
72
+ </extension>
73
+ </simpleContent>
74
+ </complexType>
75
+ </element>
76
+ <element name="TimestampBankParameter" minOccurs="0">
77
+ <annotation>
78
+ <documentation xml:lang="de">Zeitstempel der letzten Aktualisierung der Bankparameter; nur in der Initialisierungsphase anzugeben.</documentation>
79
+ <documentation xml:lang="en">timestamp indicating the latest update of the bank parameters; may be set during initialisation phase only.</documentation>
80
+ </annotation>
81
+ <complexType>
82
+ <simpleContent>
83
+ <extension base="ebics:TimestampType">
84
+ <attributeGroup ref="ebics:AuthenticationMarker"/>
85
+ </extension>
86
+ </simpleContent>
87
+ </complexType>
88
+ </element>
89
+ </sequence>
90
+ </complexType>
91
+ </element>
92
+ </sequence>
93
+ <attributeGroup ref="ebics:VersionAttrGroup"/>
94
+ <anyAttribute namespace="##targetNamespace" processContents="strict"/>
95
+ </complexType>
96
+ </element>
97
+ <complexType name="ResponseStaticHeaderType">
98
+ <annotation>
99
+ <documentation xml:lang="de">Datentyp für den statischen EBICS-Header.</documentation>
100
+ <documentation xml:lang="en">Data type for the static EBICS header.</documentation>
101
+ </annotation>
102
+ <sequence>
103
+ <element name="TransactionID" type="ebics:TransactionIDType" minOccurs="0">
104
+ <annotation>
105
+ <documentation xml:lang="de">eindeutige, technische Transaktions-ID; wird vom Server vergeben, falls OrderAttribute entweder gleich "OZHNN" oder gleich "DZHNN" ist und falls tatsächlich eine Transaktion erzeugt wurde.</documentation>
106
+ <documentation xml:lang="en">unique transaction ID, provided by the server if and only if the order attribute is set to either "OZHNN" or "DZHNN" and if a transaction has been established actually.</documentation>
107
+ </annotation>
108
+ </element>
109
+ <element name="NumSegments" type="ebics:SegmentNumberType" minOccurs="0">
110
+ <annotation>
111
+ <documentation xml:lang="de">Gesamtsegmentanzahl für diese Transaktion; nur bei Downloads in der Initialisierungsphase anzugeben.</documentation>
112
+ <documentation xml:lang="en">Total number of segments for this transaction; mandatory for downloads in initialisation phase only.</documentation>
113
+ </annotation>
114
+ </element>
115
+ </sequence>
116
+ </complexType>
117
+ <complexType name="ResponseMutableHeaderType">
118
+ <annotation>
119
+ <documentation xml:lang="de">Datentyp für den variablen EBICS-Header.</documentation>
120
+ <documentation xml:lang="en">Data type for the mutable EBICS header.</documentation>
121
+ </annotation>
122
+ <sequence>
123
+ <element name="TransactionPhase" type="ebics:TransactionPhaseType">
124
+ <annotation>
125
+ <documentation xml:lang="de">Phase, in der sich die Transaktion gerade befindet; wird bei jedem Transaktionsschritt vom Client gesetzt und vom Server übernommen.</documentation>
126
+ <documentation xml:lang="en">Current phase of the transaction; this information is provided by the client for each step of the transaction, and the server adopts the setting.</documentation>
127
+ </annotation>
128
+ </element>
129
+ <element name="SegmentNumber" minOccurs="0">
130
+ <annotation>
131
+ <documentation xml:lang="de">enthält die Nummer des aktuellen Segments, welches gerade übertragen oder angefordert wird; nur anzugeben bei TransactionPhase=Transfer und (bei Download) TransactionPhase=Initialisation.</documentation>
132
+ <documentation xml:lang="en">contains the number of the segment which is currently being transmitted or requested; mandatory for transaction phases 'Transfer' and (for downloads) 'Initialisation' only.</documentation>
133
+ </annotation>
134
+ <complexType>
135
+ <simpleContent>
136
+ <extension base="ebics:SegmentNumberType">
137
+ <attribute name="lastSegment" type="boolean" use="optional" default="false">
138
+ <annotation>
139
+ <documentation xml:lang="de">Ist dies das letzte Segment der Übertragung?</documentation>
140
+ </annotation>
141
+ </attribute>
142
+ </extension>
143
+ </simpleContent>
144
+ </complexType>
145
+ </element>
146
+ <element name="ReturnCode" type="ebics:ReturnCodeType">
147
+ <annotation>
148
+ <documentation xml:lang="de">Rückmeldung des technischen Status mit einer eindeutigen Fehlernummer.</documentation>
149
+ <documentation xml:lang="en">Return code indicating the technical status.</documentation>
150
+ </annotation>
151
+ </element>
152
+ <element name="ReportText" type="ebics:ReportTextType">
153
+ <annotation>
154
+ <documentation xml:lang="de">Klartext der Rückmeldung des technischen Status.</documentation>
155
+ <documentation xml:lang="en">Textual interpretation of the returned technical status code.</documentation>
156
+ </annotation>
157
+ </element>
158
+ <any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
159
+ </sequence>
160
+ </complexType>
161
+ </schema>