-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsimpleTypes.html
More file actions
738 lines (729 loc) · 38.2 KB
/
Copy pathsimpleTypes.html
File metadata and controls
738 lines (729 loc) · 38.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
<!--
Generated by FreeXmlToolkit
==========================
Timestamp: 2026-01-23T17:13:10.3140032+01:00
App Version: Development
OS: Windows 11 10.0
Java: 25.0.2
Source File: FundsXML4.xsd
-->
<!--
~ FreeXMLToolkit - Universal Toolkit for XML
~ Copyright (c) Karl Kauc 2024.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
~
-->
<!DOCTYPE html>
<html lang="en" class="bg-slate-50">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Simple Types - XSD Documentation</title>
<!-- Generated Tailwind CSS -->
<link href="assets/freexmltoolkit-docs.css" rel="stylesheet">
<!-- PrismJS for Syntax Highlighting -->
<link href="assets/prism.css" rel="stylesheet"/>
<!-- Favicon -->
</head>
<body class="font-sans text-slate-800" data-root-path="." data-search-index-path="search_index.json">
<!-- Navigation, jetzt mit "Simple Types" als aktivem Link -->
<nav class="bg-white/80 backdrop-blur-md shadow-sm sticky top-0 z-10 border-b border-slate-200">
<div class="container mx-auto px-4">
<div class="flex justify-between items-center h-16">
<div class="hidden md:flex items-baseline space-x-6">
<a href="index.html"
class="px-3 py-2 rounded-md text-sm font-medium text-slate-700 hover:bg-slate-100 hover:text-slate-900">Home</a>
<a href="complexTypes.html"
class="px-3 py-2 rounded-md text-sm font-medium text-slate-700 hover:bg-slate-100 hover:text-slate-900">Complex
Types</a>
<!-- KORREKTUR: Dieser Link ist jetzt als aktiv markiert -->
<a href="simpleTypes.html"
class="px-3 py-2 rounded-md text-sm font-medium text-sky-600 bg-sky-100"
aria-current="page">Simple Types</a>
<a href="dataDictionary.html"
class="px-3 py-2 rounded-md text-sm font-medium text-slate-700 hover:bg-slate-100 hover:text-slate-900">Data
Dictionary</a>
<a href="schema-svg.html"
class="px-3 py-2 rounded-md text-sm font-medium text-slate-700 hover:bg-slate-100 hover:text-slate-900">SVG</a>
</div>
<!-- Search Bar -->
<div class="relative flex-1 max-w-md mx-4">
<label for="search-input" class="sr-only">Search documentation</label>
<div class="pointer-events-none absolute inset-y-0 right-0 flex items-center pr-3" aria-hidden="true">
<svg class="h-5 w-5 text-slate-400" viewBox="0 0 20 20" fill="currentColor">
<path fill-rule="evenodd"
d="M9 3.5a5.5 5.5 0 100 11 5.5 5.5 0 000-11zM2 9a7 7 0 1112.452 4.391l3.328 3.329a.75.75 0 11-1.06 1.06l-3.329-3.328A7 7 0 012 9z"
clip-rule="evenodd"/>
</svg>
</div>
<input type="search" id="search-input" placeholder="Search..."
class="w-full pl-3 pr-10 py-2 text-sm leading-tight text-slate-700 border border-slate-300 rounded-md shadow-sm appearance-none focus:outline-none focus:ring-2 focus:ring-sky-500 focus:border-sky-500">
<div id="search-results" role="listbox" aria-live="polite" aria-label="Search results"
class="absolute hidden w-full mt-1 bg-white border border-slate-200 rounded-md shadow-lg z-20 max-h-96 overflow-y-auto">
</div>
</div>
<!-- Right navigation group (Language Switcher + GitHub Link) -->
<div class="hidden md:flex items-center space-x-4">
<!-- Language Switcher -->
<div class="flex items-center space-x-2">
<label for="lang-switcher-nav" class="text-sm text-slate-600">Language:</label>
<select id="lang-switcher-nav"
class="lang-switcher text-sm border border-slate-300 rounded-md px-2 py-1 bg-white focus:outline-none focus:ring-2 focus:ring-sky-500 focus:border-sky-500">
<option value="default">Default (no lang)</option>
</select>
</div>
<!-- GitHub Link -->
<a href="https://github.com/karlkauc/FreeXmlToolkit" target="_blank" class="flex items-center space-x-2 text-slate-700 font-bold">
<img src="assets/logo.png" alt="FreeXmlToolkit Logo" class="h-8 w-8"/>
<span>FreeXmlToolKit</span>
</a>
</div>
</div>
</div>
</nav>
<!-- Hauptinhalt, jetzt mit einer Liste der Simple Types -->
<main id="main-content" class="container mx-auto px-4 py-8 md:py-12">
<div class="bg-white p-6 rounded-xl shadow-md border border-slate-200 mb-12">
<h1 class="text-2xl font-bold text-slate-900 mb-2">Global Simple Types</h1>
<p class="text-slate-600">This page lists all globally defined simple types in the schema.</p>
</div>
<div class="bg-white rounded-xl shadow-md border border-slate-200 overflow-hidden">
<table class="w-full text-left">
<caption class="sr-only">List of global simple types</caption>
<thead class="bg-slate-50 border-b border-slate-200">
<tr>
<th scope="col" class="px-6 py-4 text-sm font-semibold text-slate-900 w-1/3">Name</th>
<th scope="col" class="px-6 py-4 text-sm font-semibold text-slate-900">Documentation</th>
</tr>
</thead>
<tbody class="divide-y divide-slate-200">
<!-- Iteriert über die Liste der Simple-Type-Knoten -->
<tr>
<td class="px-6 py-4 align-top font-mono">
<!-- Erstellt einen Link zur Detailseite des Typs -->
<a href="simpleTypes/AssetTypeType.html"
class="text-sky-600 hover:text-sky-800 hover:underline">AssetTypeType</a>
</td>
<td class="px-6 py-4 align-top text-slate-600 text-sm">
<!-- Zeigt die Dokumentation des Typs an -->
<div></div>
</td>
</tr>
<tr>
<td class="px-6 py-4 align-top font-mono">
<!-- Erstellt einen Link zur Detailseite des Typs -->
<a href="simpleTypes/BenchmarkUsageType.html"
class="text-sky-600 hover:text-sky-800 hover:underline">BenchmarkUsageType</a>
</td>
<td class="px-6 py-4 align-top text-slate-600 text-sm">
<!-- Zeigt die Dokumentation des Typs an -->
<div></div>
</td>
</tr>
<tr>
<td class="px-6 py-4 align-top font-mono">
<!-- Erstellt einen Link zur Detailseite des Typs -->
<a href="simpleTypes/BicCodeType.html"
class="text-sky-600 hover:text-sky-800 hover:underline">BicCodeType</a>
</td>
<td class="px-6 py-4 align-top text-slate-600 text-sm">
<!-- Zeigt die Dokumentation des Typs an -->
<div>BIC Code (SWIFT)</div>
</td>
</tr>
<tr>
<td class="px-6 py-4 align-top font-mono">
<!-- Erstellt einen Link zur Detailseite des Typs -->
<a href="simpleTypes/CICCodeType.html"
class="text-sky-600 hover:text-sky-800 hover:underline">CICCodeType</a>
</td>
<td class="px-6 py-4 align-top text-slate-600 text-sm">
<!-- Zeigt die Dokumentation des Typs an -->
<div>CIC code (4 positions) to identify a kind of security</div>
</td>
</tr>
<tr>
<td class="px-6 py-4 align-top font-mono">
<!-- Erstellt einen Link zur Detailseite des Typs -->
<a href="simpleTypes/CQSType.html"
class="text-sky-600 hover:text-sky-800 hover:underline">CQSType</a>
</td>
<td class="px-6 py-4 align-top text-slate-600 text-sm">
<!-- Zeigt die Dokumentation des Typs an -->
<div>Credit Quality Step (Synthetic rating) 0 to 6 or 9 if no rating known.</div>
</td>
</tr>
<tr>
<td class="px-6 py-4 align-top font-mono">
<!-- Erstellt einen Link zur Detailseite des Typs -->
<a href="simpleTypes/CalculationPeriodType.html"
class="text-sky-600 hover:text-sky-800 hover:underline">CalculationPeriodType</a>
</td>
<td class="px-6 py-4 align-top text-slate-600 text-sm">
<!-- Zeigt die Dokumentation des Typs an -->
<div></div>
</td>
</tr>
<tr>
<td class="px-6 py-4 align-top font-mono">
<!-- Erstellt einen Link zur Detailseite des Typs -->
<a href="simpleTypes/CompanyListedClassificationType.html"
class="text-sky-600 hover:text-sky-800 hover:underline">CompanyListedClassificationType</a>
</td>
<td class="px-6 py-4 align-top text-slate-600 text-sm">
<!-- Zeigt die Dokumentation des Typs an -->
<div>List of company classifications</div>
</td>
</tr>
<tr>
<td class="px-6 py-4 align-top font-mono">
<!-- Erstellt einen Link zur Detailseite des Typs -->
<a href="simpleTypes/CryptoBinary.html"
class="text-sky-600 hover:text-sky-800 hover:underline">CryptoBinary</a>
</td>
<td class="px-6 py-4 align-top text-slate-600 text-sm">
<!-- Zeigt die Dokumentation des Typs an -->
<div></div>
</td>
</tr>
<tr>
<td class="px-6 py-4 align-top font-mono">
<!-- Erstellt einen Link zur Detailseite des Typs -->
<a href="simpleTypes/DateIntervalType.html"
class="text-sky-600 hover:text-sky-800 hover:underline">DateIntervalType</a>
</td>
<td class="px-6 py-4 align-top text-slate-600 text-sm">
<!-- Zeigt die Dokumentation des Typs an -->
<div></div>
</td>
</tr>
<tr>
<td class="px-6 py-4 align-top font-mono">
<!-- Erstellt einen Link zur Detailseite des Typs -->
<a href="simpleTypes/DigestValueType.html"
class="text-sky-600 hover:text-sky-800 hover:underline">DigestValueType</a>
</td>
<td class="px-6 py-4 align-top text-slate-600 text-sm">
<!-- Zeigt die Dokumentation des Typs an -->
<div></div>
</td>
</tr>
<tr>
<td class="px-6 py-4 align-top font-mono">
<!-- Erstellt einen Link zur Detailseite des Typs -->
<a href="simpleTypes/EETYesNeutralType.html"
class="text-sky-600 hover:text-sky-800 hover:underline">EETYesNeutralType</a>
</td>
<td class="px-6 py-4 align-top text-slate-600 text-sm">
<!-- Zeigt die Dokumentation des Typs an -->
<div></div>
</td>
</tr>
<tr>
<td class="px-6 py-4 align-top font-mono">
<!-- Erstellt einen Link zur Detailseite des Typs -->
<a href="simpleTypes/EETYesNoType.html"
class="text-sky-600 hover:text-sky-800 hover:underline">EETYesNoType</a>
</td>
<td class="px-6 py-4 align-top text-slate-600 text-sm">
<!-- Zeigt die Dokumentation des Typs an -->
<div>Y or N</div>
</td>
</tr>
<tr>
<td class="px-6 py-4 align-top font-mono">
<!-- Erstellt einen Link zur Detailseite des Typs -->
<a href="simpleTypes/EMIRIDType.html"
class="text-sky-600 hover:text-sky-800 hover:underline">EMIRIDType</a>
</td>
<td class="px-6 py-4 align-top text-slate-600 text-sm">
<!-- Zeigt die Dokumentation des Typs an -->
<div></div>
</td>
</tr>
<tr>
<td class="px-6 py-4 align-top font-mono">
<!-- Erstellt einen Link zur Detailseite des Typs -->
<a href="simpleTypes/EMTYesEmptyType.html"
class="text-sky-600 hover:text-sky-800 hover:underline">EMTYesEmptyType</a>
</td>
<td class="px-6 py-4 align-top text-slate-600 text-sm">
<!-- Zeigt die Dokumentation des Typs an -->
<div>Y or Empty
Y oder Empty
Y ou Empty
Y van Empty
Y el/la Empty</div>
</td>
</tr>
<tr>
<td class="px-6 py-4 align-top font-mono">
<!-- Erstellt einen Link zur Detailseite des Typs -->
<a href="simpleTypes/EMTYesNeutralType.html"
class="text-sky-600 hover:text-sky-800 hover:underline">EMTYesNeutralType</a>
</td>
<td class="px-6 py-4 align-top text-slate-600 text-sm">
<!-- Zeigt die Dokumentation des Typs an -->
<div>EMT response type with values Y (Yes) or Neutral for target market assessment
EMT-Antworttyp mit Werten Y (Ja) oder Neutral für Target Market-Bewertung
Type de réponse EMT avec valeurs Y (Oui) ou Neutral pour évaluation target market
EMT antwoordtype met waarden Y (Ja) of Neutral voor target market beoordeling
EMT antwoordtype con waarden Y (Ja) o Neutral para mercado objetivo beoordeling</div>
</td>
</tr>
<tr>
<td class="px-6 py-4 align-top font-mono">
<!-- Erstellt einen Link zur Detailseite des Typs -->
<a href="simpleTypes/EMTYesNoNeutralType.html"
class="text-sky-600 hover:text-sky-800 hover:underline">EMTYesNoNeutralType</a>
</td>
<td class="px-6 py-4 align-top text-slate-600 text-sm">
<!-- Zeigt die Dokumentation des Typs an -->
<div>EMT response type with values Y (Yes), N (No) or Neutral for target market assessment
EMT-Antworttyp mit Werten Y (Ja), N (Nein) oder Neutral für Target Market-Bewertung
Type de réponse EMT avec valeurs Y (Oui), N (Non) ou Neutral pour évaluation target market
EMT antwoordtype met waarden Y (Ja), N (Nee) of Neutral voor target market beoordeling
EMT antwoordtype con waarden Y (Ja), N (Nee) o Neutral para mercado objetivo beoordeling</div>
</td>
</tr>
<tr>
<td class="px-6 py-4 align-top font-mono">
<!-- Erstellt einen Link zur Detailseite des Typs -->
<a href="simpleTypes/EMTYesNoType.html"
class="text-sky-600 hover:text-sky-800 hover:underline">EMTYesNoType</a>
</td>
<td class="px-6 py-4 align-top text-slate-600 text-sm">
<!-- Zeigt die Dokumentation des Typs an -->
<div>Y or N
Y oder N
Y ou N
Y van N
Y el/la N</div>
</td>
</tr>
<tr>
<td class="px-6 py-4 align-top font-mono">
<!-- Erstellt einen Link zur Detailseite des Typs -->
<a href="simpleTypes/EconomicArea2Type.html"
class="text-sky-600 hover:text-sky-800 hover:underline">EconomicArea2Type</a>
</td>
<td class="px-6 py-4 align-top text-slate-600 text-sm">
<!-- Zeigt die Dokumentation des Typs an -->
<div>SII Economic area of a country</div>
</td>
</tr>
<tr>
<td class="px-6 py-4 align-top font-mono">
<!-- Erstellt einen Link zur Detailseite des Typs -->
<a href="simpleTypes/EconomicAreaType.html"
class="text-sky-600 hover:text-sky-800 hover:underline">EconomicAreaType</a>
</td>
<td class="px-6 py-4 align-top text-slate-600 text-sm">
<!-- Zeigt die Dokumentation des Typs an -->
<div>SII Economic area of a quotation place (including Non listed)</div>
</td>
</tr>
<tr>
<td class="px-6 py-4 align-top font-mono">
<!-- Erstellt einen Link zur Detailseite des Typs -->
<a href="simpleTypes/EmailAddressType.html"
class="text-sky-600 hover:text-sky-800 hover:underline">EmailAddressType</a>
</td>
<td class="px-6 py-4 align-top text-slate-600 text-sm">
<!-- Zeigt die Dokumentation des Typs an -->
<div></div>
</td>
</tr>
<tr>
<td class="px-6 py-4 align-top font-mono">
<!-- Erstellt einen Link zur Detailseite des Typs -->
<a href="simpleTypes/FrequencyType.html"
class="text-sky-600 hover:text-sky-800 hover:underline">FrequencyType</a>
</td>
<td class="px-6 py-4 align-top text-slate-600 text-sm">
<!-- Zeigt die Dokumentation des Typs an -->
<div>Frequency:
DAIL ... Daily
MNTH ... Monthly
QURT ... Quarterly
SEMI ... Semiannual
TWMN ... Twomonthly
TWWK ... Twoweekly
WEEK ... Weekly
YEAR</div>
</td>
</tr>
<tr>
<td class="px-6 py-4 align-top font-mono">
<!-- Erstellt einen Link zur Detailseite des Typs -->
<a href="simpleTypes/HMACOutputLengthType.html"
class="text-sky-600 hover:text-sky-800 hover:underline">HMACOutputLengthType</a>
</td>
<td class="px-6 py-4 align-top text-slate-600 text-sm">
<!-- Zeigt die Dokumentation des Typs an -->
<div></div>
</td>
</tr>
<tr>
<td class="px-6 py-4 align-top font-mono">
<!-- Erstellt einen Link zur Detailseite des Typs -->
<a href="simpleTypes/IBANType.html"
class="text-sky-600 hover:text-sky-800 hover:underline">IBANType</a>
</td>
<td class="px-6 py-4 align-top text-slate-600 text-sm">
<!-- Zeigt die Dokumentation des Typs an -->
<div>IBAN as defined in ISO 13616-1:2020 (no blanks)</div>
</td>
</tr>
<tr>
<td class="px-6 py-4 align-top font-mono">
<!-- Erstellt einen Link zur Detailseite des Typs -->
<a href="simpleTypes/ISINType.html"
class="text-sky-600 hover:text-sky-800 hover:underline">ISINType</a>
</td>
<td class="px-6 py-4 align-top text-slate-600 text-sm">
<!-- Zeigt die Dokumentation des Typs an -->
<div>International Securities Identification Number (according to ISO 6166)</div>
</td>
</tr>
<tr>
<td class="px-6 py-4 align-top font-mono">
<!-- Erstellt einen Link zur Detailseite des Typs -->
<a href="simpleTypes/ISOCountryCodeType.html"
class="text-sky-600 hover:text-sky-800 hover:underline">ISOCountryCodeType</a>
</td>
<td class="px-6 py-4 align-top text-slate-600 text-sm">
<!-- Zeigt die Dokumentation des Typs an -->
<div>The ISOCountryCodeType is a type for decoding ISO-CountryCodes. It is used the two-letter ISO-CountryCodes (ISO 3166-1alpha-2). It is of the type string and has a length from exactly two letters.
Der ISOCountryCodeType stellt einen einfachen Typ zur Verarbeitung von ISO-Laendercodes bereit. Verwendet werden die zweistelligen ISO-Waehrungscodes (ISO 3166-1alpha-2). Er ist vom Typ string und hat eine Laenge von zwei Zeichen.</div>
</td>
</tr>
<tr>
<td class="px-6 py-4 align-top font-mono">
<!-- Erstellt einen Link zur Detailseite des Typs -->
<a href="simpleTypes/ISOCurrencyCodeType.html"
class="text-sky-600 hover:text-sky-800 hover:underline">ISOCurrencyCodeType</a>
</td>
<td class="px-6 py-4 align-top text-slate-600 text-sm">
<!-- Zeigt die Dokumentation des Typs an -->
<div>Three-letter ISO-CurrencyCode (ISO 4217)
Dreistelliger ISO-Waehrungscode (ISO 4217)</div>
</td>
</tr>
<tr>
<td class="px-6 py-4 align-top font-mono">
<!-- Erstellt einen Link zur Detailseite des Typs -->
<a href="simpleTypes/ISOLanguageCodeType.html"
class="text-sky-600 hover:text-sky-800 hover:underline">ISOLanguageCodeType</a>
</td>
<td class="px-6 py-4 align-top text-slate-600 text-sm">
<!-- Zeigt die Dokumentation des Typs an -->
<div>The ISOLanguageCodeType is a type for decoding ISO 639-1 Language Code. It is of the type string and has a length from exactly two letters.</div>
</td>
</tr>
<tr>
<td class="px-6 py-4 align-top font-mono">
<!-- Erstellt einen Link zur Detailseite des Typs -->
<a href="simpleTypes/IdentnummerType.html"
class="text-sky-600 hover:text-sky-800 hover:underline">IdentnummerType</a>
</td>
<td class="px-6 py-4 align-top text-slate-600 text-sm">
<!-- Zeigt die Dokumentation des Typs an -->
<div>Identnummer der Oesterreichischen Nationalbank: maximal 8 stellig nummerisch mit Prüfziffer</div>
</td>
</tr>
<tr>
<td class="px-6 py-4 align-top font-mono">
<!-- Erstellt einen Link zur Detailseite des Typs -->
<a href="simpleTypes/LEICodeType.html"
class="text-sky-600 hover:text-sky-800 hover:underline">LEICodeType</a>
</td>
<td class="px-6 py-4 align-top text-slate-600 text-sm">
<!-- Zeigt die Dokumentation des Typs an -->
<div>Legal Entity Identifier (LEI) (ISO 17442 standard) of the Entity or if not available the Interim Entity Identifier (IEI):
•Characters 1-4: A four character prefix allocated uniquely to each LOU.
•Characters 5-6: Two reserved characters set to zero.
•Characters 7-18: Entity - specific part of the code generated and assigned by LOUs according to transparent, sound and robust allocation policies.
•Characters 19-20: Two check digits</div>
</td>
</tr>
<tr>
<td class="px-6 py-4 align-top font-mono">
<!-- Erstellt einen Link zur Detailseite des Typs -->
<a href="simpleTypes/LatitudeDataDEType.html"
class="text-sky-600 hover:text-sky-800 hover:underline">LatitudeDataDEType</a>
</td>
<td class="px-6 py-4 align-top text-slate-600 text-sm">
<!-- Zeigt die Dokumentation des Typs an -->
<div>
The latitude of the object. Decimal degrees. </div>
</td>
</tr>
<tr>
<td class="px-6 py-4 align-top font-mono">
<!-- Erstellt einen Link zur Detailseite des Typs -->
<a href="simpleTypes/ListedIdentifierType.html"
class="text-sky-600 hover:text-sky-800 hover:underline">ListedIdentifierType</a>
</td>
<td class="px-6 py-4 align-top text-slate-600 text-sm">
<!-- Zeigt die Dokumentation des Typs an -->
<div>List of all public available Identifiers</div>
</td>
</tr>
<tr>
<td class="px-6 py-4 align-top font-mono">
<!-- Erstellt einen Link zur Detailseite des Typs -->
<a href="simpleTypes/LongitudeDataDEType.html"
class="text-sky-600 hover:text-sky-800 hover:underline">LongitudeDataDEType</a>
</td>
<td class="px-6 py-4 align-top text-slate-600 text-sm">
<!-- Zeigt die Dokumentation des Typs an -->
<div>
The longitude of the object. Decimal degrees.</div>
</td>
</tr>
<tr>
<td class="px-6 py-4 align-top font-mono">
<!-- Erstellt einen Link zur Detailseite des Typs -->
<a href="simpleTypes/MICCodeType.html"
class="text-sky-600 hover:text-sky-800 hover:underline">MICCodeType</a>
</td>
<td class="px-6 py-4 align-top text-slate-600 text-sm">
<!-- Zeigt die Dokumentation des Typs an -->
<div>Market Identifier Code - ISO 10383</div>
</td>
</tr>
<tr>
<td class="px-6 py-4 align-top font-mono">
<!-- Erstellt einen Link zur Detailseite des Typs -->
<a href="simpleTypes/NACECodeType.html"
class="text-sky-600 hover:text-sky-800 hover:underline">NACECodeType</a>
</td>
<td class="px-6 py-4 align-top text-slate-600 text-sm">
<!-- Zeigt die Dokumentation des Typs an -->
<div>NACE European code (7 positions) to identify a kind of economic activity</div>
</td>
</tr>
<tr>
<td class="px-6 py-4 align-top font-mono">
<!-- Erstellt einen Link zur Detailseite des Typs -->
<a href="simpleTypes/PRIIPSFrequencyType.html"
class="text-sky-600 hover:text-sky-800 hover:underline">PRIIPSFrequencyType</a>
</td>
<td class="px-6 py-4 align-top text-slate-600 text-sm">
<!-- Zeigt die Dokumentation des Typs an -->
<div>Coupon Frequency: 0 other than 1 Annual, 2 Semestrial, 4 Quarterly, 12 Monthly</div>
</td>
</tr>
<tr>
<td class="px-6 py-4 align-top font-mono">
<!-- Erstellt einen Link zur Detailseite des Typs -->
<a href="simpleTypes/PercentageType.html"
class="text-sky-600 hover:text-sky-800 hover:underline">PercentageType</a>
</td>
<td class="px-6 py-4 align-top text-slate-600 text-sm">
<!-- Zeigt die Dokumentation des Typs an -->
<div>The PercentageType defines the percentage-values. It is derived from decimal. To decimal there is no modification. Percentage values can be expressed in three was: For 3.5 % it can be written as 3.5 or 1.035 or 0.035. For FundsXML percentage value has to be written as 3.5
Der PercentageType definiert die Prozentwerte. Abgeleitet ist er von decimal. Veraendert wurde er nicht. Bei Prozentwerten kann man je nach Definition fuer 3, 5 % die Werte 3.5 oder 1.035 oder 0.035 angeben. Mit diesem Typ dokumentiert FundsXML, dass fuer Prozentwerte die Auspraegung 3.5 benutzt werden muss um eine einheitliche Auspraegung fuer den Datenaustausch zwischen Firmen zu erreichen.</div>
</td>
</tr>
<tr>
<td class="px-6 py-4 align-top font-mono">
<!-- Erstellt einen Link zur Detailseite des Typs -->
<a href="simpleTypes/RetailProfessionalBothNeitherType.html"
class="text-sky-600 hover:text-sky-800 hover:underline">RetailProfessionalBothNeitherType</a>
</td>
<td class="px-6 py-4 align-top text-slate-600 text-sm">
<!-- Zeigt die Dokumentation des Typs an -->
<div>MiFID II investor type classification: R (Retail), P (Professional), B (Both), N (Neither)
MiFID II Anlegertyp-Klassifikation: R (Retail), P (Professional), B (Beide), N (Keiner)
Classification type d'investisseur MiFID II: R (Retail), P (Professional), B (Les deux), N (Aucun)
MiFID II beleggertype classificatie: R (Retail), P (Professional), B (Beide), N (Geen)
MiFID II beleggertype classificatie: R (Retail), P (Professional), B (Beide), N (Geen)</div>
</td>
</tr>
<tr>
<td class="px-6 py-4 align-top font-mono">
<!-- Erstellt einen Link zur Detailseite des Typs -->
<a href="simpleTypes/SIICouponFrequencyType.html"
class="text-sky-600 hover:text-sky-800 hover:underline">SIICouponFrequencyType</a>
</td>
<td class="px-6 py-4 align-top text-slate-600 text-sm">
<!-- Zeigt die Dokumentation des Typs an -->
<div>Coupon Frequency: 0 other than 1 Annual, 2 Semestrial, 4 Quarterly, 12 Monthly</div>
</td>
</tr>
<tr>
<td class="px-6 py-4 align-top font-mono">
<!-- Erstellt einen Link zur Detailseite des Typs -->
<a href="simpleTypes/Text1000Type.html"
class="text-sky-600 hover:text-sky-800 hover:underline">Text1000Type</a>
</td>
<td class="px-6 py-4 align-top text-slate-600 text-sm">
<!-- Zeigt die Dokumentation des Typs an -->
<div>Text (max. 1000 characters)</div>
</td>
</tr>
<tr>
<td class="px-6 py-4 align-top font-mono">
<!-- Erstellt einen Link zur Detailseite des Typs -->
<a href="simpleTypes/Text100Type.html"
class="text-sky-600 hover:text-sky-800 hover:underline">Text100Type</a>
</td>
<td class="px-6 py-4 align-top text-slate-600 text-sm">
<!-- Zeigt die Dokumentation des Typs an -->
<div>Text (max. 100 characters)</div>
</td>
</tr>
<tr>
<td class="px-6 py-4 align-top font-mono">
<!-- Erstellt einen Link zur Detailseite des Typs -->
<a href="simpleTypes/Text128Type.html"
class="text-sky-600 hover:text-sky-800 hover:underline">Text128Type</a>
</td>
<td class="px-6 py-4 align-top text-slate-600 text-sm">
<!-- Zeigt die Dokumentation des Typs an -->
<div>Text (max. 128 characters)</div>
</td>
</tr>
<tr>
<td class="px-6 py-4 align-top font-mono">
<!-- Erstellt einen Link zur Detailseite des Typs -->
<a href="simpleTypes/Text16Type.html"
class="text-sky-600 hover:text-sky-800 hover:underline">Text16Type</a>
</td>
<td class="px-6 py-4 align-top text-slate-600 text-sm">
<!-- Zeigt die Dokumentation des Typs an -->
<div>Text (max. 16 characters)</div>
</td>
</tr>
<tr>
<td class="px-6 py-4 align-top font-mono">
<!-- Erstellt einen Link zur Detailseite des Typs -->
<a href="simpleTypes/Text1Type.html"
class="text-sky-600 hover:text-sky-800 hover:underline">Text1Type</a>
</td>
<td class="px-6 py-4 align-top text-slate-600 text-sm">
<!-- Zeigt die Dokumentation des Typs an -->
<div>Text (max. 1 characters)</div>
</td>
</tr>
<tr>
<td class="px-6 py-4 align-top font-mono">
<!-- Erstellt einen Link zur Detailseite des Typs -->
<a href="simpleTypes/Text200Type.html"
class="text-sky-600 hover:text-sky-800 hover:underline">Text200Type</a>
</td>
<td class="px-6 py-4 align-top text-slate-600 text-sm">
<!-- Zeigt die Dokumentation des Typs an -->
<div>Text (max. 200 characters)</div>
</td>
</tr>
<tr>
<td class="px-6 py-4 align-top font-mono">
<!-- Erstellt einen Link zur Detailseite des Typs -->
<a href="simpleTypes/Text256Type.html"
class="text-sky-600 hover:text-sky-800 hover:underline">Text256Type</a>
</td>
<td class="px-6 py-4 align-top text-slate-600 text-sm">
<!-- Zeigt die Dokumentation des Typs an -->
<div>Text (max. 256 characters)</div>
</td>
</tr>
<tr>
<td class="px-6 py-4 align-top font-mono">
<!-- Erstellt einen Link zur Detailseite des Typs -->
<a href="simpleTypes/Text32Type.html"
class="text-sky-600 hover:text-sky-800 hover:underline">Text32Type</a>
</td>
<td class="px-6 py-4 align-top text-slate-600 text-sm">
<!-- Zeigt die Dokumentation des Typs an -->
<div>Text (max. 32 characters)</div>
</td>
</tr>
<tr>
<td class="px-6 py-4 align-top font-mono">
<!-- Erstellt einen Link zur Detailseite des Typs -->
<a href="simpleTypes/Text4Type.html"
class="text-sky-600 hover:text-sky-800 hover:underline">Text4Type</a>
</td>
<td class="px-6 py-4 align-top text-slate-600 text-sm">
<!-- Zeigt die Dokumentation des Typs an -->
<div>Text (max. 4 characters)</div>
</td>
</tr>
<tr>
<td class="px-6 py-4 align-top font-mono">
<!-- Erstellt einen Link zur Detailseite des Typs -->
<a href="simpleTypes/Text500Type.html"
class="text-sky-600 hover:text-sky-800 hover:underline">Text500Type</a>
</td>
<td class="px-6 py-4 align-top text-slate-600 text-sm">
<!-- Zeigt die Dokumentation des Typs an -->
<div>Text (max. 500 characters)</div>
</td>
</tr>
<tr>
<td class="px-6 py-4 align-top font-mono">
<!-- Erstellt einen Link zur Detailseite des Typs -->
<a href="simpleTypes/Text64Type.html"
class="text-sky-600 hover:text-sky-800 hover:underline">Text64Type</a>
</td>
<td class="px-6 py-4 align-top text-slate-600 text-sm">
<!-- Zeigt die Dokumentation des Typs an -->
<div>Text (max. 64 characters)</div>
</td>
</tr>
<tr>
<td class="px-6 py-4 align-top font-mono">
<!-- Erstellt einen Link zur Detailseite des Typs -->
<a href="simpleTypes/YesNoL1Type.html"
class="text-sky-600 hover:text-sky-800 hover:underline">YesNoL1Type</a>
</td>
<td class="px-6 py-4 align-top text-slate-600 text-sm">
<!-- Zeigt die Dokumentation des Typs an -->
<div>Flag Y or N</div>
</td>
</tr>
<tr>
<td class="px-6 py-4 align-top font-mono">
<!-- Erstellt einen Link zur Detailseite des Typs -->
<a href="simpleTypes/YesNoType.html"
class="text-sky-600 hover:text-sky-800 hover:underline">YesNoType</a>
</td>
<td class="px-6 py-4 align-top text-slate-600 text-sm">
<!-- Zeigt die Dokumentation des Typs an -->
<div>YES or NO</div>
</td>
</tr>
<tr>
<td class="px-6 py-4 align-top font-mono">
<!-- Erstellt einen Link zur Detailseite des Typs -->
<a href="simpleTypes/positiveDecimals.html"
class="text-sky-600 hover:text-sky-800 hover:underline">positiveDecimals</a>
</td>
<td class="px-6 py-4 align-top text-slate-600 text-sm">
<!-- Zeigt die Dokumentation des Typs an -->
<div></div>
</td>
</tr>
</tbody>
</table>
</div>
</main>
<script src="assets/prism.js" defer></script>
<script src="assets/search.js" defer></script>
<script src="assets/language-switcher.js" defer></script>
</body>
</html>