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