-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
817 lines (799 loc) · 281 KB
/
index.html
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
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>NACHA - ACH/Automated Clearing House Documentation</title><meta charset="UTF-8"></meta><link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" charset="UTF-8"></link><style type="text/css">
/* Schema specific CSS */
body {
background-color: #FFF;
padding-top: 50px;
}
.nav > li.active {
background-color: #FFF;
}
.nav > li > a:hover {
background-color: #CCC;
}
code {
color: #333;
}
.container-fluid {
padding: 15px 15px;
}
.nav-sub-item > a {
padding-left: 30px !important;
}
a.name {
padding-top: 65px;
}
h3.xs3p-subsection-heading {
margin-bottom: 30px;
}
section, #top {
margin-top: -65px;
padding-top: 65px;
}
pre {
padding: 5px;
}
.xs3p-sidenav {
padding-top: 10px;
padding-bottom: 10px;
background-color: #EEE;
border-radius: 10px;
}
.xs3p-navbar-title {
color: #FFF !important;
font-weight: bold;
}
.xs3p-in-panel-table {
margin-bottom: 0px;
}
.xs3p-sidebar {
position: static;
}
.xs3p-collapse-button {
font-size: 8pt;
}
.panel-heading .xs3p-panel-title:after {
font-family: 'Glyphicons Halflings';
content: "\e114";
float: left;
color: grey;
margin-right: 10px;
}
.panel-heading .xs3p-panel-title.collapsed:after {
content: "\e080";
}
.panel-info > .panel-heading .xs3p-panel-title:after {
color: white;
}
.xs3p-panel-help {
color: #CCCCCC;
cursor: pointer;
}
.panel-group {
margin-bottom: 20px;
}
.btn-doc {
padding: 0px;
border: 0px none;
background: none repeat scroll 0% 0% transparent;
line-height: 1;
font-size: 12px;
}
.unpre {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
white-space: normal;
word-break: normal;
word-wrap: normal;
}
.popover {
max-width: 400px;
}
// Syntax highlighting
.codehilite .err {color: #FFF; background-color: #D2322D; font-weight: bold;} /* Error */
.codehilite .c {color: #999;}
.codehilite .cs {color: #999; font-style: italic;}
.codehilite .nt {color: #2F6F9F;}
.codehilite .nn {color: #39B3D7;}
.codehilite .na {color: #47A447;}
.codehilite .s {color: #D2322D;}
.codehilite a {color: inherit !important; text-decoration: underline !important;}
.codehilite a:hover {opacity: 0.7 !important;}
@media (min-width: 992px) {
.xs3p-sidebar {
position: fixed;
top: 65px;
width: 22%;
}
}
</style><script src="https://cdnjs.cloudflare.com/ajax/libs/markdown-it/8.3.2/markdown-it.min.js" type="text/javascript" charset="UTF-8"></script></head><body data-spy="scroll" data-target=".xs3p-sidebar" data-offset="65"><div class="navbar navbar-fixed-top navbar-inverse" role="navigation"><div class="container"><div class="navbar-header"><button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"><span class="sr-only">Toggle navigation</span><span class="icon-bar"> </span><span class="icon-bar"> </span><span class="icon-bar"> </span></button><a class="navbar-brand xs3p-navbar-title">NACHA - Automated Clearing House File Format Specification</a></div></div></div><div class="container-fluid"><div class="row"><div class="col-md-3" id="menu-cols"><div class="xs3p-sidebar hidden-print" role="complementary"><ul class="nav nav-list xs3p-sidenav"><li><a href="#SchemaProperties">Schema Document Properties</a></li><li><a href="#SchemaDeclarations">Global Declarations</a></li><li class="nav-sub-item"><a href="#element_ACKAddendaRecord">Element: <strong>ACKAddendaRecord</strong></a></li><li class="nav-sub-item"><a href="#element_ACKEntryDetailRecord">Element: <strong>ACKEntryDetailRecord</strong></a></li><li class="nav-sub-item"><a href="#element_ATXAddendaRecord">Element: <strong>ATXAddendaRecord</strong></a></li><li class="nav-sub-item"><a href="#element_ATXEntryDetailRecord">Element: <strong>ATXEntryDetailRecord</strong></a></li><li class="nav-sub-item"><a href="#element_BatchControlRecord">Element: <strong>BatchControlRecord</strong></a></li><li class="nav-sub-item"><a href="#element_BatchHeaderRecord">Element: <strong>BatchHeaderRecord</strong></a></li><li class="nav-sub-item"><a href="#element_CCDAddendaRecord">Element: <strong>CCDAddendaRecord</strong></a></li><li class="nav-sub-item"><a href="#element_CCDEntryDetailRecord">Element: <strong>CCDEntryDetailRecord</strong></a></li><li class="nav-sub-item"><a href="#element_CTXAddendaRecord">Element: <strong>CTXAddendaRecord</strong></a></li><li class="nav-sub-item"><a href="#element_CTXEntryDetailRecord">Element: <strong>CTXEntryDetailRecord</strong></a></li><li class="nav-sub-item"><a href="#element_ContestedDishonoredReturnsAddendaRecord">Element: <strong>ContestedDishonoredReturnsAddendaRecord</strong></a></li><li class="nav-sub-item"><a href="#element_DishonoredReturnsAddendaRecord">Element: <strong>DishonoredReturnsAddendaRecord</strong></a></li><li class="nav-sub-item"><a href="#element_ExtraRecord">Element: <strong>ExtraRecord</strong></a></li><li class="nav-sub-item"><a href="#element_FileControlRecord">Element: <strong>FileControlRecord</strong></a></li><li class="nav-sub-item"><a href="#element_FileHeaderRecord">Element: <strong>FileHeaderRecord</strong></a></li><li class="nav-sub-item"><a href="#element_PPDAddendaRecord">Element: <strong>PPDAddendaRecord</strong></a></li><li class="nav-sub-item"><a href="#element_PPDEntryDetailRecord">Element: <strong>PPDEntryDetailRecord</strong></a></li><li class="nav-sub-item"><a href="#element_ReturnsAddendaRecord">Element: <strong>ReturnsAddendaRecord</strong></a></li><li><a href="#SchemaDefinitions">Global Definitions</a></li><li class="nav-sub-item"><a href="#type_CommonAddendaRecord">Complex Type: <strong>CommonAddendaRecord</strong></a></li><li><a href="#Glossary">Glossary</a></li></ul></div></div><div class="col-md-9 content" role="main" id="xs3p-content"><h1><a id="top">NACHA - Automated Clearing House File Format Specification</a></h1><section id="SectionSchemaProperties"><h2><a id="SchemaProperties">Schema Document Properties</a></h2><div class="panel-group" id="schema-properties-table-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#schema-properties-table-panel-group" href="#schema-properties-table-collapse">Properties</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="This table displays the properties of the schema component."><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="schema-properties-table-collapse" class="panel-collapse collapse in"><table class="table table-striped xs3p-in-panel-table"><tbody><tr><th><a title="Look up 'Target Namespace' in glossary" href="#term_TargetNS">Target Namespace</a></th><td><span class="targetNS">ach:2013</span></td></tr><tr><th>Element and Attribute Namespaces</th><td><ul><li>Global element and attribute declarations belong to this schema's target namespace.</li><li>By default, local element declarations have no namespace.</li><li>By default, local attribute declarations have no namespace.</li></ul></td></tr><tr><th>Schema Composition</th><td><ul><li>This schema imports schema(s) from the following namespace(s):<ul><li><em>http://www.ibm.com/dfdl/NACHAFormat</em> (at nacha_format.xsd)</li></ul></li><li>This schema includes components from the following schema document(s):<ul><li>nacha_elements.xsd</li></ul></li></ul></td></tr></tbody></table></div></div></div><div class="panel-group" id="schema-doc-panel-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#schema-doc-panel-panel-group" href="#schema-doc-panel-collapse">Documentation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="This panel contains the schema components documentation."><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="schema-doc-panel-collapse" class="panel-collapse collapse in"><div class="panel-body"><div class="annotation appinfo"><h4>Application Data</h4>
<code class="test"><<a href="#ns_dfdl" title="Find out namespace of 'dfdl' prefix">dfdl</a>:format ref="ref:NACHAFormat"/></code>
<br></br> More information at: <a title="http://www.ogf.org/dfdl/" href="http://www.ogf.org/dfdl/">http://www.ogf.org/dfdl/</a>.<br></br></div></div></div></div></div><div class="panel-group" id="schema-declared-namespaces-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#schema-declared-namespaces-panel-group" href="#schema-declared-namespaces-collapse">Declared Namespaces</a></h4></div><div id="schema-declared-namespaces-collapse" class="panel-collapse collapse in"><table class="table table-striped xs3p-in-panel-table"><thead><tr><th>Prefix</th><th>Namespace</th></tr></thead><tbody><tr><td><a id="ns_">Default namespace</a></td><td><span class="targetNS">ach:2013</span></td></tr><tr><td><a id="ns_xml">xml</a></td><td>http://www.w3.org/XML/1998/namespace</td></tr><tr><td><a id="ns_fn">fn</a></td><td>http://www.w3.org/2005/xpath-functions</td></tr><tr><td><a id="ns_xs">xs</a></td><td>http://www.w3.org/2001/XMLSchema</td></tr><tr><td><a id="ns_ref">ref</a></td><td>http://www.ibm.com/dfdl/NACHAFormat</td></tr><tr><td><a id="ns_ibmSchExtn">ibmSchExtn</a></td><td>http://www.ibm.com/schema/extensions</td></tr><tr><td><a id="ns_ibmDfdlExtn">ibmDfdlExtn</a></td><td>http://www.ibm.com/dfdl/extensions</td></tr><tr><td><a id="ns_dfdl">dfdl</a></td><td>http://www.ogf.org/dfdl/dfdl-1.0/</td></tr></tbody></table></div></div></div><div class="panel-group" id="schema-schemaComponent-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title collapsed" data-toggle="collapse" data-parent="#schema-schemaComponent-panel-group" href="#schema-schemaComponent-collapse">Schema Component Representation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="The Schema Component Representation table above displays the underlying XML representation of the schema component. (Annotations are not shown.)"><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="schema-schemaComponent-collapse" class="panel-collapse collapse"><div class="panel-body"><pre class="codehilite"><span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:schema</span> <span class="na">targetNamespace=</span><span class="s">"ach:2013"</span><span class="nt">></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:import</span> <span class="na">namespace=</span><span class="s">"http://www.ibm.com/dfdl/NACHAFormat"</span> <span class="na">schemaLocation=</span><span class="s">"nacha_format.xsd"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:include</span> <span class="na">schemaLocation=</span><span class="s">"nacha_elements.xsd"</span><span class="nt">/></span>
<span class="scContent">...</span>
<span class="nt"></<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:schema></span>
</pre></div></div></div></div><div style="text-align: right; clear: both;"><a href="#top" title="Go to top of page"><span class="glyphicon glyphicon-chevron-up"> </span></a></div><hr></hr></section><section id="SectionSchemaDeclarations"><h2><a id="SchemaDeclarations">Global Declarations</a></h2><h3 class="xs3p-subsection-heading">Element: <a id="element_ACKAddendaRecord" class="name" data-html="true" data-placement="bottom" data-toggle="tooltip" title="Schema component name.">ACKAddendaRecord</a></h3><div class="panel-group" id="element_ACKAddendaRecord-properties-table-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#element_ACKAddendaRecord-properties-table-panel-group" href="#element_ACKAddendaRecord-properties-table-collapse">Properties</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="This table displays the properties of the schema component."><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_ACKAddendaRecord-properties-table-collapse" class="panel-collapse collapse in"><table class="table table-striped xs3p-in-panel-table"><tbody><tr><th>Name</th><td>ACKAddendaRecord</td></tr><tr><th>Type</th><td><span class="type"><a title='Jump to "CommonAddendaRecord" type definition.' href="#type_CommonAddendaRecord">CommonAddendaRecord</a></span></td></tr><tr><th><a title="Look up 'Nillable' in glossary" href="#term_Nillable">Nillable</a></th><td>no</td></tr><tr><th><a title="Look up 'Abstract' in glossary" href="#term_Abstract">Abstract</a></th><td>no</td></tr></tbody></table></div></div></div><div class="panel-group" id="element_ACKAddendaRecord-doc-panel-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#element_ACKAddendaRecord-doc-panel-panel-group" href="#element_ACKAddendaRecord-doc-panel-collapse">Documentation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="This panel contains the schema components documentation."><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_ACKAddendaRecord-doc-panel-collapse" class="panel-collapse collapse in"><div class="panel-body">
No documentation provided.
</div></div></div></div><div class="panel-group" id="element_ACKAddendaRecord-instance-table-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#element_ACKAddendaRecord-instance-table-panel-group" href="#element_ACKAddendaRecord-instance-table-collapse">XML Instance Representation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="The XML Instance Representation table shows the schema component's content as an XML instance.
<ul>
<li>The minimum and maximum occurrence of elements and attributes are provided in square brackets, e.g. [0..1].</li>
<li>Model group information are shown in gray, e.g. Start Choice ... End Choice.</li>
<li>For type derivations, the elements and attributes that have been added to or changed from the base type's content are shown in <strong>bold</strong></li>
<li>If an element/attribute has a fixed value, the fixed value is shown in green.</li>
<li>More stuff</li>
<li>If a local element/attribute has documentation, it will be displayed in a window that pops up when the question mark inside the attribute or next to the element is clicked.</li>
</ul>
"><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_ACKAddendaRecord-instance-table-collapse" class="panel-collapse collapse in"><div class="panel-body"><pre class="codehilite"><span class="nt"><ACKAddendaRecord</span><span class="nt">></span>
<span class="nt"><<a title='"RecordTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RecordTypeCode" element declaration could not be found.');">RecordTypeCode</a>></span> ... <span class="nt"></<a title='"RecordTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RecordTypeCode" element declaration could not be found.');">RecordTypeCode</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"AddendaTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"AddendaTypeCode" element declaration could not be found.');">AddendaTypeCode</a>></span> ... <span class="nt"></<a title='"AddendaTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"AddendaTypeCode" element declaration could not be found.');">AddendaTypeCode</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"PaymentRelatedInfo" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"PaymentRelatedInfo" element declaration could not be found.');">PaymentRelatedInfo</a>></span> ... <span class="nt"></<a title='"PaymentRelatedInfo" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"PaymentRelatedInfo" element declaration could not be found.');">PaymentRelatedInfo</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"AddendaSequenceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"AddendaSequenceNumber" element declaration could not be found.');">AddendaSequenceNumber</a>></span> ... <span class="nt"></<a title='"AddendaSequenceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"AddendaSequenceNumber" element declaration could not be found.');">AddendaSequenceNumber</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"EntryDetailSequenceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"EntryDetailSequenceNumber" element declaration could not be found.');">EntryDetailSequenceNumber</a>></span> ... <span class="nt"></<a title='"EntryDetailSequenceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"EntryDetailSequenceNumber" element declaration could not be found.');">EntryDetailSequenceNumber</a>></span> <span class="cs">[1]</span>
<span class="nt"></ACKAddendaRecord></span>
</pre></div></div></div></div><div class="panel-group" id="element_ACKAddendaRecord-schemaComponent-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title collapsed" data-toggle="collapse" data-parent="#element_ACKAddendaRecord-schemaComponent-panel-group" href="#element_ACKAddendaRecord-schemaComponent-collapse">Schema Component Representation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="The Schema Component Representation table above displays the underlying XML representation of the schema component. (Annotations are not shown.)"><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_ACKAddendaRecord-schemaComponent-collapse" class="panel-collapse collapse"><div class="panel-body"><pre class="codehilite"><span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">name=</span><span class="s">"ACKAddendaRecord"</span> <span class="na">type=</span><span class="s">"<span class="type"><a title='Jump to "CommonAddendaRecord" type definition.' href="#type_CommonAddendaRecord">CommonAddendaRecord</a></span>"</span> <span class="na">ref=</span><span class="s">"ref:NACHARecord"</span><span class="nt">/></span>
</pre></div></div></div></div><div style="text-align: right; clear: both;"><a href="#top" title="Go to top of page"><span class="glyphicon glyphicon-chevron-up"> </span></a></div><hr></hr><h3 class="xs3p-subsection-heading">Element: <a id="element_ACKEntryDetailRecord" class="name" data-html="true" data-placement="bottom" data-toggle="tooltip" title="Schema component name.">ACKEntryDetailRecord</a></h3><div class="panel-group" id="element_ACKEntryDetailRecord-properties-table-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#element_ACKEntryDetailRecord-properties-table-panel-group" href="#element_ACKEntryDetailRecord-properties-table-collapse">Properties</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="This table displays the properties of the schema component."><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_ACKEntryDetailRecord-properties-table-collapse" class="panel-collapse collapse in"><table class="table table-striped xs3p-in-panel-table"><tbody><tr><th>Name</th><td>ACKEntryDetailRecord</td></tr><tr><th>Type</th><td>Locally-defined complex type</td></tr><tr><th><a title="Look up 'Nillable' in glossary" href="#term_Nillable">Nillable</a></th><td>no</td></tr><tr><th><a title="Look up 'Abstract' in glossary" href="#term_Abstract">Abstract</a></th><td>no</td></tr></tbody></table></div></div></div><div class="panel-group" id="element_ACKEntryDetailRecord-doc-panel-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#element_ACKEntryDetailRecord-doc-panel-panel-group" href="#element_ACKEntryDetailRecord-doc-panel-collapse">Documentation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="This panel contains the schema components documentation."><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_ACKEntryDetailRecord-doc-panel-collapse" class="panel-collapse collapse in"><div class="panel-body">
No documentation provided.
</div></div></div></div><div class="panel-group" id="element_ACKEntryDetailRecord-instance-table-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#element_ACKEntryDetailRecord-instance-table-panel-group" href="#element_ACKEntryDetailRecord-instance-table-collapse">XML Instance Representation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="The XML Instance Representation table shows the schema component's content as an XML instance.
<ul>
<li>The minimum and maximum occurrence of elements and attributes are provided in square brackets, e.g. [0..1].</li>
<li>Model group information are shown in gray, e.g. Start Choice ... End Choice.</li>
<li>For type derivations, the elements and attributes that have been added to or changed from the base type's content are shown in <strong>bold</strong></li>
<li>If an element/attribute has a fixed value, the fixed value is shown in green.</li>
<li>More stuff</li>
<li>If a local element/attribute has documentation, it will be displayed in a window that pops up when the question mark inside the attribute or next to the element is clicked.</li>
</ul>
"><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_ACKEntryDetailRecord-instance-table-collapse" class="panel-collapse collapse in"><div class="panel-body"><pre class="codehilite"><span class="nt"><ACKEntryDetailRecord</span><span class="nt">></span>
<span class="nt"><<a title='"RecordTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RecordTypeCode" element declaration could not be found.');">RecordTypeCode</a>></span> ... <span class="nt"></<a title='"RecordTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RecordTypeCode" element declaration could not be found.');">RecordTypeCode</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"TransactionCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"TransactionCode" element declaration could not be found.');">TransactionCode</a>></span> ... <span class="nt"></<a title='"TransactionCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"TransactionCode" element declaration could not be found.');">TransactionCode</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"ReceivingDFIIdentification" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ReceivingDFIIdentification" element declaration could not be found.');">ReceivingDFIIdentification</a>></span> ... <span class="nt"></<a title='"ReceivingDFIIdentification" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ReceivingDFIIdentification" element declaration could not be found.');">ReceivingDFIIdentification</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"CheckDigit" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"CheckDigit" element declaration could not be found.');">CheckDigit</a>></span> ... <span class="nt"></<a title='"CheckDigit" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"CheckDigit" element declaration could not be found.');">CheckDigit</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"DFIAccountNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"DFIAccountNumber" element declaration could not be found.');">DFIAccountNumber</a>></span> ... <span class="nt"></<a title='"DFIAccountNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"DFIAccountNumber" element declaration could not be found.');">DFIAccountNumber</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"Amount" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"Amount" element declaration could not be found.');">Amount</a>></span> ... <span class="nt"></<a title='"Amount" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"Amount" element declaration could not be found.');">Amount</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"OriginalEntryTraceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"OriginalEntryTraceNumber" element declaration could not be found.');">OriginalEntryTraceNumber</a>></span> ... <span class="nt"></<a title='"OriginalEntryTraceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"OriginalEntryTraceNumber" element declaration could not be found.');">OriginalEntryTraceNumber</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"ReceivingCompanyName" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ReceivingCompanyName" element declaration could not be found.');">ReceivingCompanyName</a>></span> ... <span class="nt"></<a title='"ReceivingCompanyName" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ReceivingCompanyName" element declaration could not be found.');">ReceivingCompanyName</a>></span> <span class="cs">[1]</span>
<span class="group">Start <a title="Look up 'Choice' in glossary" href="#term_Choice">Choice</a> <span class="cs">[1]</span></span>
<span class="nt"><<a title='"RefusedAcknowledgementCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RefusedAcknowledgementCode" element declaration could not be found.');">RefusedAcknowledgementCode</a>></span> ... <span class="nt"></<a title='"RefusedAcknowledgementCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RefusedAcknowledgementCode" element declaration could not be found.');">RefusedAcknowledgementCode</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"DiscretionaryData" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"DiscretionaryData" element declaration could not be found.');">DiscretionaryData</a>></span> ... <span class="nt"></<a title='"DiscretionaryData" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"DiscretionaryData" element declaration could not be found.');">DiscretionaryData</a>></span> <span class="cs">[1]</span>
<span class="group">End Choice</span>
<span class="nt"><<a title='"AddendaRecordIndicator" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"AddendaRecordIndicator" element declaration could not be found.');">AddendaRecordIndicator</a>></span> ... <span class="nt"></<a title='"AddendaRecordIndicator" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"AddendaRecordIndicator" element declaration could not be found.');">AddendaRecordIndicator</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"TraceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"TraceNumber" element declaration could not be found.');">TraceNumber</a>></span> ... <span class="nt"></<a title='"TraceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"TraceNumber" element declaration could not be found.');">TraceNumber</a>></span> <span class="cs">[1]</span>
<span class="nt"></ACKEntryDetailRecord></span>
</pre></div></div></div></div><div class="panel-group" id="element_ACKEntryDetailRecord-schemaComponent-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title collapsed" data-toggle="collapse" data-parent="#element_ACKEntryDetailRecord-schemaComponent-panel-group" href="#element_ACKEntryDetailRecord-schemaComponent-collapse">Schema Component Representation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="The Schema Component Representation table above displays the underlying XML representation of the schema component. (Annotations are not shown.)"><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_ACKEntryDetailRecord-schemaComponent-collapse" class="panel-collapse collapse"><div class="panel-body"><pre class="codehilite"><span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">name=</span><span class="s">"ACKEntryDetailRecord"</span> <span class="na">ref=</span><span class="s">"ref:NACHARecord"</span><span class="nt">></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:complexType</span><span class="nt">></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:sequence</span><span class="nt">></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"RecordTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RecordTypeCode" element declaration could not be found.');">RecordTypeCode</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"TransactionCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"TransactionCode" element declaration could not be found.');">TransactionCode</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"ReceivingDFIIdentification" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ReceivingDFIIdentification" element declaration could not be found.');">ReceivingDFIIdentification</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"CheckDigit" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"CheckDigit" element declaration could not be found.');">CheckDigit</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"DFIAccountNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"DFIAccountNumber" element declaration could not be found.');">DFIAccountNumber</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"Amount" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"Amount" element declaration could not be found.');">Amount</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"OriginalEntryTraceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"OriginalEntryTraceNumber" element declaration could not be found.');">OriginalEntryTraceNumber</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"ReceivingCompanyName" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ReceivingCompanyName" element declaration could not be found.');">ReceivingCompanyName</a>"</span> <span class="na">length=</span><span class="s">"22"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:choice</span> <span class="na">choiceLengthKind=</span><span class="s">"implicit"</span><span class="nt">></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"RefusedAcknowledgementCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RefusedAcknowledgementCode" element declaration could not be found.');">RefusedAcknowledgementCode</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"DiscretionaryData" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"DiscretionaryData" element declaration could not be found.');">DiscretionaryData</a>"</span><span class="nt">/></span>
<span class="nt"></<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:choice></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"AddendaRecordIndicator" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"AddendaRecordIndicator" element declaration could not be found.');">AddendaRecordIndicator</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"TraceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"TraceNumber" element declaration could not be found.');">TraceNumber</a>"</span><span class="nt">/></span>
<span class="nt"></<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:sequence></span>
<span class="nt"></<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:complexType></span>
<span class="nt"></<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element></span>
</pre></div></div></div></div><div style="text-align: right; clear: both;"><a href="#top" title="Go to top of page"><span class="glyphicon glyphicon-chevron-up"> </span></a></div><hr></hr><h3 class="xs3p-subsection-heading">Element: <a id="element_ATXAddendaRecord" class="name" data-html="true" data-placement="bottom" data-toggle="tooltip" title="Schema component name.">ATXAddendaRecord</a></h3><div class="panel-group" id="element_ATXAddendaRecord-properties-table-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#element_ATXAddendaRecord-properties-table-panel-group" href="#element_ATXAddendaRecord-properties-table-collapse">Properties</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="This table displays the properties of the schema component."><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_ATXAddendaRecord-properties-table-collapse" class="panel-collapse collapse in"><table class="table table-striped xs3p-in-panel-table"><tbody><tr><th>Name</th><td>ATXAddendaRecord</td></tr><tr><th>Type</th><td><span class="type"><a title='Jump to "CommonAddendaRecord" type definition.' href="#type_CommonAddendaRecord">CommonAddendaRecord</a></span></td></tr><tr><th><a title="Look up 'Nillable' in glossary" href="#term_Nillable">Nillable</a></th><td>no</td></tr><tr><th><a title="Look up 'Abstract' in glossary" href="#term_Abstract">Abstract</a></th><td>no</td></tr></tbody></table></div></div></div><div class="panel-group" id="element_ATXAddendaRecord-doc-panel-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#element_ATXAddendaRecord-doc-panel-panel-group" href="#element_ATXAddendaRecord-doc-panel-collapse">Documentation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="This panel contains the schema components documentation."><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_ATXAddendaRecord-doc-panel-collapse" class="panel-collapse collapse in"><div class="panel-body">
No documentation provided.
</div></div></div></div><div class="panel-group" id="element_ATXAddendaRecord-instance-table-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#element_ATXAddendaRecord-instance-table-panel-group" href="#element_ATXAddendaRecord-instance-table-collapse">XML Instance Representation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="The XML Instance Representation table shows the schema component's content as an XML instance.
<ul>
<li>The minimum and maximum occurrence of elements and attributes are provided in square brackets, e.g. [0..1].</li>
<li>Model group information are shown in gray, e.g. Start Choice ... End Choice.</li>
<li>For type derivations, the elements and attributes that have been added to or changed from the base type's content are shown in <strong>bold</strong></li>
<li>If an element/attribute has a fixed value, the fixed value is shown in green.</li>
<li>More stuff</li>
<li>If a local element/attribute has documentation, it will be displayed in a window that pops up when the question mark inside the attribute or next to the element is clicked.</li>
</ul>
"><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_ATXAddendaRecord-instance-table-collapse" class="panel-collapse collapse in"><div class="panel-body"><pre class="codehilite"><span class="nt"><ATXAddendaRecord</span><span class="nt">></span>
<span class="nt"><<a title='"RecordTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RecordTypeCode" element declaration could not be found.');">RecordTypeCode</a>></span> ... <span class="nt"></<a title='"RecordTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RecordTypeCode" element declaration could not be found.');">RecordTypeCode</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"AddendaTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"AddendaTypeCode" element declaration could not be found.');">AddendaTypeCode</a>></span> ... <span class="nt"></<a title='"AddendaTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"AddendaTypeCode" element declaration could not be found.');">AddendaTypeCode</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"PaymentRelatedInfo" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"PaymentRelatedInfo" element declaration could not be found.');">PaymentRelatedInfo</a>></span> ... <span class="nt"></<a title='"PaymentRelatedInfo" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"PaymentRelatedInfo" element declaration could not be found.');">PaymentRelatedInfo</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"AddendaSequenceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"AddendaSequenceNumber" element declaration could not be found.');">AddendaSequenceNumber</a>></span> ... <span class="nt"></<a title='"AddendaSequenceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"AddendaSequenceNumber" element declaration could not be found.');">AddendaSequenceNumber</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"EntryDetailSequenceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"EntryDetailSequenceNumber" element declaration could not be found.');">EntryDetailSequenceNumber</a>></span> ... <span class="nt"></<a title='"EntryDetailSequenceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"EntryDetailSequenceNumber" element declaration could not be found.');">EntryDetailSequenceNumber</a>></span> <span class="cs">[1]</span>
<span class="nt"></ATXAddendaRecord></span>
</pre></div></div></div></div><div class="panel-group" id="element_ATXAddendaRecord-schemaComponent-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title collapsed" data-toggle="collapse" data-parent="#element_ATXAddendaRecord-schemaComponent-panel-group" href="#element_ATXAddendaRecord-schemaComponent-collapse">Schema Component Representation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="The Schema Component Representation table above displays the underlying XML representation of the schema component. (Annotations are not shown.)"><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_ATXAddendaRecord-schemaComponent-collapse" class="panel-collapse collapse"><div class="panel-body"><pre class="codehilite"><span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">name=</span><span class="s">"ATXAddendaRecord"</span> <span class="na">type=</span><span class="s">"<span class="type"><a title='Jump to "CommonAddendaRecord" type definition.' href="#type_CommonAddendaRecord">CommonAddendaRecord</a></span>"</span> <span class="na">ref=</span><span class="s">"ref:NACHARecord"</span><span class="nt">/></span>
</pre></div></div></div></div><div style="text-align: right; clear: both;"><a href="#top" title="Go to top of page"><span class="glyphicon glyphicon-chevron-up"> </span></a></div><hr></hr><h3 class="xs3p-subsection-heading">Element: <a id="element_ATXEntryDetailRecord" class="name" data-html="true" data-placement="bottom" data-toggle="tooltip" title="Schema component name.">ATXEntryDetailRecord</a></h3><div class="panel-group" id="element_ATXEntryDetailRecord-properties-table-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#element_ATXEntryDetailRecord-properties-table-panel-group" href="#element_ATXEntryDetailRecord-properties-table-collapse">Properties</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="This table displays the properties of the schema component."><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_ATXEntryDetailRecord-properties-table-collapse" class="panel-collapse collapse in"><table class="table table-striped xs3p-in-panel-table"><tbody><tr><th>Name</th><td>ATXEntryDetailRecord</td></tr><tr><th>Type</th><td>Locally-defined complex type</td></tr><tr><th><a title="Look up 'Nillable' in glossary" href="#term_Nillable">Nillable</a></th><td>no</td></tr><tr><th><a title="Look up 'Abstract' in glossary" href="#term_Abstract">Abstract</a></th><td>no</td></tr></tbody></table></div></div></div><div class="panel-group" id="element_ATXEntryDetailRecord-doc-panel-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#element_ATXEntryDetailRecord-doc-panel-panel-group" href="#element_ATXEntryDetailRecord-doc-panel-collapse">Documentation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="This panel contains the schema components documentation."><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_ATXEntryDetailRecord-doc-panel-collapse" class="panel-collapse collapse in"><div class="panel-body">
No documentation provided.
</div></div></div></div><div class="panel-group" id="element_ATXEntryDetailRecord-instance-table-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#element_ATXEntryDetailRecord-instance-table-panel-group" href="#element_ATXEntryDetailRecord-instance-table-collapse">XML Instance Representation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="The XML Instance Representation table shows the schema component's content as an XML instance.
<ul>
<li>The minimum and maximum occurrence of elements and attributes are provided in square brackets, e.g. [0..1].</li>
<li>Model group information are shown in gray, e.g. Start Choice ... End Choice.</li>
<li>For type derivations, the elements and attributes that have been added to or changed from the base type's content are shown in <strong>bold</strong></li>
<li>If an element/attribute has a fixed value, the fixed value is shown in green.</li>
<li>More stuff</li>
<li>If a local element/attribute has documentation, it will be displayed in a window that pops up when the question mark inside the attribute or next to the element is clicked.</li>
</ul>
"><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_ATXEntryDetailRecord-instance-table-collapse" class="panel-collapse collapse in"><div class="panel-body"><pre class="codehilite"><span class="nt"><ATXEntryDetailRecord</span><span class="nt">></span>
<span class="nt"><<a title='"RecordTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RecordTypeCode" element declaration could not be found.');">RecordTypeCode</a>></span> ... <span class="nt"></<a title='"RecordTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RecordTypeCode" element declaration could not be found.');">RecordTypeCode</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"TransactionCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"TransactionCode" element declaration could not be found.');">TransactionCode</a>></span> ... <span class="nt"></<a title='"TransactionCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"TransactionCode" element declaration could not be found.');">TransactionCode</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"ReceivingDFIIdentification" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ReceivingDFIIdentification" element declaration could not be found.');">ReceivingDFIIdentification</a>></span> ... <span class="nt"></<a title='"ReceivingDFIIdentification" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ReceivingDFIIdentification" element declaration could not be found.');">ReceivingDFIIdentification</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"CheckDigit" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"CheckDigit" element declaration could not be found.');">CheckDigit</a>></span> ... <span class="nt"></<a title='"CheckDigit" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"CheckDigit" element declaration could not be found.');">CheckDigit</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"DFIAccountNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"DFIAccountNumber" element declaration could not be found.');">DFIAccountNumber</a>></span> ... <span class="nt"></<a title='"DFIAccountNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"DFIAccountNumber" element declaration could not be found.');">DFIAccountNumber</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"Amount" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"Amount" element declaration could not be found.');">Amount</a>></span> ... <span class="nt"></<a title='"Amount" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"Amount" element declaration could not be found.');">Amount</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"OriginalEntryTraceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"OriginalEntryTraceNumber" element declaration could not be found.');">OriginalEntryTraceNumber</a>></span> ... <span class="nt"></<a title='"OriginalEntryTraceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"OriginalEntryTraceNumber" element declaration could not be found.');">OriginalEntryTraceNumber</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"NumberOfAddendaRecords" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"NumberOfAddendaRecords" element declaration could not be found.');">NumberOfAddendaRecords</a>></span> ... <span class="nt"></<a title='"NumberOfAddendaRecords" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"NumberOfAddendaRecords" element declaration could not be found.');">NumberOfAddendaRecords</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"ReceivingCompanyName" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ReceivingCompanyName" element declaration could not be found.');">ReceivingCompanyName</a>></span> ... <span class="nt"></<a title='"ReceivingCompanyName" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ReceivingCompanyName" element declaration could not be found.');">ReceivingCompanyName</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"Reserved" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"Reserved" element declaration could not be found.');">Reserved</a>></span> ... <span class="nt"></<a title='"Reserved" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"Reserved" element declaration could not be found.');">Reserved</a>></span> <span class="cs">[1]</span>
<span class="group">Start <a title="Look up 'Choice' in glossary" href="#term_Choice">Choice</a> <span class="cs">[1]</span></span>
<span class="nt"><<a title='"RefusedAcknowledgementCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RefusedAcknowledgementCode" element declaration could not be found.');">RefusedAcknowledgementCode</a>></span> ... <span class="nt"></<a title='"RefusedAcknowledgementCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RefusedAcknowledgementCode" element declaration could not be found.');">RefusedAcknowledgementCode</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"DiscretionaryData" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"DiscretionaryData" element declaration could not be found.');">DiscretionaryData</a>></span> ... <span class="nt"></<a title='"DiscretionaryData" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"DiscretionaryData" element declaration could not be found.');">DiscretionaryData</a>></span> <span class="cs">[1]</span>
<span class="group">End Choice</span>
<span class="nt"><<a title='"AddendaRecordIndicator" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"AddendaRecordIndicator" element declaration could not be found.');">AddendaRecordIndicator</a>></span> ... <span class="nt"></<a title='"AddendaRecordIndicator" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"AddendaRecordIndicator" element declaration could not be found.');">AddendaRecordIndicator</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"TraceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"TraceNumber" element declaration could not be found.');">TraceNumber</a>></span> ... <span class="nt"></<a title='"TraceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"TraceNumber" element declaration could not be found.');">TraceNumber</a>></span> <span class="cs">[1]</span>
<span class="nt"></ATXEntryDetailRecord></span>
</pre></div></div></div></div><div class="panel-group" id="element_ATXEntryDetailRecord-schemaComponent-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title collapsed" data-toggle="collapse" data-parent="#element_ATXEntryDetailRecord-schemaComponent-panel-group" href="#element_ATXEntryDetailRecord-schemaComponent-collapse">Schema Component Representation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="The Schema Component Representation table above displays the underlying XML representation of the schema component. (Annotations are not shown.)"><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_ATXEntryDetailRecord-schemaComponent-collapse" class="panel-collapse collapse"><div class="panel-body"><pre class="codehilite"><span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">name=</span><span class="s">"ATXEntryDetailRecord"</span> <span class="na">ref=</span><span class="s">"ref:NACHARecord"</span><span class="nt">></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:complexType</span><span class="nt">></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:sequence</span><span class="nt">></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"RecordTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RecordTypeCode" element declaration could not be found.');">RecordTypeCode</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"TransactionCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"TransactionCode" element declaration could not be found.');">TransactionCode</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"ReceivingDFIIdentification" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ReceivingDFIIdentification" element declaration could not be found.');">ReceivingDFIIdentification</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"CheckDigit" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"CheckDigit" element declaration could not be found.');">CheckDigit</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"DFIAccountNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"DFIAccountNumber" element declaration could not be found.');">DFIAccountNumber</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"Amount" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"Amount" element declaration could not be found.');">Amount</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"OriginalEntryTraceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"OriginalEntryTraceNumber" element declaration could not be found.');">OriginalEntryTraceNumber</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"NumberOfAddendaRecords" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"NumberOfAddendaRecords" element declaration could not be found.');">NumberOfAddendaRecords</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"ReceivingCompanyName" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ReceivingCompanyName" element declaration could not be found.');">ReceivingCompanyName</a>"</span> <span class="na">length=</span><span class="s">"16"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"Reserved" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"Reserved" element declaration could not be found.');">Reserved</a>"</span> <span class="na">length=</span><span class="s">"2"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:choice</span> <span class="na">choiceLengthKind=</span><span class="s">"implicit"</span><span class="nt">></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"RefusedAcknowledgementCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RefusedAcknowledgementCode" element declaration could not be found.');">RefusedAcknowledgementCode</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"DiscretionaryData" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"DiscretionaryData" element declaration could not be found.');">DiscretionaryData</a>"</span><span class="nt">/></span>
<span class="nt"></<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:choice></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"AddendaRecordIndicator" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"AddendaRecordIndicator" element declaration could not be found.');">AddendaRecordIndicator</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"TraceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"TraceNumber" element declaration could not be found.');">TraceNumber</a>"</span><span class="nt">/></span>
<span class="nt"></<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:sequence></span>
<span class="nt"></<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:complexType></span>
<span class="nt"></<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element></span>
</pre></div></div></div></div><div style="text-align: right; clear: both;"><a href="#top" title="Go to top of page"><span class="glyphicon glyphicon-chevron-up"> </span></a></div><hr></hr><h3 class="xs3p-subsection-heading">Element: <a id="element_BatchControlRecord" class="name" data-html="true" data-placement="bottom" data-toggle="tooltip" title="Schema component name.">BatchControlRecord</a></h3><div class="panel-group" id="element_BatchControlRecord-properties-table-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#element_BatchControlRecord-properties-table-panel-group" href="#element_BatchControlRecord-properties-table-collapse">Properties</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="This table displays the properties of the schema component."><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_BatchControlRecord-properties-table-collapse" class="panel-collapse collapse in"><table class="table table-striped xs3p-in-panel-table"><tbody><tr><th>Name</th><td>BatchControlRecord</td></tr><tr><th>Type</th><td>Locally-defined complex type</td></tr><tr><th><a title="Look up 'Nillable' in glossary" href="#term_Nillable">Nillable</a></th><td>no</td></tr><tr><th><a title="Look up 'Abstract' in glossary" href="#term_Abstract">Abstract</a></th><td>no</td></tr></tbody></table></div></div></div><div class="panel-group" id="element_BatchControlRecord-doc-panel-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#element_BatchControlRecord-doc-panel-panel-group" href="#element_BatchControlRecord-doc-panel-collapse">Documentation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="This panel contains the schema components documentation."><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_BatchControlRecord-doc-panel-collapse" class="panel-collapse collapse in"><div class="panel-body">
No documentation provided.
</div></div></div></div><div class="panel-group" id="element_BatchControlRecord-instance-table-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#element_BatchControlRecord-instance-table-panel-group" href="#element_BatchControlRecord-instance-table-collapse">XML Instance Representation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="The XML Instance Representation table shows the schema component's content as an XML instance.
<ul>
<li>The minimum and maximum occurrence of elements and attributes are provided in square brackets, e.g. [0..1].</li>
<li>Model group information are shown in gray, e.g. Start Choice ... End Choice.</li>
<li>For type derivations, the elements and attributes that have been added to or changed from the base type's content are shown in <strong>bold</strong></li>
<li>If an element/attribute has a fixed value, the fixed value is shown in green.</li>
<li>More stuff</li>
<li>If a local element/attribute has documentation, it will be displayed in a window that pops up when the question mark inside the attribute or next to the element is clicked.</li>
</ul>
"><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_BatchControlRecord-instance-table-collapse" class="panel-collapse collapse in"><div class="panel-body"><pre class="codehilite"><span class="nt"><BatchControlRecord</span><span class="nt">></span>
<span class="nt"><<a title='"RecordTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RecordTypeCode" element declaration could not be found.');">RecordTypeCode</a>></span> ... <span class="nt"></<a title='"RecordTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RecordTypeCode" element declaration could not be found.');">RecordTypeCode</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"ServiceClassCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ServiceClassCode" element declaration could not be found.');">ServiceClassCode</a>></span> ... <span class="nt"></<a title='"ServiceClassCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ServiceClassCode" element declaration could not be found.');">ServiceClassCode</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"EntryCount" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"EntryCount" element declaration could not be found.');">EntryCount</a>></span> ... <span class="nt"></<a title='"EntryCount" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"EntryCount" element declaration could not be found.');">EntryCount</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"EntryHash" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"EntryHash" element declaration could not be found.');">EntryHash</a>></span> ... <span class="nt"></<a title='"EntryHash" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"EntryHash" element declaration could not be found.');">EntryHash</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"TotalDebit" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"TotalDebit" element declaration could not be found.');">TotalDebit</a>></span> ... <span class="nt"></<a title='"TotalDebit" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"TotalDebit" element declaration could not be found.');">TotalDebit</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"TotalCredit" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"TotalCredit" element declaration could not be found.');">TotalCredit</a>></span> ... <span class="nt"></<a title='"TotalCredit" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"TotalCredit" element declaration could not be found.');">TotalCredit</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"CompanyIdentification" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"CompanyIdentification" element declaration could not be found.');">CompanyIdentification</a>></span> ... <span class="nt"></<a title='"CompanyIdentification" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"CompanyIdentification" element declaration could not be found.');">CompanyIdentification</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"MessageAuthenticationCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"MessageAuthenticationCode" element declaration could not be found.');">MessageAuthenticationCode</a>></span> ... <span class="nt"></<a title='"MessageAuthenticationCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"MessageAuthenticationCode" element declaration could not be found.');">MessageAuthenticationCode</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"Reserved" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"Reserved" element declaration could not be found.');">Reserved</a>></span> ... <span class="nt"></<a title='"Reserved" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"Reserved" element declaration could not be found.');">Reserved</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"OriginDFIIdentification" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"OriginDFIIdentification" element declaration could not be found.');">OriginDFIIdentification</a>></span> ... <span class="nt"></<a title='"OriginDFIIdentification" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"OriginDFIIdentification" element declaration could not be found.');">OriginDFIIdentification</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"BatchNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"BatchNumber" element declaration could not be found.');">BatchNumber</a>></span> ... <span class="nt"></<a title='"BatchNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"BatchNumber" element declaration could not be found.');">BatchNumber</a>></span> <span class="cs">[1]</span>
<span class="nt"></BatchControlRecord></span>
</pre></div></div></div></div><div class="panel-group" id="element_BatchControlRecord-schemaComponent-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title collapsed" data-toggle="collapse" data-parent="#element_BatchControlRecord-schemaComponent-panel-group" href="#element_BatchControlRecord-schemaComponent-collapse">Schema Component Representation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="The Schema Component Representation table above displays the underlying XML representation of the schema component. (Annotations are not shown.)"><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_BatchControlRecord-schemaComponent-collapse" class="panel-collapse collapse"><div class="panel-body"><pre class="codehilite"><span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">name=</span><span class="s">"BatchControlRecord"</span> <span class="na">ref=</span><span class="s">"ref:NACHARecord"</span><span class="nt">></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:complexType</span><span class="nt">></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:sequence</span><span class="nt">></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"RecordTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RecordTypeCode" element declaration could not be found.');">RecordTypeCode</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"ServiceClassCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ServiceClassCode" element declaration could not be found.');">ServiceClassCode</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"EntryCount" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"EntryCount" element declaration could not be found.');">EntryCount</a>"</span> <span class="na">length=</span><span class="s">"6"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"EntryHash" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"EntryHash" element declaration could not be found.');">EntryHash</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"TotalDebit" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"TotalDebit" element declaration could not be found.');">TotalDebit</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"TotalCredit" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"TotalCredit" element declaration could not be found.');">TotalCredit</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"CompanyIdentification" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"CompanyIdentification" element declaration could not be found.');">CompanyIdentification</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"MessageAuthenticationCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"MessageAuthenticationCode" element declaration could not be found.');">MessageAuthenticationCode</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"Reserved" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"Reserved" element declaration could not be found.');">Reserved</a>"</span> <span class="na">length=</span><span class="s">"6"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"OriginDFIIdentification" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"OriginDFIIdentification" element declaration could not be found.');">OriginDFIIdentification</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"BatchNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"BatchNumber" element declaration could not be found.');">BatchNumber</a>"</span><span class="nt">/></span>
<span class="nt"></<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:sequence></span>
<span class="nt"></<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:complexType></span>
<span class="nt"></<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element></span>
</pre></div></div></div></div><div style="text-align: right; clear: both;"><a href="#top" title="Go to top of page"><span class="glyphicon glyphicon-chevron-up"> </span></a></div><hr></hr><h3 class="xs3p-subsection-heading">Element: <a id="element_BatchHeaderRecord" class="name" data-html="true" data-placement="bottom" data-toggle="tooltip" title="Schema component name.">BatchHeaderRecord</a></h3><div class="panel-group" id="element_BatchHeaderRecord-properties-table-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#element_BatchHeaderRecord-properties-table-panel-group" href="#element_BatchHeaderRecord-properties-table-collapse">Properties</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="This table displays the properties of the schema component."><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_BatchHeaderRecord-properties-table-collapse" class="panel-collapse collapse in"><table class="table table-striped xs3p-in-panel-table"><tbody><tr><th>Name</th><td>BatchHeaderRecord</td></tr><tr><th>Type</th><td>Locally-defined complex type</td></tr><tr><th><a title="Look up 'Nillable' in glossary" href="#term_Nillable">Nillable</a></th><td>no</td></tr><tr><th><a title="Look up 'Abstract' in glossary" href="#term_Abstract">Abstract</a></th><td>no</td></tr></tbody></table></div></div></div><div class="panel-group" id="element_BatchHeaderRecord-doc-panel-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#element_BatchHeaderRecord-doc-panel-panel-group" href="#element_BatchHeaderRecord-doc-panel-collapse">Documentation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="This panel contains the schema components documentation."><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_BatchHeaderRecord-doc-panel-collapse" class="panel-collapse collapse in"><div class="panel-body">
No documentation provided.
</div></div></div></div><div class="panel-group" id="element_BatchHeaderRecord-instance-table-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#element_BatchHeaderRecord-instance-table-panel-group" href="#element_BatchHeaderRecord-instance-table-collapse">XML Instance Representation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="The XML Instance Representation table shows the schema component's content as an XML instance.
<ul>
<li>The minimum and maximum occurrence of elements and attributes are provided in square brackets, e.g. [0..1].</li>
<li>Model group information are shown in gray, e.g. Start Choice ... End Choice.</li>
<li>For type derivations, the elements and attributes that have been added to or changed from the base type's content are shown in <strong>bold</strong></li>
<li>If an element/attribute has a fixed value, the fixed value is shown in green.</li>
<li>More stuff</li>
<li>If a local element/attribute has documentation, it will be displayed in a window that pops up when the question mark inside the attribute or next to the element is clicked.</li>
</ul>
"><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_BatchHeaderRecord-instance-table-collapse" class="panel-collapse collapse in"><div class="panel-body"><pre class="codehilite"><span class="nt"><BatchHeaderRecord</span><span class="nt">></span>
<span class="nt"><<a title='"RecordTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RecordTypeCode" element declaration could not be found.');">RecordTypeCode</a>></span> ... <span class="nt"></<a title='"RecordTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RecordTypeCode" element declaration could not be found.');">RecordTypeCode</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"ServiceClassCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ServiceClassCode" element declaration could not be found.');">ServiceClassCode</a>></span> ... <span class="nt"></<a title='"ServiceClassCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ServiceClassCode" element declaration could not be found.');">ServiceClassCode</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"CompanyName" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"CompanyName" element declaration could not be found.');">CompanyName</a>></span> ... <span class="nt"></<a title='"CompanyName" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"CompanyName" element declaration could not be found.');">CompanyName</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"CompanyDiscretionaryData" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"CompanyDiscretionaryData" element declaration could not be found.');">CompanyDiscretionaryData</a>></span> ... <span class="nt"></<a title='"CompanyDiscretionaryData" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"CompanyDiscretionaryData" element declaration could not be found.');">CompanyDiscretionaryData</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"CompanyIdentification" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"CompanyIdentification" element declaration could not be found.');">CompanyIdentification</a>></span> ... <span class="nt"></<a title='"CompanyIdentification" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"CompanyIdentification" element declaration could not be found.');">CompanyIdentification</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"StandardEntryClassCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"StandardEntryClassCode" element declaration could not be found.');">StandardEntryClassCode</a>></span> ... <span class="nt"></<a title='"StandardEntryClassCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"StandardEntryClassCode" element declaration could not be found.');">StandardEntryClassCode</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"CompanyEntryDescription" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"CompanyEntryDescription" element declaration could not be found.');">CompanyEntryDescription</a>></span> ... <span class="nt"></<a title='"CompanyEntryDescription" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"CompanyEntryDescription" element declaration could not be found.');">CompanyEntryDescription</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"CompanyDescriptiveDate" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"CompanyDescriptiveDate" element declaration could not be found.');">CompanyDescriptiveDate</a>></span> ... <span class="nt"></<a title='"CompanyDescriptiveDate" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"CompanyDescriptiveDate" element declaration could not be found.');">CompanyDescriptiveDate</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"EffectiveEntryDate" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"EffectiveEntryDate" element declaration could not be found.');">EffectiveEntryDate</a>></span> ... <span class="nt"></<a title='"EffectiveEntryDate" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"EffectiveEntryDate" element declaration could not be found.');">EffectiveEntryDate</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"SettlementDate" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"SettlementDate" element declaration could not be found.');">SettlementDate</a>></span> ... <span class="nt"></<a title='"SettlementDate" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"SettlementDate" element declaration could not be found.');">SettlementDate</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"OriginStatusCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"OriginStatusCode" element declaration could not be found.');">OriginStatusCode</a>></span> ... <span class="nt"></<a title='"OriginStatusCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"OriginStatusCode" element declaration could not be found.');">OriginStatusCode</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"OriginDFIIdentification" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"OriginDFIIdentification" element declaration could not be found.');">OriginDFIIdentification</a>></span> ... <span class="nt"></<a title='"OriginDFIIdentification" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"OriginDFIIdentification" element declaration could not be found.');">OriginDFIIdentification</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"BatchNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"BatchNumber" element declaration could not be found.');">BatchNumber</a>></span> ... <span class="nt"></<a title='"BatchNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"BatchNumber" element declaration could not be found.');">BatchNumber</a>></span> <span class="cs">[1]</span>
<span class="nt"></BatchHeaderRecord></span>
</pre></div></div></div></div><div class="panel-group" id="element_BatchHeaderRecord-schemaComponent-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title collapsed" data-toggle="collapse" data-parent="#element_BatchHeaderRecord-schemaComponent-panel-group" href="#element_BatchHeaderRecord-schemaComponent-collapse">Schema Component Representation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="The Schema Component Representation table above displays the underlying XML representation of the schema component. (Annotations are not shown.)"><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_BatchHeaderRecord-schemaComponent-collapse" class="panel-collapse collapse"><div class="panel-body"><pre class="codehilite"><span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">name=</span><span class="s">"BatchHeaderRecord"</span> <span class="na">ref=</span><span class="s">"ref:NACHARecord"</span><span class="nt">></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:complexType</span><span class="nt">></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:sequence</span><span class="nt">></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"RecordTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RecordTypeCode" element declaration could not be found.');">RecordTypeCode</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"ServiceClassCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ServiceClassCode" element declaration could not be found.');">ServiceClassCode</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"CompanyName" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"CompanyName" element declaration could not be found.');">CompanyName</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"CompanyDiscretionaryData" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"CompanyDiscretionaryData" element declaration could not be found.');">CompanyDiscretionaryData</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"CompanyIdentification" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"CompanyIdentification" element declaration could not be found.');">CompanyIdentification</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"StandardEntryClassCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"StandardEntryClassCode" element declaration could not be found.');">StandardEntryClassCode</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"CompanyEntryDescription" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"CompanyEntryDescription" element declaration could not be found.');">CompanyEntryDescription</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"CompanyDescriptiveDate" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"CompanyDescriptiveDate" element declaration could not be found.');">CompanyDescriptiveDate</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"EffectiveEntryDate" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"EffectiveEntryDate" element declaration could not be found.');">EffectiveEntryDate</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"SettlementDate" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"SettlementDate" element declaration could not be found.');">SettlementDate</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"OriginStatusCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"OriginStatusCode" element declaration could not be found.');">OriginStatusCode</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"OriginDFIIdentification" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"OriginDFIIdentification" element declaration could not be found.');">OriginDFIIdentification</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"BatchNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"BatchNumber" element declaration could not be found.');">BatchNumber</a>"</span><span class="nt">/></span>
<span class="nt"></<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:sequence></span>
<span class="nt"></<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:complexType></span>
<span class="nt"></<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element></span>
</pre></div></div></div></div><div style="text-align: right; clear: both;"><a href="#top" title="Go to top of page"><span class="glyphicon glyphicon-chevron-up"> </span></a></div><hr></hr><h3 class="xs3p-subsection-heading">Element: <a id="element_CCDAddendaRecord" class="name" data-html="true" data-placement="bottom" data-toggle="tooltip" title="Schema component name.">CCDAddendaRecord</a></h3><div class="panel-group" id="element_CCDAddendaRecord-properties-table-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#element_CCDAddendaRecord-properties-table-panel-group" href="#element_CCDAddendaRecord-properties-table-collapse">Properties</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="This table displays the properties of the schema component."><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_CCDAddendaRecord-properties-table-collapse" class="panel-collapse collapse in"><table class="table table-striped xs3p-in-panel-table"><tbody><tr><th>Name</th><td>CCDAddendaRecord</td></tr><tr><th>Type</th><td><span class="type"><a title='Jump to "CommonAddendaRecord" type definition.' href="#type_CommonAddendaRecord">CommonAddendaRecord</a></span></td></tr><tr><th><a title="Look up 'Nillable' in glossary" href="#term_Nillable">Nillable</a></th><td>no</td></tr><tr><th><a title="Look up 'Abstract' in glossary" href="#term_Abstract">Abstract</a></th><td>no</td></tr></tbody></table></div></div></div><div class="panel-group" id="element_CCDAddendaRecord-doc-panel-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#element_CCDAddendaRecord-doc-panel-panel-group" href="#element_CCDAddendaRecord-doc-panel-collapse">Documentation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="This panel contains the schema components documentation."><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_CCDAddendaRecord-doc-panel-collapse" class="panel-collapse collapse in"><div class="panel-body">
No documentation provided.
</div></div></div></div><div class="panel-group" id="element_CCDAddendaRecord-instance-table-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#element_CCDAddendaRecord-instance-table-panel-group" href="#element_CCDAddendaRecord-instance-table-collapse">XML Instance Representation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="The XML Instance Representation table shows the schema component's content as an XML instance.
<ul>
<li>The minimum and maximum occurrence of elements and attributes are provided in square brackets, e.g. [0..1].</li>
<li>Model group information are shown in gray, e.g. Start Choice ... End Choice.</li>
<li>For type derivations, the elements and attributes that have been added to or changed from the base type's content are shown in <strong>bold</strong></li>
<li>If an element/attribute has a fixed value, the fixed value is shown in green.</li>
<li>More stuff</li>
<li>If a local element/attribute has documentation, it will be displayed in a window that pops up when the question mark inside the attribute or next to the element is clicked.</li>
</ul>
"><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_CCDAddendaRecord-instance-table-collapse" class="panel-collapse collapse in"><div class="panel-body"><pre class="codehilite"><span class="nt"><CCDAddendaRecord</span><span class="nt">></span>
<span class="nt"><<a title='"RecordTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RecordTypeCode" element declaration could not be found.');">RecordTypeCode</a>></span> ... <span class="nt"></<a title='"RecordTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RecordTypeCode" element declaration could not be found.');">RecordTypeCode</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"AddendaTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"AddendaTypeCode" element declaration could not be found.');">AddendaTypeCode</a>></span> ... <span class="nt"></<a title='"AddendaTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"AddendaTypeCode" element declaration could not be found.');">AddendaTypeCode</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"PaymentRelatedInfo" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"PaymentRelatedInfo" element declaration could not be found.');">PaymentRelatedInfo</a>></span> ... <span class="nt"></<a title='"PaymentRelatedInfo" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"PaymentRelatedInfo" element declaration could not be found.');">PaymentRelatedInfo</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"AddendaSequenceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"AddendaSequenceNumber" element declaration could not be found.');">AddendaSequenceNumber</a>></span> ... <span class="nt"></<a title='"AddendaSequenceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"AddendaSequenceNumber" element declaration could not be found.');">AddendaSequenceNumber</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"EntryDetailSequenceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"EntryDetailSequenceNumber" element declaration could not be found.');">EntryDetailSequenceNumber</a>></span> ... <span class="nt"></<a title='"EntryDetailSequenceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"EntryDetailSequenceNumber" element declaration could not be found.');">EntryDetailSequenceNumber</a>></span> <span class="cs">[1]</span>
<span class="nt"></CCDAddendaRecord></span>
</pre></div></div></div></div><div class="panel-group" id="element_CCDAddendaRecord-schemaComponent-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title collapsed" data-toggle="collapse" data-parent="#element_CCDAddendaRecord-schemaComponent-panel-group" href="#element_CCDAddendaRecord-schemaComponent-collapse">Schema Component Representation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="The Schema Component Representation table above displays the underlying XML representation of the schema component. (Annotations are not shown.)"><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_CCDAddendaRecord-schemaComponent-collapse" class="panel-collapse collapse"><div class="panel-body"><pre class="codehilite"><span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">name=</span><span class="s">"CCDAddendaRecord"</span> <span class="na">type=</span><span class="s">"<span class="type"><a title='Jump to "CommonAddendaRecord" type definition.' href="#type_CommonAddendaRecord">CommonAddendaRecord</a></span>"</span> <span class="na">ref=</span><span class="s">"ref:NACHARecord"</span><span class="nt">/></span>
</pre></div></div></div></div><div style="text-align: right; clear: both;"><a href="#top" title="Go to top of page"><span class="glyphicon glyphicon-chevron-up"> </span></a></div><hr></hr><h3 class="xs3p-subsection-heading">Element: <a id="element_CCDEntryDetailRecord" class="name" data-html="true" data-placement="bottom" data-toggle="tooltip" title="Schema component name.">CCDEntryDetailRecord</a></h3><div class="panel-group" id="element_CCDEntryDetailRecord-properties-table-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#element_CCDEntryDetailRecord-properties-table-panel-group" href="#element_CCDEntryDetailRecord-properties-table-collapse">Properties</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="This table displays the properties of the schema component."><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_CCDEntryDetailRecord-properties-table-collapse" class="panel-collapse collapse in"><table class="table table-striped xs3p-in-panel-table"><tbody><tr><th>Name</th><td>CCDEntryDetailRecord</td></tr><tr><th>Type</th><td>Locally-defined complex type</td></tr><tr><th><a title="Look up 'Nillable' in glossary" href="#term_Nillable">Nillable</a></th><td>no</td></tr><tr><th><a title="Look up 'Abstract' in glossary" href="#term_Abstract">Abstract</a></th><td>no</td></tr></tbody></table></div></div></div><div class="panel-group" id="element_CCDEntryDetailRecord-doc-panel-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#element_CCDEntryDetailRecord-doc-panel-panel-group" href="#element_CCDEntryDetailRecord-doc-panel-collapse">Documentation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="This panel contains the schema components documentation."><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_CCDEntryDetailRecord-doc-panel-collapse" class="panel-collapse collapse in"><div class="panel-body">
No documentation provided.
</div></div></div></div><div class="panel-group" id="element_CCDEntryDetailRecord-instance-table-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#element_CCDEntryDetailRecord-instance-table-panel-group" href="#element_CCDEntryDetailRecord-instance-table-collapse">XML Instance Representation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="The XML Instance Representation table shows the schema component's content as an XML instance.
<ul>
<li>The minimum and maximum occurrence of elements and attributes are provided in square brackets, e.g. [0..1].</li>
<li>Model group information are shown in gray, e.g. Start Choice ... End Choice.</li>
<li>For type derivations, the elements and attributes that have been added to or changed from the base type's content are shown in <strong>bold</strong></li>
<li>If an element/attribute has a fixed value, the fixed value is shown in green.</li>
<li>More stuff</li>
<li>If a local element/attribute has documentation, it will be displayed in a window that pops up when the question mark inside the attribute or next to the element is clicked.</li>
</ul>
"><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_CCDEntryDetailRecord-instance-table-collapse" class="panel-collapse collapse in"><div class="panel-body"><pre class="codehilite"><span class="nt"><CCDEntryDetailRecord</span><span class="nt">></span>
<span class="nt"><<a title='"RecordTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RecordTypeCode" element declaration could not be found.');">RecordTypeCode</a>></span> ... <span class="nt"></<a title='"RecordTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RecordTypeCode" element declaration could not be found.');">RecordTypeCode</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"TransactionCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"TransactionCode" element declaration could not be found.');">TransactionCode</a>></span> ... <span class="nt"></<a title='"TransactionCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"TransactionCode" element declaration could not be found.');">TransactionCode</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"ReceivingDFIIdentification" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ReceivingDFIIdentification" element declaration could not be found.');">ReceivingDFIIdentification</a>></span> ... <span class="nt"></<a title='"ReceivingDFIIdentification" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ReceivingDFIIdentification" element declaration could not be found.');">ReceivingDFIIdentification</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"CheckDigit" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"CheckDigit" element declaration could not be found.');">CheckDigit</a>></span> ... <span class="nt"></<a title='"CheckDigit" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"CheckDigit" element declaration could not be found.');">CheckDigit</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"DFIAccountNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"DFIAccountNumber" element declaration could not be found.');">DFIAccountNumber</a>></span> ... <span class="nt"></<a title='"DFIAccountNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"DFIAccountNumber" element declaration could not be found.');">DFIAccountNumber</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"Amount" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"Amount" element declaration could not be found.');">Amount</a>></span> ... <span class="nt"></<a title='"Amount" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"Amount" element declaration could not be found.');">Amount</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"IdentificationNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"IdentificationNumber" element declaration could not be found.');">IdentificationNumber</a>></span> ... <span class="nt"></<a title='"IdentificationNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"IdentificationNumber" element declaration could not be found.');">IdentificationNumber</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"ReceivingCompanyName" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ReceivingCompanyName" element declaration could not be found.');">ReceivingCompanyName</a>></span> ... <span class="nt"></<a title='"ReceivingCompanyName" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ReceivingCompanyName" element declaration could not be found.');">ReceivingCompanyName</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"DiscretionaryData" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"DiscretionaryData" element declaration could not be found.');">DiscretionaryData</a>></span> ... <span class="nt"></<a title='"DiscretionaryData" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"DiscretionaryData" element declaration could not be found.');">DiscretionaryData</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"AddendaRecordIndicator" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"AddendaRecordIndicator" element declaration could not be found.');">AddendaRecordIndicator</a>></span> ... <span class="nt"></<a title='"AddendaRecordIndicator" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"AddendaRecordIndicator" element declaration could not be found.');">AddendaRecordIndicator</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"TraceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"TraceNumber" element declaration could not be found.');">TraceNumber</a>></span> ... <span class="nt"></<a title='"TraceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"TraceNumber" element declaration could not be found.');">TraceNumber</a>></span> <span class="cs">[1]</span>
<span class="nt"></CCDEntryDetailRecord></span>
</pre></div></div></div></div><div class="panel-group" id="element_CCDEntryDetailRecord-schemaComponent-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title collapsed" data-toggle="collapse" data-parent="#element_CCDEntryDetailRecord-schemaComponent-panel-group" href="#element_CCDEntryDetailRecord-schemaComponent-collapse">Schema Component Representation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="The Schema Component Representation table above displays the underlying XML representation of the schema component. (Annotations are not shown.)"><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_CCDEntryDetailRecord-schemaComponent-collapse" class="panel-collapse collapse"><div class="panel-body"><pre class="codehilite"><span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">name=</span><span class="s">"CCDEntryDetailRecord"</span> <span class="na">ref=</span><span class="s">"ref:NACHARecord"</span><span class="nt">></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:complexType</span><span class="nt">></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:sequence</span><span class="nt">></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"RecordTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RecordTypeCode" element declaration could not be found.');">RecordTypeCode</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"TransactionCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"TransactionCode" element declaration could not be found.');">TransactionCode</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"ReceivingDFIIdentification" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ReceivingDFIIdentification" element declaration could not be found.');">ReceivingDFIIdentification</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"CheckDigit" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"CheckDigit" element declaration could not be found.');">CheckDigit</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"DFIAccountNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"DFIAccountNumber" element declaration could not be found.');">DFIAccountNumber</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"Amount" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"Amount" element declaration could not be found.');">Amount</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"IdentificationNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"IdentificationNumber" element declaration could not be found.');">IdentificationNumber</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"ReceivingCompanyName" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ReceivingCompanyName" element declaration could not be found.');">ReceivingCompanyName</a>"</span> <span class="na">length=</span><span class="s">"22"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"DiscretionaryData" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"DiscretionaryData" element declaration could not be found.');">DiscretionaryData</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"AddendaRecordIndicator" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"AddendaRecordIndicator" element declaration could not be found.');">AddendaRecordIndicator</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"TraceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"TraceNumber" element declaration could not be found.');">TraceNumber</a>"</span><span class="nt">/></span>
<span class="nt"></<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:sequence></span>
<span class="nt"></<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:complexType></span>
<span class="nt"></<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element></span>
</pre></div></div></div></div><div style="text-align: right; clear: both;"><a href="#top" title="Go to top of page"><span class="glyphicon glyphicon-chevron-up"> </span></a></div><hr></hr><h3 class="xs3p-subsection-heading">Element: <a id="element_CTXAddendaRecord" class="name" data-html="true" data-placement="bottom" data-toggle="tooltip" title="Schema component name.">CTXAddendaRecord</a></h3><div class="panel-group" id="element_CTXAddendaRecord-properties-table-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#element_CTXAddendaRecord-properties-table-panel-group" href="#element_CTXAddendaRecord-properties-table-collapse">Properties</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="This table displays the properties of the schema component."><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_CTXAddendaRecord-properties-table-collapse" class="panel-collapse collapse in"><table class="table table-striped xs3p-in-panel-table"><tbody><tr><th>Name</th><td>CTXAddendaRecord</td></tr><tr><th>Type</th><td><span class="type"><a title='Jump to "CommonAddendaRecord" type definition.' href="#type_CommonAddendaRecord">CommonAddendaRecord</a></span></td></tr><tr><th><a title="Look up 'Nillable' in glossary" href="#term_Nillable">Nillable</a></th><td>no</td></tr><tr><th><a title="Look up 'Abstract' in glossary" href="#term_Abstract">Abstract</a></th><td>no</td></tr></tbody></table></div></div></div><div class="panel-group" id="element_CTXAddendaRecord-doc-panel-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#element_CTXAddendaRecord-doc-panel-panel-group" href="#element_CTXAddendaRecord-doc-panel-collapse">Documentation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="This panel contains the schema components documentation."><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_CTXAddendaRecord-doc-panel-collapse" class="panel-collapse collapse in"><div class="panel-body">
No documentation provided.
</div></div></div></div><div class="panel-group" id="element_CTXAddendaRecord-instance-table-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#element_CTXAddendaRecord-instance-table-panel-group" href="#element_CTXAddendaRecord-instance-table-collapse">XML Instance Representation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="The XML Instance Representation table shows the schema component's content as an XML instance.
<ul>
<li>The minimum and maximum occurrence of elements and attributes are provided in square brackets, e.g. [0..1].</li>
<li>Model group information are shown in gray, e.g. Start Choice ... End Choice.</li>
<li>For type derivations, the elements and attributes that have been added to or changed from the base type's content are shown in <strong>bold</strong></li>
<li>If an element/attribute has a fixed value, the fixed value is shown in green.</li>
<li>More stuff</li>
<li>If a local element/attribute has documentation, it will be displayed in a window that pops up when the question mark inside the attribute or next to the element is clicked.</li>
</ul>
"><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_CTXAddendaRecord-instance-table-collapse" class="panel-collapse collapse in"><div class="panel-body"><pre class="codehilite"><span class="nt"><CTXAddendaRecord</span><span class="nt">></span>
<span class="nt"><<a title='"RecordTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RecordTypeCode" element declaration could not be found.');">RecordTypeCode</a>></span> ... <span class="nt"></<a title='"RecordTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RecordTypeCode" element declaration could not be found.');">RecordTypeCode</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"AddendaTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"AddendaTypeCode" element declaration could not be found.');">AddendaTypeCode</a>></span> ... <span class="nt"></<a title='"AddendaTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"AddendaTypeCode" element declaration could not be found.');">AddendaTypeCode</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"PaymentRelatedInfo" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"PaymentRelatedInfo" element declaration could not be found.');">PaymentRelatedInfo</a>></span> ... <span class="nt"></<a title='"PaymentRelatedInfo" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"PaymentRelatedInfo" element declaration could not be found.');">PaymentRelatedInfo</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"AddendaSequenceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"AddendaSequenceNumber" element declaration could not be found.');">AddendaSequenceNumber</a>></span> ... <span class="nt"></<a title='"AddendaSequenceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"AddendaSequenceNumber" element declaration could not be found.');">AddendaSequenceNumber</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"EntryDetailSequenceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"EntryDetailSequenceNumber" element declaration could not be found.');">EntryDetailSequenceNumber</a>></span> ... <span class="nt"></<a title='"EntryDetailSequenceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"EntryDetailSequenceNumber" element declaration could not be found.');">EntryDetailSequenceNumber</a>></span> <span class="cs">[1]</span>
<span class="nt"></CTXAddendaRecord></span>
</pre></div></div></div></div><div class="panel-group" id="element_CTXAddendaRecord-schemaComponent-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title collapsed" data-toggle="collapse" data-parent="#element_CTXAddendaRecord-schemaComponent-panel-group" href="#element_CTXAddendaRecord-schemaComponent-collapse">Schema Component Representation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="The Schema Component Representation table above displays the underlying XML representation of the schema component. (Annotations are not shown.)"><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_CTXAddendaRecord-schemaComponent-collapse" class="panel-collapse collapse"><div class="panel-body"><pre class="codehilite"><span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">name=</span><span class="s">"CTXAddendaRecord"</span> <span class="na">type=</span><span class="s">"<span class="type"><a title='Jump to "CommonAddendaRecord" type definition.' href="#type_CommonAddendaRecord">CommonAddendaRecord</a></span>"</span> <span class="na">ref=</span><span class="s">"ref:NACHARecord"</span><span class="nt">/></span>
</pre></div></div></div></div><div style="text-align: right; clear: both;"><a href="#top" title="Go to top of page"><span class="glyphicon glyphicon-chevron-up"> </span></a></div><hr></hr><h3 class="xs3p-subsection-heading">Element: <a id="element_CTXEntryDetailRecord" class="name" data-html="true" data-placement="bottom" data-toggle="tooltip" title="Schema component name.">CTXEntryDetailRecord</a></h3><div class="panel-group" id="element_CTXEntryDetailRecord-properties-table-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#element_CTXEntryDetailRecord-properties-table-panel-group" href="#element_CTXEntryDetailRecord-properties-table-collapse">Properties</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="This table displays the properties of the schema component."><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_CTXEntryDetailRecord-properties-table-collapse" class="panel-collapse collapse in"><table class="table table-striped xs3p-in-panel-table"><tbody><tr><th>Name</th><td>CTXEntryDetailRecord</td></tr><tr><th>Type</th><td>Locally-defined complex type</td></tr><tr><th><a title="Look up 'Nillable' in glossary" href="#term_Nillable">Nillable</a></th><td>no</td></tr><tr><th><a title="Look up 'Abstract' in glossary" href="#term_Abstract">Abstract</a></th><td>no</td></tr></tbody></table></div></div></div><div class="panel-group" id="element_CTXEntryDetailRecord-doc-panel-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#element_CTXEntryDetailRecord-doc-panel-panel-group" href="#element_CTXEntryDetailRecord-doc-panel-collapse">Documentation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="This panel contains the schema components documentation."><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_CTXEntryDetailRecord-doc-panel-collapse" class="panel-collapse collapse in"><div class="panel-body">
No documentation provided.
</div></div></div></div><div class="panel-group" id="element_CTXEntryDetailRecord-instance-table-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#element_CTXEntryDetailRecord-instance-table-panel-group" href="#element_CTXEntryDetailRecord-instance-table-collapse">XML Instance Representation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="The XML Instance Representation table shows the schema component's content as an XML instance.
<ul>
<li>The minimum and maximum occurrence of elements and attributes are provided in square brackets, e.g. [0..1].</li>
<li>Model group information are shown in gray, e.g. Start Choice ... End Choice.</li>
<li>For type derivations, the elements and attributes that have been added to or changed from the base type's content are shown in <strong>bold</strong></li>
<li>If an element/attribute has a fixed value, the fixed value is shown in green.</li>
<li>More stuff</li>
<li>If a local element/attribute has documentation, it will be displayed in a window that pops up when the question mark inside the attribute or next to the element is clicked.</li>
</ul>
"><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_CTXEntryDetailRecord-instance-table-collapse" class="panel-collapse collapse in"><div class="panel-body"><pre class="codehilite"><span class="nt"><CTXEntryDetailRecord</span><span class="nt">></span>
<span class="nt"><<a title='"RecordTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RecordTypeCode" element declaration could not be found.');">RecordTypeCode</a>></span> ... <span class="nt"></<a title='"RecordTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RecordTypeCode" element declaration could not be found.');">RecordTypeCode</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"TransactionCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"TransactionCode" element declaration could not be found.');">TransactionCode</a>></span> ... <span class="nt"></<a title='"TransactionCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"TransactionCode" element declaration could not be found.');">TransactionCode</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"ReceivingDFIIdentification" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ReceivingDFIIdentification" element declaration could not be found.');">ReceivingDFIIdentification</a>></span> ... <span class="nt"></<a title='"ReceivingDFIIdentification" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ReceivingDFIIdentification" element declaration could not be found.');">ReceivingDFIIdentification</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"CheckDigit" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"CheckDigit" element declaration could not be found.');">CheckDigit</a>></span> ... <span class="nt"></<a title='"CheckDigit" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"CheckDigit" element declaration could not be found.');">CheckDigit</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"DFIAccountNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"DFIAccountNumber" element declaration could not be found.');">DFIAccountNumber</a>></span> ... <span class="nt"></<a title='"DFIAccountNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"DFIAccountNumber" element declaration could not be found.');">DFIAccountNumber</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"Amount" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"Amount" element declaration could not be found.');">Amount</a>></span> ... <span class="nt"></<a title='"Amount" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"Amount" element declaration could not be found.');">Amount</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"IdentificationNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"IdentificationNumber" element declaration could not be found.');">IdentificationNumber</a>></span> ... <span class="nt"></<a title='"IdentificationNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"IdentificationNumber" element declaration could not be found.');">IdentificationNumber</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"NumberOfAddendaRecords" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"NumberOfAddendaRecords" element declaration could not be found.');">NumberOfAddendaRecords</a>></span> ... <span class="nt"></<a title='"NumberOfAddendaRecords" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"NumberOfAddendaRecords" element declaration could not be found.');">NumberOfAddendaRecords</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"ReceivingCompanyName" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ReceivingCompanyName" element declaration could not be found.');">ReceivingCompanyName</a>></span> ... <span class="nt"></<a title='"ReceivingCompanyName" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ReceivingCompanyName" element declaration could not be found.');">ReceivingCompanyName</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"Reserved" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"Reserved" element declaration could not be found.');">Reserved</a>></span> ... <span class="nt"></<a title='"Reserved" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"Reserved" element declaration could not be found.');">Reserved</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"DiscretionaryData" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"DiscretionaryData" element declaration could not be found.');">DiscretionaryData</a>></span> ... <span class="nt"></<a title='"DiscretionaryData" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"DiscretionaryData" element declaration could not be found.');">DiscretionaryData</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"AddendaRecordIndicator" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"AddendaRecordIndicator" element declaration could not be found.');">AddendaRecordIndicator</a>></span> ... <span class="nt"></<a title='"AddendaRecordIndicator" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"AddendaRecordIndicator" element declaration could not be found.');">AddendaRecordIndicator</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"TraceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"TraceNumber" element declaration could not be found.');">TraceNumber</a>></span> ... <span class="nt"></<a title='"TraceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"TraceNumber" element declaration could not be found.');">TraceNumber</a>></span> <span class="cs">[1]</span>
<span class="nt"></CTXEntryDetailRecord></span>
</pre></div></div></div></div><div class="panel-group" id="element_CTXEntryDetailRecord-schemaComponent-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title collapsed" data-toggle="collapse" data-parent="#element_CTXEntryDetailRecord-schemaComponent-panel-group" href="#element_CTXEntryDetailRecord-schemaComponent-collapse">Schema Component Representation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="The Schema Component Representation table above displays the underlying XML representation of the schema component. (Annotations are not shown.)"><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_CTXEntryDetailRecord-schemaComponent-collapse" class="panel-collapse collapse"><div class="panel-body"><pre class="codehilite"><span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">name=</span><span class="s">"CTXEntryDetailRecord"</span> <span class="na">ref=</span><span class="s">"ref:NACHARecord"</span><span class="nt">></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:complexType</span><span class="nt">></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:sequence</span><span class="nt">></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"RecordTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RecordTypeCode" element declaration could not be found.');">RecordTypeCode</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"TransactionCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"TransactionCode" element declaration could not be found.');">TransactionCode</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"ReceivingDFIIdentification" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ReceivingDFIIdentification" element declaration could not be found.');">ReceivingDFIIdentification</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"CheckDigit" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"CheckDigit" element declaration could not be found.');">CheckDigit</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"DFIAccountNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"DFIAccountNumber" element declaration could not be found.');">DFIAccountNumber</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"Amount" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"Amount" element declaration could not be found.');">Amount</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"IdentificationNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"IdentificationNumber" element declaration could not be found.');">IdentificationNumber</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"NumberOfAddendaRecords" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"NumberOfAddendaRecords" element declaration could not be found.');">NumberOfAddendaRecords</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"ReceivingCompanyName" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ReceivingCompanyName" element declaration could not be found.');">ReceivingCompanyName</a>"</span> <span class="na">length=</span><span class="s">"16"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"Reserved" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"Reserved" element declaration could not be found.');">Reserved</a>"</span> <span class="na">length=</span><span class="s">"2"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"DiscretionaryData" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"DiscretionaryData" element declaration could not be found.');">DiscretionaryData</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"AddendaRecordIndicator" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"AddendaRecordIndicator" element declaration could not be found.');">AddendaRecordIndicator</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"TraceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"TraceNumber" element declaration could not be found.');">TraceNumber</a>"</span><span class="nt">/></span>
<span class="nt"></<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:sequence></span>
<span class="nt"></<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:complexType></span>
<span class="nt"></<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element></span>
</pre></div></div></div></div><div style="text-align: right; clear: both;"><a href="#top" title="Go to top of page"><span class="glyphicon glyphicon-chevron-up"> </span></a></div><hr></hr><h3 class="xs3p-subsection-heading">Element: <a id="element_ContestedDishonoredReturnsAddendaRecord" class="name" data-html="true" data-placement="bottom" data-toggle="tooltip" title="Schema component name.">ContestedDishonoredReturnsAddendaRecord</a></h3><div class="panel-group" id="element_ContestedDishonoredReturnsAddendaRecord-properties-table-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#element_ContestedDishonoredReturnsAddendaRecord-properties-table-panel-group" href="#element_ContestedDishonoredReturnsAddendaRecord-properties-table-collapse">Properties</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="This table displays the properties of the schema component."><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_ContestedDishonoredReturnsAddendaRecord-properties-table-collapse" class="panel-collapse collapse in"><table class="table table-striped xs3p-in-panel-table"><tbody><tr><th>Name</th><td>ContestedDishonoredReturnsAddendaRecord</td></tr><tr><th>Type</th><td>Locally-defined complex type</td></tr><tr><th><a title="Look up 'Nillable' in glossary" href="#term_Nillable">Nillable</a></th><td>no</td></tr><tr><th><a title="Look up 'Abstract' in glossary" href="#term_Abstract">Abstract</a></th><td>no</td></tr></tbody></table></div></div></div><div class="panel-group" id="element_ContestedDishonoredReturnsAddendaRecord-doc-panel-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#element_ContestedDishonoredReturnsAddendaRecord-doc-panel-panel-group" href="#element_ContestedDishonoredReturnsAddendaRecord-doc-panel-collapse">Documentation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="This panel contains the schema components documentation."><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_ContestedDishonoredReturnsAddendaRecord-doc-panel-collapse" class="panel-collapse collapse in"><div class="panel-body">
No documentation provided.
</div></div></div></div><div class="panel-group" id="element_ContestedDishonoredReturnsAddendaRecord-instance-table-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#element_ContestedDishonoredReturnsAddendaRecord-instance-table-panel-group" href="#element_ContestedDishonoredReturnsAddendaRecord-instance-table-collapse">XML Instance Representation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="The XML Instance Representation table shows the schema component's content as an XML instance.
<ul>
<li>The minimum and maximum occurrence of elements and attributes are provided in square brackets, e.g. [0..1].</li>
<li>Model group information are shown in gray, e.g. Start Choice ... End Choice.</li>
<li>For type derivations, the elements and attributes that have been added to or changed from the base type's content are shown in <strong>bold</strong></li>
<li>If an element/attribute has a fixed value, the fixed value is shown in green.</li>
<li>More stuff</li>
<li>If a local element/attribute has documentation, it will be displayed in a window that pops up when the question mark inside the attribute or next to the element is clicked.</li>
</ul>
"><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_ContestedDishonoredReturnsAddendaRecord-instance-table-collapse" class="panel-collapse collapse in"><div class="panel-body"><pre class="codehilite"><span class="nt"><ContestedDishonoredReturnsAddendaRecord</span><span class="nt">></span>
<span class="nt"><<a title='"RecordTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RecordTypeCode" element declaration could not be found.');">RecordTypeCode</a>></span> ... <span class="nt"></<a title='"RecordTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RecordTypeCode" element declaration could not be found.');">RecordTypeCode</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"AddendaTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"AddendaTypeCode" element declaration could not be found.');">AddendaTypeCode</a>></span> ... <span class="nt"></<a title='"AddendaTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"AddendaTypeCode" element declaration could not be found.');">AddendaTypeCode</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"ContestedDishonoredReturnReasonCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ContestedDishonoredReturnReasonCode" element declaration could not be found.');">ContestedDishonoredReturnReasonCode</a>></span> ... <span class="nt"></<a title='"ContestedDishonoredReturnReasonCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ContestedDishonoredReturnReasonCode" element declaration could not be found.');">ContestedDishonoredReturnReasonCode</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"OriginalEntryTraceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"OriginalEntryTraceNumber" element declaration could not be found.');">OriginalEntryTraceNumber</a>></span> ... <span class="nt"></<a title='"OriginalEntryTraceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"OriginalEntryTraceNumber" element declaration could not be found.');">OriginalEntryTraceNumber</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"DateOriginalEntryReturned" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"DateOriginalEntryReturned" element declaration could not be found.');">DateOriginalEntryReturned</a>></span> ... <span class="nt"></<a title='"DateOriginalEntryReturned" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"DateOriginalEntryReturned" element declaration could not be found.');">DateOriginalEntryReturned</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"OriginalReceivingDFIIdentification" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"OriginalReceivingDFIIdentification" element declaration could not be found.');">OriginalReceivingDFIIdentification</a>></span> ... <span class="nt"></<a title='"OriginalReceivingDFIIdentification" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"OriginalReceivingDFIIdentification" element declaration could not be found.');">OriginalReceivingDFIIdentification</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"OriginalSettlementDate" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"OriginalSettlementDate" element declaration could not be found.');">OriginalSettlementDate</a>></span> ... <span class="nt"></<a title='"OriginalSettlementDate" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"OriginalSettlementDate" element declaration could not be found.');">OriginalSettlementDate</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"ReturnTraceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ReturnTraceNumber" element declaration could not be found.');">ReturnTraceNumber</a>></span> ... <span class="nt"></<a title='"ReturnTraceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ReturnTraceNumber" element declaration could not be found.');">ReturnTraceNumber</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"ReturnSettlementDate" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ReturnSettlementDate" element declaration could not be found.');">ReturnSettlementDate</a>></span> ... <span class="nt"></<a title='"ReturnSettlementDate" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ReturnSettlementDate" element declaration could not be found.');">ReturnSettlementDate</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"ReturnReasonCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ReturnReasonCode" element declaration could not be found.');">ReturnReasonCode</a>></span> ... <span class="nt"></<a title='"ReturnReasonCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ReturnReasonCode" element declaration could not be found.');">ReturnReasonCode</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"DishonoredReturnTraceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"DishonoredReturnTraceNumber" element declaration could not be found.');">DishonoredReturnTraceNumber</a>></span> ... <span class="nt"></<a title='"DishonoredReturnTraceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"DishonoredReturnTraceNumber" element declaration could not be found.');">DishonoredReturnTraceNumber</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"DishonoredReturnSettlementDate" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"DishonoredReturnSettlementDate" element declaration could not be found.');">DishonoredReturnSettlementDate</a>></span> ... <span class="nt"></<a title='"DishonoredReturnSettlementDate" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"DishonoredReturnSettlementDate" element declaration could not be found.');">DishonoredReturnSettlementDate</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"DishonoredReturnReasonCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"DishonoredReturnReasonCode" element declaration could not be found.');">DishonoredReturnReasonCode</a>></span> ... <span class="nt"></<a title='"DishonoredReturnReasonCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"DishonoredReturnReasonCode" element declaration could not be found.');">DishonoredReturnReasonCode</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"Reserved" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"Reserved" element declaration could not be found.');">Reserved</a>></span> ... <span class="nt"></<a title='"Reserved" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"Reserved" element declaration could not be found.');">Reserved</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"TraceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"TraceNumber" element declaration could not be found.');">TraceNumber</a>></span> ... <span class="nt"></<a title='"TraceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"TraceNumber" element declaration could not be found.');">TraceNumber</a>></span> <span class="cs">[1]</span>
<span class="nt"></ContestedDishonoredReturnsAddendaRecord></span>
</pre></div></div></div></div><div class="panel-group" id="element_ContestedDishonoredReturnsAddendaRecord-schemaComponent-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title collapsed" data-toggle="collapse" data-parent="#element_ContestedDishonoredReturnsAddendaRecord-schemaComponent-panel-group" href="#element_ContestedDishonoredReturnsAddendaRecord-schemaComponent-collapse">Schema Component Representation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="The Schema Component Representation table above displays the underlying XML representation of the schema component. (Annotations are not shown.)"><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_ContestedDishonoredReturnsAddendaRecord-schemaComponent-collapse" class="panel-collapse collapse"><div class="panel-body"><pre class="codehilite"><span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">name=</span><span class="s">"ContestedDishonoredReturnsAddendaRecord"</span> <span class="na">ref=</span><span class="s">"ref:NACHARecord"</span><span class="nt">></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:complexType</span><span class="nt">></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:sequence</span><span class="nt">></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"RecordTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RecordTypeCode" element declaration could not be found.');">RecordTypeCode</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"AddendaTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"AddendaTypeCode" element declaration could not be found.');">AddendaTypeCode</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"ContestedDishonoredReturnReasonCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ContestedDishonoredReturnReasonCode" element declaration could not be found.');">ContestedDishonoredReturnReasonCode</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"OriginalEntryTraceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"OriginalEntryTraceNumber" element declaration could not be found.');">OriginalEntryTraceNumber</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"DateOriginalEntryReturned" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"DateOriginalEntryReturned" element declaration could not be found.');">DateOriginalEntryReturned</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"OriginalReceivingDFIIdentification" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"OriginalReceivingDFIIdentification" element declaration could not be found.');">OriginalReceivingDFIIdentification</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"OriginalSettlementDate" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"OriginalSettlementDate" element declaration could not be found.');">OriginalSettlementDate</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"ReturnTraceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ReturnTraceNumber" element declaration could not be found.');">ReturnTraceNumber</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"ReturnSettlementDate" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ReturnSettlementDate" element declaration could not be found.');">ReturnSettlementDate</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"ReturnReasonCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ReturnReasonCode" element declaration could not be found.');">ReturnReasonCode</a>"</span> <span class="na">length=</span><span class="s">"2"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"DishonoredReturnTraceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"DishonoredReturnTraceNumber" element declaration could not be found.');">DishonoredReturnTraceNumber</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"DishonoredReturnSettlementDate" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"DishonoredReturnSettlementDate" element declaration could not be found.');">DishonoredReturnSettlementDate</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"DishonoredReturnReasonCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"DishonoredReturnReasonCode" element declaration could not be found.');">DishonoredReturnReasonCode</a>"</span> <span class="na">length=</span><span class="s">"2"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"Reserved" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"Reserved" element declaration could not be found.');">Reserved</a>"</span> <span class="na">length=</span><span class="s">"1"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"TraceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"TraceNumber" element declaration could not be found.');">TraceNumber</a>"</span><span class="nt">/></span>
<span class="nt"></<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:sequence></span>
<span class="nt"></<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:complexType></span>
<span class="nt"></<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element></span>
</pre></div></div></div></div><div style="text-align: right; clear: both;"><a href="#top" title="Go to top of page"><span class="glyphicon glyphicon-chevron-up"> </span></a></div><hr></hr><h3 class="xs3p-subsection-heading">Element: <a id="element_DishonoredReturnsAddendaRecord" class="name" data-html="true" data-placement="bottom" data-toggle="tooltip" title="Schema component name.">DishonoredReturnsAddendaRecord</a></h3><div class="panel-group" id="element_DishonoredReturnsAddendaRecord-properties-table-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#element_DishonoredReturnsAddendaRecord-properties-table-panel-group" href="#element_DishonoredReturnsAddendaRecord-properties-table-collapse">Properties</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="This table displays the properties of the schema component."><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_DishonoredReturnsAddendaRecord-properties-table-collapse" class="panel-collapse collapse in"><table class="table table-striped xs3p-in-panel-table"><tbody><tr><th>Name</th><td>DishonoredReturnsAddendaRecord</td></tr><tr><th>Type</th><td>Locally-defined complex type</td></tr><tr><th><a title="Look up 'Nillable' in glossary" href="#term_Nillable">Nillable</a></th><td>no</td></tr><tr><th><a title="Look up 'Abstract' in glossary" href="#term_Abstract">Abstract</a></th><td>no</td></tr></tbody></table></div></div></div><div class="panel-group" id="element_DishonoredReturnsAddendaRecord-doc-panel-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#element_DishonoredReturnsAddendaRecord-doc-panel-panel-group" href="#element_DishonoredReturnsAddendaRecord-doc-panel-collapse">Documentation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="This panel contains the schema components documentation."><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_DishonoredReturnsAddendaRecord-doc-panel-collapse" class="panel-collapse collapse in"><div class="panel-body">
No documentation provided.
</div></div></div></div><div class="panel-group" id="element_DishonoredReturnsAddendaRecord-instance-table-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#element_DishonoredReturnsAddendaRecord-instance-table-panel-group" href="#element_DishonoredReturnsAddendaRecord-instance-table-collapse">XML Instance Representation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="The XML Instance Representation table shows the schema component's content as an XML instance.
<ul>
<li>The minimum and maximum occurrence of elements and attributes are provided in square brackets, e.g. [0..1].</li>
<li>Model group information are shown in gray, e.g. Start Choice ... End Choice.</li>
<li>For type derivations, the elements and attributes that have been added to or changed from the base type's content are shown in <strong>bold</strong></li>
<li>If an element/attribute has a fixed value, the fixed value is shown in green.</li>
<li>More stuff</li>
<li>If a local element/attribute has documentation, it will be displayed in a window that pops up when the question mark inside the attribute or next to the element is clicked.</li>
</ul>
"><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_DishonoredReturnsAddendaRecord-instance-table-collapse" class="panel-collapse collapse in"><div class="panel-body"><pre class="codehilite"><span class="nt"><DishonoredReturnsAddendaRecord</span><span class="nt">></span>
<span class="nt"><<a title='"RecordTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RecordTypeCode" element declaration could not be found.');">RecordTypeCode</a>></span> ... <span class="nt"></<a title='"RecordTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RecordTypeCode" element declaration could not be found.');">RecordTypeCode</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"AddendaTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"AddendaTypeCode" element declaration could not be found.');">AddendaTypeCode</a>></span> ... <span class="nt"></<a title='"AddendaTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"AddendaTypeCode" element declaration could not be found.');">AddendaTypeCode</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"DishonoredReturnReasonCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"DishonoredReturnReasonCode" element declaration could not be found.');">DishonoredReturnReasonCode</a>></span> ... <span class="nt"></<a title='"DishonoredReturnReasonCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"DishonoredReturnReasonCode" element declaration could not be found.');">DishonoredReturnReasonCode</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"OriginalEntryTraceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"OriginalEntryTraceNumber" element declaration could not be found.');">OriginalEntryTraceNumber</a>></span> ... <span class="nt"></<a title='"OriginalEntryTraceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"OriginalEntryTraceNumber" element declaration could not be found.');">OriginalEntryTraceNumber</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"Reserved" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"Reserved" element declaration could not be found.');">Reserved</a>></span> ... <span class="nt"></<a title='"Reserved" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"Reserved" element declaration could not be found.');">Reserved</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"OriginalReceivingDFIIdentification" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"OriginalReceivingDFIIdentification" element declaration could not be found.');">OriginalReceivingDFIIdentification</a>></span> ... <span class="nt"></<a title='"OriginalReceivingDFIIdentification" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"OriginalReceivingDFIIdentification" element declaration could not be found.');">OriginalReceivingDFIIdentification</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"Reserved" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"Reserved" element declaration could not be found.');">Reserved</a>></span> ... <span class="nt"></<a title='"Reserved" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"Reserved" element declaration could not be found.');">Reserved</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"ReturnTraceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ReturnTraceNumber" element declaration could not be found.');">ReturnTraceNumber</a>></span> ... <span class="nt"></<a title='"ReturnTraceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ReturnTraceNumber" element declaration could not be found.');">ReturnTraceNumber</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"ReturnSettlementDate" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ReturnSettlementDate" element declaration could not be found.');">ReturnSettlementDate</a>></span> ... <span class="nt"></<a title='"ReturnSettlementDate" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ReturnSettlementDate" element declaration could not be found.');">ReturnSettlementDate</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"ReturnReasonCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ReturnReasonCode" element declaration could not be found.');">ReturnReasonCode</a>></span> ... <span class="nt"></<a title='"ReturnReasonCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ReturnReasonCode" element declaration could not be found.');">ReturnReasonCode</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"AddendaInformation" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"AddendaInformation" element declaration could not be found.');">AddendaInformation</a>></span> ... <span class="nt"></<a title='"AddendaInformation" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"AddendaInformation" element declaration could not be found.');">AddendaInformation</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"TraceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"TraceNumber" element declaration could not be found.');">TraceNumber</a>></span> ... <span class="nt"></<a title='"TraceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"TraceNumber" element declaration could not be found.');">TraceNumber</a>></span> <span class="cs">[1]</span>
<span class="nt"></DishonoredReturnsAddendaRecord></span>
</pre></div></div></div></div><div class="panel-group" id="element_DishonoredReturnsAddendaRecord-schemaComponent-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title collapsed" data-toggle="collapse" data-parent="#element_DishonoredReturnsAddendaRecord-schemaComponent-panel-group" href="#element_DishonoredReturnsAddendaRecord-schemaComponent-collapse">Schema Component Representation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="The Schema Component Representation table above displays the underlying XML representation of the schema component. (Annotations are not shown.)"><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_DishonoredReturnsAddendaRecord-schemaComponent-collapse" class="panel-collapse collapse"><div class="panel-body"><pre class="codehilite"><span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">name=</span><span class="s">"DishonoredReturnsAddendaRecord"</span> <span class="na">ref=</span><span class="s">"ref:NACHARecord"</span><span class="nt">></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:complexType</span><span class="nt">></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:sequence</span><span class="nt">></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"RecordTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RecordTypeCode" element declaration could not be found.');">RecordTypeCode</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"AddendaTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"AddendaTypeCode" element declaration could not be found.');">AddendaTypeCode</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"DishonoredReturnReasonCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"DishonoredReturnReasonCode" element declaration could not be found.');">DishonoredReturnReasonCode</a>"</span> <span class="na">length=</span><span class="s">"3"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"OriginalEntryTraceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"OriginalEntryTraceNumber" element declaration could not be found.');">OriginalEntryTraceNumber</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"Reserved" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"Reserved" element declaration could not be found.');">Reserved</a>"</span> <span class="na">length=</span><span class="s">"6"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"OriginalReceivingDFIIdentification" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"OriginalReceivingDFIIdentification" element declaration could not be found.');">OriginalReceivingDFIIdentification</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"Reserved" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"Reserved" element declaration could not be found.');">Reserved</a>"</span> <span class="na">length=</span><span class="s">"3"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"ReturnTraceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ReturnTraceNumber" element declaration could not be found.');">ReturnTraceNumber</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"ReturnSettlementDate" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ReturnSettlementDate" element declaration could not be found.');">ReturnSettlementDate</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"ReturnReasonCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ReturnReasonCode" element declaration could not be found.');">ReturnReasonCode</a>"</span> <span class="na">length=</span><span class="s">"2"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"AddendaInformation" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"AddendaInformation" element declaration could not be found.');">AddendaInformation</a>"</span> <span class="na">length=</span><span class="s">"21"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"TraceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"TraceNumber" element declaration could not be found.');">TraceNumber</a>"</span><span class="nt">/></span>
<span class="nt"></<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:sequence></span>
<span class="nt"></<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:complexType></span>
<span class="nt"></<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element></span>
</pre></div></div></div></div><div style="text-align: right; clear: both;"><a href="#top" title="Go to top of page"><span class="glyphicon glyphicon-chevron-up"> </span></a></div><hr></hr><h3 class="xs3p-subsection-heading">Element: <a id="element_ExtraRecord" class="name" data-html="true" data-placement="bottom" data-toggle="tooltip" title="Schema component name.">ExtraRecord</a></h3><div class="panel-group" id="element_ExtraRecord-properties-table-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#element_ExtraRecord-properties-table-panel-group" href="#element_ExtraRecord-properties-table-collapse">Properties</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="This table displays the properties of the schema component."><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_ExtraRecord-properties-table-collapse" class="panel-collapse collapse in"><table class="table table-striped xs3p-in-panel-table"><tbody><tr><th>Name</th><td>ExtraRecord</td></tr><tr><th>Type</th><td><span class="type"><a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:string</span></td></tr><tr><th><a title="Look up 'Nillable' in glossary" href="#term_Nillable">Nillable</a></th><td>no</td></tr><tr><th><a title="Look up 'Abstract' in glossary" href="#term_Abstract">Abstract</a></th><td>no</td></tr></tbody></table></div></div></div><div class="panel-group" id="element_ExtraRecord-doc-panel-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#element_ExtraRecord-doc-panel-panel-group" href="#element_ExtraRecord-doc-panel-collapse">Documentation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="This panel contains the schema components documentation."><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_ExtraRecord-doc-panel-collapse" class="panel-collapse collapse in"><div class="panel-body">
No documentation provided.
</div></div></div></div><div class="panel-group" id="element_ExtraRecord-instance-table-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#element_ExtraRecord-instance-table-panel-group" href="#element_ExtraRecord-instance-table-collapse">XML Instance Representation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="The XML Instance Representation table shows the schema component's content as an XML instance.
<ul>
<li>The minimum and maximum occurrence of elements and attributes are provided in square brackets, e.g. [0..1].</li>
<li>Model group information are shown in gray, e.g. Start Choice ... End Choice.</li>
<li>For type derivations, the elements and attributes that have been added to or changed from the base type's content are shown in <strong>bold</strong></li>
<li>If an element/attribute has a fixed value, the fixed value is shown in green.</li>
<li>More stuff</li>
<li>If a local element/attribute has documentation, it will be displayed in a window that pops up when the question mark inside the attribute or next to the element is clicked.</li>
</ul>
"><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_ExtraRecord-instance-table-collapse" class="panel-collapse collapse in"><div class="panel-body"><pre class="codehilite"><span class="nt"><ExtraRecord></span> <span class="type"><a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:string</span> <span class="nt"></ExtraRecord></span>
</pre></div></div></div></div><div class="panel-group" id="element_ExtraRecord-schemaComponent-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title collapsed" data-toggle="collapse" data-parent="#element_ExtraRecord-schemaComponent-panel-group" href="#element_ExtraRecord-schemaComponent-collapse">Schema Component Representation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="The Schema Component Representation table above displays the underlying XML representation of the schema component. (Annotations are not shown.)"><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_ExtraRecord-schemaComponent-collapse" class="panel-collapse collapse"><div class="panel-body"><pre class="codehilite"><span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">name=</span><span class="s">"ExtraRecord"</span> <span class="na">type=</span><span class="s">"<span class="type"><a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:string</span>"</span> <span class="na">ref=</span><span class="s">"ref:NACHARecord"</span><span class="nt">/></span>
</pre></div></div></div></div><div style="text-align: right; clear: both;"><a href="#top" title="Go to top of page"><span class="glyphicon glyphicon-chevron-up"> </span></a></div><hr></hr><h3 class="xs3p-subsection-heading">Element: <a id="element_FileControlRecord" class="name" data-html="true" data-placement="bottom" data-toggle="tooltip" title="Schema component name.">FileControlRecord</a></h3><div class="panel-group" id="element_FileControlRecord-properties-table-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#element_FileControlRecord-properties-table-panel-group" href="#element_FileControlRecord-properties-table-collapse">Properties</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="This table displays the properties of the schema component."><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_FileControlRecord-properties-table-collapse" class="panel-collapse collapse in"><table class="table table-striped xs3p-in-panel-table"><tbody><tr><th>Name</th><td>FileControlRecord</td></tr><tr><th>Type</th><td>Locally-defined complex type</td></tr><tr><th><a title="Look up 'Nillable' in glossary" href="#term_Nillable">Nillable</a></th><td>no</td></tr><tr><th><a title="Look up 'Abstract' in glossary" href="#term_Abstract">Abstract</a></th><td>no</td></tr></tbody></table></div></div></div><div class="panel-group" id="element_FileControlRecord-doc-panel-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#element_FileControlRecord-doc-panel-panel-group" href="#element_FileControlRecord-doc-panel-collapse">Documentation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="This panel contains the schema components documentation."><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_FileControlRecord-doc-panel-collapse" class="panel-collapse collapse in"><div class="panel-body">
No documentation provided.
</div></div></div></div><div class="panel-group" id="element_FileControlRecord-instance-table-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#element_FileControlRecord-instance-table-panel-group" href="#element_FileControlRecord-instance-table-collapse">XML Instance Representation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="The XML Instance Representation table shows the schema component's content as an XML instance.
<ul>
<li>The minimum and maximum occurrence of elements and attributes are provided in square brackets, e.g. [0..1].</li>
<li>Model group information are shown in gray, e.g. Start Choice ... End Choice.</li>
<li>For type derivations, the elements and attributes that have been added to or changed from the base type's content are shown in <strong>bold</strong></li>
<li>If an element/attribute has a fixed value, the fixed value is shown in green.</li>
<li>More stuff</li>
<li>If a local element/attribute has documentation, it will be displayed in a window that pops up when the question mark inside the attribute or next to the element is clicked.</li>
</ul>
"><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_FileControlRecord-instance-table-collapse" class="panel-collapse collapse in"><div class="panel-body"><pre class="codehilite"><span class="nt"><FileControlRecord</span><span class="nt">></span>
<span class="nt"><<a title='"RecordTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RecordTypeCode" element declaration could not be found.');">RecordTypeCode</a>></span> ... <span class="nt"></<a title='"RecordTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RecordTypeCode" element declaration could not be found.');">RecordTypeCode</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"BatchCount" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"BatchCount" element declaration could not be found.');">BatchCount</a>></span> ... <span class="nt"></<a title='"BatchCount" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"BatchCount" element declaration could not be found.');">BatchCount</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"BlockCount" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"BlockCount" element declaration could not be found.');">BlockCount</a>></span> ... <span class="nt"></<a title='"BlockCount" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"BlockCount" element declaration could not be found.');">BlockCount</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"EntryCount" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"EntryCount" element declaration could not be found.');">EntryCount</a>></span> ... <span class="nt"></<a title='"EntryCount" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"EntryCount" element declaration could not be found.');">EntryCount</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"EntryHash" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"EntryHash" element declaration could not be found.');">EntryHash</a>></span> ... <span class="nt"></<a title='"EntryHash" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"EntryHash" element declaration could not be found.');">EntryHash</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"TotalDebit" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"TotalDebit" element declaration could not be found.');">TotalDebit</a>></span> ... <span class="nt"></<a title='"TotalDebit" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"TotalDebit" element declaration could not be found.');">TotalDebit</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"TotalCredit" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"TotalCredit" element declaration could not be found.');">TotalCredit</a>></span> ... <span class="nt"></<a title='"TotalCredit" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"TotalCredit" element declaration could not be found.');">TotalCredit</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"Reserved" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"Reserved" element declaration could not be found.');">Reserved</a>></span> ... <span class="nt"></<a title='"Reserved" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"Reserved" element declaration could not be found.');">Reserved</a>></span> <span class="cs">[1]</span>
<span class="nt"></FileControlRecord></span>
</pre></div></div></div></div><div class="panel-group" id="element_FileControlRecord-schemaComponent-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title collapsed" data-toggle="collapse" data-parent="#element_FileControlRecord-schemaComponent-panel-group" href="#element_FileControlRecord-schemaComponent-collapse">Schema Component Representation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="The Schema Component Representation table above displays the underlying XML representation of the schema component. (Annotations are not shown.)"><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_FileControlRecord-schemaComponent-collapse" class="panel-collapse collapse"><div class="panel-body"><pre class="codehilite"><span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">name=</span><span class="s">"FileControlRecord"</span> <span class="na">ref=</span><span class="s">"ref:NACHARecord"</span><span class="nt">></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:complexType</span><span class="nt">></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:sequence</span><span class="nt">></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"RecordTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RecordTypeCode" element declaration could not be found.');">RecordTypeCode</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"BatchCount" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"BatchCount" element declaration could not be found.');">BatchCount</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"BlockCount" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"BlockCount" element declaration could not be found.');">BlockCount</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"EntryCount" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"EntryCount" element declaration could not be found.');">EntryCount</a>"</span> <span class="na">length=</span><span class="s">"8"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"EntryHash" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"EntryHash" element declaration could not be found.');">EntryHash</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"TotalDebit" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"TotalDebit" element declaration could not be found.');">TotalDebit</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"TotalCredit" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"TotalCredit" element declaration could not be found.');">TotalCredit</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"Reserved" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"Reserved" element declaration could not be found.');">Reserved</a>"</span> <span class="na">length=</span><span class="s">"39"</span><span class="nt">/></span>
<span class="nt"></<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:sequence></span>
<span class="nt"></<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:complexType></span>
<span class="nt"></<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element></span>
</pre></div></div></div></div><div style="text-align: right; clear: both;"><a href="#top" title="Go to top of page"><span class="glyphicon glyphicon-chevron-up"> </span></a></div><hr></hr><h3 class="xs3p-subsection-heading">Element: <a id="element_FileHeaderRecord" class="name" data-html="true" data-placement="bottom" data-toggle="tooltip" title="Schema component name.">FileHeaderRecord</a></h3><div class="panel-group" id="element_FileHeaderRecord-properties-table-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#element_FileHeaderRecord-properties-table-panel-group" href="#element_FileHeaderRecord-properties-table-collapse">Properties</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="This table displays the properties of the schema component."><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_FileHeaderRecord-properties-table-collapse" class="panel-collapse collapse in"><table class="table table-striped xs3p-in-panel-table"><tbody><tr><th>Name</th><td>FileHeaderRecord</td></tr><tr><th>Type</th><td>Locally-defined complex type</td></tr><tr><th><a title="Look up 'Nillable' in glossary" href="#term_Nillable">Nillable</a></th><td>no</td></tr><tr><th><a title="Look up 'Abstract' in glossary" href="#term_Abstract">Abstract</a></th><td>no</td></tr></tbody></table></div></div></div><div class="panel-group" id="element_FileHeaderRecord-doc-panel-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#element_FileHeaderRecord-doc-panel-panel-group" href="#element_FileHeaderRecord-doc-panel-collapse">Documentation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="This panel contains the schema components documentation."><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_FileHeaderRecord-doc-panel-collapse" class="panel-collapse collapse in"><div class="panel-body">
No documentation provided.
</div></div></div></div><div class="panel-group" id="element_FileHeaderRecord-instance-table-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#element_FileHeaderRecord-instance-table-panel-group" href="#element_FileHeaderRecord-instance-table-collapse">XML Instance Representation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="The XML Instance Representation table shows the schema component's content as an XML instance.
<ul>
<li>The minimum and maximum occurrence of elements and attributes are provided in square brackets, e.g. [0..1].</li>
<li>Model group information are shown in gray, e.g. Start Choice ... End Choice.</li>
<li>For type derivations, the elements and attributes that have been added to or changed from the base type's content are shown in <strong>bold</strong></li>
<li>If an element/attribute has a fixed value, the fixed value is shown in green.</li>
<li>More stuff</li>
<li>If a local element/attribute has documentation, it will be displayed in a window that pops up when the question mark inside the attribute or next to the element is clicked.</li>
</ul>
"><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_FileHeaderRecord-instance-table-collapse" class="panel-collapse collapse in"><div class="panel-body"><pre class="codehilite"><span class="nt"><FileHeaderRecord</span><span class="nt">></span>
<span class="nt"><<a title='"RecordTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RecordTypeCode" element declaration could not be found.');">RecordTypeCode</a>></span> ... <span class="nt"></<a title='"RecordTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RecordTypeCode" element declaration could not be found.');">RecordTypeCode</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"PriorityCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"PriorityCode" element declaration could not be found.');">PriorityCode</a>></span> ... <span class="nt"></<a title='"PriorityCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"PriorityCode" element declaration could not be found.');">PriorityCode</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"ImmediateDestination" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ImmediateDestination" element declaration could not be found.');">ImmediateDestination</a>></span> ... <span class="nt"></<a title='"ImmediateDestination" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ImmediateDestination" element declaration could not be found.');">ImmediateDestination</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"ImmediateOrigin" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ImmediateOrigin" element declaration could not be found.');">ImmediateOrigin</a>></span> ... <span class="nt"></<a title='"ImmediateOrigin" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ImmediateOrigin" element declaration could not be found.');">ImmediateOrigin</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"FileCreationDate" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"FileCreationDate" element declaration could not be found.');">FileCreationDate</a>></span> ... <span class="nt"></<a title='"FileCreationDate" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"FileCreationDate" element declaration could not be found.');">FileCreationDate</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"FileCreationTime" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"FileCreationTime" element declaration could not be found.');">FileCreationTime</a>></span> ... <span class="nt"></<a title='"FileCreationTime" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"FileCreationTime" element declaration could not be found.');">FileCreationTime</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"FileIdModifier" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"FileIdModifier" element declaration could not be found.');">FileIdModifier</a>></span> ... <span class="nt"></<a title='"FileIdModifier" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"FileIdModifier" element declaration could not be found.');">FileIdModifier</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"RecordSize" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RecordSize" element declaration could not be found.');">RecordSize</a>></span> ... <span class="nt"></<a title='"RecordSize" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RecordSize" element declaration could not be found.');">RecordSize</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"BlockingFactor" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"BlockingFactor" element declaration could not be found.');">BlockingFactor</a>></span> ... <span class="nt"></<a title='"BlockingFactor" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"BlockingFactor" element declaration could not be found.');">BlockingFactor</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"FormatCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"FormatCode" element declaration could not be found.');">FormatCode</a>></span> ... <span class="nt"></<a title='"FormatCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"FormatCode" element declaration could not be found.');">FormatCode</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"ImmediateDestinationName" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ImmediateDestinationName" element declaration could not be found.');">ImmediateDestinationName</a>></span> ... <span class="nt"></<a title='"ImmediateDestinationName" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ImmediateDestinationName" element declaration could not be found.');">ImmediateDestinationName</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"ImmediateOriginName" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ImmediateOriginName" element declaration could not be found.');">ImmediateOriginName</a>></span> ... <span class="nt"></<a title='"ImmediateOriginName" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ImmediateOriginName" element declaration could not be found.');">ImmediateOriginName</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"ReferenceCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ReferenceCode" element declaration could not be found.');">ReferenceCode</a>></span> ... <span class="nt"></<a title='"ReferenceCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ReferenceCode" element declaration could not be found.');">ReferenceCode</a>></span> <span class="cs">[1]</span>
<span class="nt"></FileHeaderRecord></span>
</pre></div></div></div></div><div class="panel-group" id="element_FileHeaderRecord-schemaComponent-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title collapsed" data-toggle="collapse" data-parent="#element_FileHeaderRecord-schemaComponent-panel-group" href="#element_FileHeaderRecord-schemaComponent-collapse">Schema Component Representation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="The Schema Component Representation table above displays the underlying XML representation of the schema component. (Annotations are not shown.)"><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_FileHeaderRecord-schemaComponent-collapse" class="panel-collapse collapse"><div class="panel-body"><pre class="codehilite"><span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">name=</span><span class="s">"FileHeaderRecord"</span> <span class="na">ref=</span><span class="s">"ref:NACHARecord"</span><span class="nt">></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:complexType</span><span class="nt">></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:sequence</span><span class="nt">></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"RecordTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RecordTypeCode" element declaration could not be found.');">RecordTypeCode</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"PriorityCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"PriorityCode" element declaration could not be found.');">PriorityCode</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"ImmediateDestination" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ImmediateDestination" element declaration could not be found.');">ImmediateDestination</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"ImmediateOrigin" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ImmediateOrigin" element declaration could not be found.');">ImmediateOrigin</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"FileCreationDate" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"FileCreationDate" element declaration could not be found.');">FileCreationDate</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"FileCreationTime" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"FileCreationTime" element declaration could not be found.');">FileCreationTime</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"FileIdModifier" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"FileIdModifier" element declaration could not be found.');">FileIdModifier</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"RecordSize" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RecordSize" element declaration could not be found.');">RecordSize</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"BlockingFactor" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"BlockingFactor" element declaration could not be found.');">BlockingFactor</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"FormatCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"FormatCode" element declaration could not be found.');">FormatCode</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"ImmediateDestinationName" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ImmediateDestinationName" element declaration could not be found.');">ImmediateDestinationName</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"ImmediateOriginName" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ImmediateOriginName" element declaration could not be found.');">ImmediateOriginName</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"ReferenceCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ReferenceCode" element declaration could not be found.');">ReferenceCode</a>"</span><span class="nt">/></span>
<span class="nt"></<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:sequence></span>
<span class="nt"></<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:complexType></span>
<span class="nt"></<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element></span>
</pre></div></div></div></div><div style="text-align: right; clear: both;"><a href="#top" title="Go to top of page"><span class="glyphicon glyphicon-chevron-up"> </span></a></div><hr></hr><h3 class="xs3p-subsection-heading">Element: <a id="element_PPDAddendaRecord" class="name" data-html="true" data-placement="bottom" data-toggle="tooltip" title="Schema component name.">PPDAddendaRecord</a></h3><div class="panel-group" id="element_PPDAddendaRecord-properties-table-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#element_PPDAddendaRecord-properties-table-panel-group" href="#element_PPDAddendaRecord-properties-table-collapse">Properties</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="This table displays the properties of the schema component."><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_PPDAddendaRecord-properties-table-collapse" class="panel-collapse collapse in"><table class="table table-striped xs3p-in-panel-table"><tbody><tr><th>Name</th><td>PPDAddendaRecord</td></tr><tr><th>Type</th><td><span class="type"><a title='Jump to "CommonAddendaRecord" type definition.' href="#type_CommonAddendaRecord">CommonAddendaRecord</a></span></td></tr><tr><th><a title="Look up 'Nillable' in glossary" href="#term_Nillable">Nillable</a></th><td>no</td></tr><tr><th><a title="Look up 'Abstract' in glossary" href="#term_Abstract">Abstract</a></th><td>no</td></tr></tbody></table></div></div></div><div class="panel-group" id="element_PPDAddendaRecord-doc-panel-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#element_PPDAddendaRecord-doc-panel-panel-group" href="#element_PPDAddendaRecord-doc-panel-collapse">Documentation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="This panel contains the schema components documentation."><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_PPDAddendaRecord-doc-panel-collapse" class="panel-collapse collapse in"><div class="panel-body">
No documentation provided.
</div></div></div></div><div class="panel-group" id="element_PPDAddendaRecord-instance-table-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#element_PPDAddendaRecord-instance-table-panel-group" href="#element_PPDAddendaRecord-instance-table-collapse">XML Instance Representation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="The XML Instance Representation table shows the schema component's content as an XML instance.
<ul>
<li>The minimum and maximum occurrence of elements and attributes are provided in square brackets, e.g. [0..1].</li>
<li>Model group information are shown in gray, e.g. Start Choice ... End Choice.</li>
<li>For type derivations, the elements and attributes that have been added to or changed from the base type's content are shown in <strong>bold</strong></li>
<li>If an element/attribute has a fixed value, the fixed value is shown in green.</li>
<li>More stuff</li>
<li>If a local element/attribute has documentation, it will be displayed in a window that pops up when the question mark inside the attribute or next to the element is clicked.</li>
</ul>
"><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_PPDAddendaRecord-instance-table-collapse" class="panel-collapse collapse in"><div class="panel-body"><pre class="codehilite"><span class="nt"><PPDAddendaRecord</span><span class="nt">></span>
<span class="nt"><<a title='"RecordTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RecordTypeCode" element declaration could not be found.');">RecordTypeCode</a>></span> ... <span class="nt"></<a title='"RecordTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RecordTypeCode" element declaration could not be found.');">RecordTypeCode</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"AddendaTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"AddendaTypeCode" element declaration could not be found.');">AddendaTypeCode</a>></span> ... <span class="nt"></<a title='"AddendaTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"AddendaTypeCode" element declaration could not be found.');">AddendaTypeCode</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"PaymentRelatedInfo" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"PaymentRelatedInfo" element declaration could not be found.');">PaymentRelatedInfo</a>></span> ... <span class="nt"></<a title='"PaymentRelatedInfo" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"PaymentRelatedInfo" element declaration could not be found.');">PaymentRelatedInfo</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"AddendaSequenceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"AddendaSequenceNumber" element declaration could not be found.');">AddendaSequenceNumber</a>></span> ... <span class="nt"></<a title='"AddendaSequenceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"AddendaSequenceNumber" element declaration could not be found.');">AddendaSequenceNumber</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"EntryDetailSequenceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"EntryDetailSequenceNumber" element declaration could not be found.');">EntryDetailSequenceNumber</a>></span> ... <span class="nt"></<a title='"EntryDetailSequenceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"EntryDetailSequenceNumber" element declaration could not be found.');">EntryDetailSequenceNumber</a>></span> <span class="cs">[1]</span>
<span class="nt"></PPDAddendaRecord></span>
</pre></div></div></div></div><div class="panel-group" id="element_PPDAddendaRecord-schemaComponent-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title collapsed" data-toggle="collapse" data-parent="#element_PPDAddendaRecord-schemaComponent-panel-group" href="#element_PPDAddendaRecord-schemaComponent-collapse">Schema Component Representation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="The Schema Component Representation table above displays the underlying XML representation of the schema component. (Annotations are not shown.)"><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_PPDAddendaRecord-schemaComponent-collapse" class="panel-collapse collapse"><div class="panel-body"><pre class="codehilite"><span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">name=</span><span class="s">"PPDAddendaRecord"</span> <span class="na">type=</span><span class="s">"<span class="type"><a title='Jump to "CommonAddendaRecord" type definition.' href="#type_CommonAddendaRecord">CommonAddendaRecord</a></span>"</span> <span class="na">ref=</span><span class="s">"ref:NACHARecord"</span><span class="nt">/></span>
</pre></div></div></div></div><div style="text-align: right; clear: both;"><a href="#top" title="Go to top of page"><span class="glyphicon glyphicon-chevron-up"> </span></a></div><hr></hr><h3 class="xs3p-subsection-heading">Element: <a id="element_PPDEntryDetailRecord" class="name" data-html="true" data-placement="bottom" data-toggle="tooltip" title="Schema component name.">PPDEntryDetailRecord</a></h3><div class="panel-group" id="element_PPDEntryDetailRecord-properties-table-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#element_PPDEntryDetailRecord-properties-table-panel-group" href="#element_PPDEntryDetailRecord-properties-table-collapse">Properties</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="This table displays the properties of the schema component."><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_PPDEntryDetailRecord-properties-table-collapse" class="panel-collapse collapse in"><table class="table table-striped xs3p-in-panel-table"><tbody><tr><th>Name</th><td>PPDEntryDetailRecord</td></tr><tr><th>Type</th><td>Locally-defined complex type</td></tr><tr><th><a title="Look up 'Nillable' in glossary" href="#term_Nillable">Nillable</a></th><td>no</td></tr><tr><th><a title="Look up 'Abstract' in glossary" href="#term_Abstract">Abstract</a></th><td>no</td></tr></tbody></table></div></div></div><div class="panel-group" id="element_PPDEntryDetailRecord-doc-panel-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#element_PPDEntryDetailRecord-doc-panel-panel-group" href="#element_PPDEntryDetailRecord-doc-panel-collapse">Documentation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="This panel contains the schema components documentation."><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_PPDEntryDetailRecord-doc-panel-collapse" class="panel-collapse collapse in"><div class="panel-body">
No documentation provided.
</div></div></div></div><div class="panel-group" id="element_PPDEntryDetailRecord-instance-table-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#element_PPDEntryDetailRecord-instance-table-panel-group" href="#element_PPDEntryDetailRecord-instance-table-collapse">XML Instance Representation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="The XML Instance Representation table shows the schema component's content as an XML instance.
<ul>
<li>The minimum and maximum occurrence of elements and attributes are provided in square brackets, e.g. [0..1].</li>
<li>Model group information are shown in gray, e.g. Start Choice ... End Choice.</li>
<li>For type derivations, the elements and attributes that have been added to or changed from the base type's content are shown in <strong>bold</strong></li>
<li>If an element/attribute has a fixed value, the fixed value is shown in green.</li>
<li>More stuff</li>
<li>If a local element/attribute has documentation, it will be displayed in a window that pops up when the question mark inside the attribute or next to the element is clicked.</li>
</ul>
"><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_PPDEntryDetailRecord-instance-table-collapse" class="panel-collapse collapse in"><div class="panel-body"><pre class="codehilite"><span class="nt"><PPDEntryDetailRecord</span><span class="nt">></span>
<span class="nt"><<a title='"RecordTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RecordTypeCode" element declaration could not be found.');">RecordTypeCode</a>></span> ... <span class="nt"></<a title='"RecordTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RecordTypeCode" element declaration could not be found.');">RecordTypeCode</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"TransactionCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"TransactionCode" element declaration could not be found.');">TransactionCode</a>></span> ... <span class="nt"></<a title='"TransactionCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"TransactionCode" element declaration could not be found.');">TransactionCode</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"ReceivingDFIIdentification" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ReceivingDFIIdentification" element declaration could not be found.');">ReceivingDFIIdentification</a>></span> ... <span class="nt"></<a title='"ReceivingDFIIdentification" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ReceivingDFIIdentification" element declaration could not be found.');">ReceivingDFIIdentification</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"CheckDigit" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"CheckDigit" element declaration could not be found.');">CheckDigit</a>></span> ... <span class="nt"></<a title='"CheckDigit" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"CheckDigit" element declaration could not be found.');">CheckDigit</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"DFIAccountNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"DFIAccountNumber" element declaration could not be found.');">DFIAccountNumber</a>></span> ... <span class="nt"></<a title='"DFIAccountNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"DFIAccountNumber" element declaration could not be found.');">DFIAccountNumber</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"Amount" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"Amount" element declaration could not be found.');">Amount</a>></span> ... <span class="nt"></<a title='"Amount" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"Amount" element declaration could not be found.');">Amount</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"IdentificationNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"IdentificationNumber" element declaration could not be found.');">IdentificationNumber</a>></span> ... <span class="nt"></<a title='"IdentificationNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"IdentificationNumber" element declaration could not be found.');">IdentificationNumber</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"IndividualName" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"IndividualName" element declaration could not be found.');">IndividualName</a>></span> ... <span class="nt"></<a title='"IndividualName" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"IndividualName" element declaration could not be found.');">IndividualName</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"DiscretionaryData" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"DiscretionaryData" element declaration could not be found.');">DiscretionaryData</a>></span> ... <span class="nt"></<a title='"DiscretionaryData" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"DiscretionaryData" element declaration could not be found.');">DiscretionaryData</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"AddendaRecordIndicator" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"AddendaRecordIndicator" element declaration could not be found.');">AddendaRecordIndicator</a>></span> ... <span class="nt"></<a title='"AddendaRecordIndicator" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"AddendaRecordIndicator" element declaration could not be found.');">AddendaRecordIndicator</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"TraceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"TraceNumber" element declaration could not be found.');">TraceNumber</a>></span> ... <span class="nt"></<a title='"TraceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"TraceNumber" element declaration could not be found.');">TraceNumber</a>></span> <span class="cs">[1]</span>
<span class="nt"></PPDEntryDetailRecord></span>
</pre></div></div></div></div><div class="panel-group" id="element_PPDEntryDetailRecord-schemaComponent-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title collapsed" data-toggle="collapse" data-parent="#element_PPDEntryDetailRecord-schemaComponent-panel-group" href="#element_PPDEntryDetailRecord-schemaComponent-collapse">Schema Component Representation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="The Schema Component Representation table above displays the underlying XML representation of the schema component. (Annotations are not shown.)"><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_PPDEntryDetailRecord-schemaComponent-collapse" class="panel-collapse collapse"><div class="panel-body"><pre class="codehilite"><span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">name=</span><span class="s">"PPDEntryDetailRecord"</span> <span class="na">ref=</span><span class="s">"ref:NACHARecord"</span><span class="nt">></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:complexType</span><span class="nt">></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:sequence</span><span class="nt">></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"RecordTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RecordTypeCode" element declaration could not be found.');">RecordTypeCode</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"TransactionCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"TransactionCode" element declaration could not be found.');">TransactionCode</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"ReceivingDFIIdentification" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ReceivingDFIIdentification" element declaration could not be found.');">ReceivingDFIIdentification</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"CheckDigit" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"CheckDigit" element declaration could not be found.');">CheckDigit</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"DFIAccountNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"DFIAccountNumber" element declaration could not be found.');">DFIAccountNumber</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"Amount" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"Amount" element declaration could not be found.');">Amount</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"IdentificationNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"IdentificationNumber" element declaration could not be found.');">IdentificationNumber</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"IndividualName" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"IndividualName" element declaration could not be found.');">IndividualName</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"DiscretionaryData" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"DiscretionaryData" element declaration could not be found.');">DiscretionaryData</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"AddendaRecordIndicator" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"AddendaRecordIndicator" element declaration could not be found.');">AddendaRecordIndicator</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"TraceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"TraceNumber" element declaration could not be found.');">TraceNumber</a>"</span><span class="nt">/></span>
<span class="nt"></<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:sequence></span>
<span class="nt"></<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:complexType></span>
<span class="nt"></<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element></span>
</pre></div></div></div></div><div style="text-align: right; clear: both;"><a href="#top" title="Go to top of page"><span class="glyphicon glyphicon-chevron-up"> </span></a></div><hr></hr><h3 class="xs3p-subsection-heading">Element: <a id="element_ReturnsAddendaRecord" class="name" data-html="true" data-placement="bottom" data-toggle="tooltip" title="Schema component name.">ReturnsAddendaRecord</a></h3><div class="panel-group" id="element_ReturnsAddendaRecord-properties-table-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#element_ReturnsAddendaRecord-properties-table-panel-group" href="#element_ReturnsAddendaRecord-properties-table-collapse">Properties</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="This table displays the properties of the schema component."><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_ReturnsAddendaRecord-properties-table-collapse" class="panel-collapse collapse in"><table class="table table-striped xs3p-in-panel-table"><tbody><tr><th>Name</th><td>ReturnsAddendaRecord</td></tr><tr><th>Type</th><td>Locally-defined complex type</td></tr><tr><th><a title="Look up 'Nillable' in glossary" href="#term_Nillable">Nillable</a></th><td>no</td></tr><tr><th><a title="Look up 'Abstract' in glossary" href="#term_Abstract">Abstract</a></th><td>no</td></tr></tbody></table></div></div></div><div class="panel-group" id="element_ReturnsAddendaRecord-doc-panel-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#element_ReturnsAddendaRecord-doc-panel-panel-group" href="#element_ReturnsAddendaRecord-doc-panel-collapse">Documentation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="This panel contains the schema components documentation."><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_ReturnsAddendaRecord-doc-panel-collapse" class="panel-collapse collapse in"><div class="panel-body">
No documentation provided.
</div></div></div></div><div class="panel-group" id="element_ReturnsAddendaRecord-instance-table-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#element_ReturnsAddendaRecord-instance-table-panel-group" href="#element_ReturnsAddendaRecord-instance-table-collapse">XML Instance Representation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="The XML Instance Representation table shows the schema component's content as an XML instance.
<ul>
<li>The minimum and maximum occurrence of elements and attributes are provided in square brackets, e.g. [0..1].</li>
<li>Model group information are shown in gray, e.g. Start Choice ... End Choice.</li>
<li>For type derivations, the elements and attributes that have been added to or changed from the base type's content are shown in <strong>bold</strong></li>
<li>If an element/attribute has a fixed value, the fixed value is shown in green.</li>
<li>More stuff</li>
<li>If a local element/attribute has documentation, it will be displayed in a window that pops up when the question mark inside the attribute or next to the element is clicked.</li>
</ul>
"><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_ReturnsAddendaRecord-instance-table-collapse" class="panel-collapse collapse in"><div class="panel-body"><pre class="codehilite"><span class="nt"><ReturnsAddendaRecord</span><span class="nt">></span>
<span class="nt"><<a title='"RecordTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RecordTypeCode" element declaration could not be found.');">RecordTypeCode</a>></span> ... <span class="nt"></<a title='"RecordTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RecordTypeCode" element declaration could not be found.');">RecordTypeCode</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"AddendaTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"AddendaTypeCode" element declaration could not be found.');">AddendaTypeCode</a>></span> ... <span class="nt"></<a title='"AddendaTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"AddendaTypeCode" element declaration could not be found.');">AddendaTypeCode</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"ReturnReasonCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ReturnReasonCode" element declaration could not be found.');">ReturnReasonCode</a>></span> ... <span class="nt"></<a title='"ReturnReasonCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ReturnReasonCode" element declaration could not be found.');">ReturnReasonCode</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"OriginalEntryTraceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"OriginalEntryTraceNumber" element declaration could not be found.');">OriginalEntryTraceNumber</a>></span> ... <span class="nt"></<a title='"OriginalEntryTraceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"OriginalEntryTraceNumber" element declaration could not be found.');">OriginalEntryTraceNumber</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"DateOfDeath" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"DateOfDeath" element declaration could not be found.');">DateOfDeath</a>></span> ... <span class="nt"></<a title='"DateOfDeath" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"DateOfDeath" element declaration could not be found.');">DateOfDeath</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"OriginalReceivingDFIIdentification" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"OriginalReceivingDFIIdentification" element declaration could not be found.');">OriginalReceivingDFIIdentification</a>></span> ... <span class="nt"></<a title='"OriginalReceivingDFIIdentification" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"OriginalReceivingDFIIdentification" element declaration could not be found.');">OriginalReceivingDFIIdentification</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"AddendaInformation" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"AddendaInformation" element declaration could not be found.');">AddendaInformation</a>></span> ... <span class="nt"></<a title='"AddendaInformation" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"AddendaInformation" element declaration could not be found.');">AddendaInformation</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"TraceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"TraceNumber" element declaration could not be found.');">TraceNumber</a>></span> ... <span class="nt"></<a title='"TraceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"TraceNumber" element declaration could not be found.');">TraceNumber</a>></span> <span class="cs">[1]</span>
<span class="nt"></ReturnsAddendaRecord></span>
</pre></div></div></div></div><div class="panel-group" id="element_ReturnsAddendaRecord-schemaComponent-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title collapsed" data-toggle="collapse" data-parent="#element_ReturnsAddendaRecord-schemaComponent-panel-group" href="#element_ReturnsAddendaRecord-schemaComponent-collapse">Schema Component Representation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="The Schema Component Representation table above displays the underlying XML representation of the schema component. (Annotations are not shown.)"><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="element_ReturnsAddendaRecord-schemaComponent-collapse" class="panel-collapse collapse"><div class="panel-body"><pre class="codehilite"><span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">name=</span><span class="s">"ReturnsAddendaRecord"</span> <span class="na">ref=</span><span class="s">"ref:NACHARecord"</span><span class="nt">></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:complexType</span><span class="nt">></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:sequence</span><span class="nt">></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"RecordTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RecordTypeCode" element declaration could not be found.');">RecordTypeCode</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"AddendaTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"AddendaTypeCode" element declaration could not be found.');">AddendaTypeCode</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"ReturnReasonCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"ReturnReasonCode" element declaration could not be found.');">ReturnReasonCode</a>"</span> <span class="na">length=</span><span class="s">"3"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"OriginalEntryTraceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"OriginalEntryTraceNumber" element declaration could not be found.');">OriginalEntryTraceNumber</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"DateOfDeath" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"DateOfDeath" element declaration could not be found.');">DateOfDeath</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"OriginalReceivingDFIIdentification" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"OriginalReceivingDFIIdentification" element declaration could not be found.');">OriginalReceivingDFIIdentification</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"AddendaInformation" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"AddendaInformation" element declaration could not be found.');">AddendaInformation</a>"</span> <span class="na">length=</span><span class="s">"44"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"TraceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"TraceNumber" element declaration could not be found.');">TraceNumber</a>"</span><span class="nt">/></span>
<span class="nt"></<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:sequence></span>
<span class="nt"></<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:complexType></span>
<span class="nt"></<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element></span>
</pre></div></div></div></div><div style="text-align: right; clear: both;"><a href="#top" title="Go to top of page"><span class="glyphicon glyphicon-chevron-up"> </span></a></div><hr></hr></section><section id="SectionSchemaDefinitions"><h2><a id="SchemaDefinitions">Global Definitions</a></h2><h3 class="xs3p-subsection-heading">Complex Type: <a id="type_CommonAddendaRecord" class="name" data-html="true" data-placement="bottom" data-toggle="tooltip" title="Schema component name.">CommonAddendaRecord</a></h3><div class="panel-group" id="type_CommonAddendaRecord-type-hierarchy-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#type_CommonAddendaRecord-type-hierarchy-panel-group" href="#type_CommonAddendaRecord-type-hierarchy-collapse">Type hierarchy</a></h4></div><div id="type_CommonAddendaRecord-type-hierarchy-collapse" class="panel-collapse collapse in"><table class="table table-striped xs3p-in-panel-table"><tbody><tr><th>Super-types:</th><td>None</td></tr><tr><th>Sub-types:</th><td>None</td></tr></tbody></table></div></div></div><div class="panel-group" id="type_CommonAddendaRecord-properties-table-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#type_CommonAddendaRecord-properties-table-panel-group" href="#type_CommonAddendaRecord-properties-table-collapse">Properties</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="This table displays the properties of the schema component."><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="type_CommonAddendaRecord-properties-table-collapse" class="panel-collapse collapse in"><table class="table table-striped xs3p-in-panel-table"><tbody><tr><th>Name</th><td>CommonAddendaRecord</td></tr><tr><th><a title="Look up 'Abstract' in glossary" href="#term_Abstract">Abstract</a></th><td>no</td></tr></tbody></table></div></div></div><div class="panel-group" id="type_CommonAddendaRecord-doc-panel-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#type_CommonAddendaRecord-doc-panel-panel-group" href="#type_CommonAddendaRecord-doc-panel-collapse">Documentation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="This panel contains the schema components documentation."><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="type_CommonAddendaRecord-doc-panel-collapse" class="panel-collapse collapse in"><div class="panel-body">
No documentation provided.
</div></div></div></div><div class="panel-group" id="type_CommonAddendaRecord-instance-table-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title" data-toggle="collapse" data-parent="#type_CommonAddendaRecord-instance-table-panel-group" href="#type_CommonAddendaRecord-instance-table-collapse">XML Instance Representation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="The XML Instance Representation table shows the schema component's content as an XML instance.
<ul>
<li>The minimum and maximum occurrence of elements and attributes are provided in square brackets, e.g. [0..1].</li>
<li>Model group information are shown in gray, e.g. Start Choice ... End Choice.</li>
<li>For type derivations, the elements and attributes that have been added to or changed from the base type's content are shown in <strong>bold</strong></li>
<li>If an element/attribute has a fixed value, the fixed value is shown in green.</li>
<li>More stuff</li>
<li>If a local element/attribute has documentation, it will be displayed in a window that pops up when the question mark inside the attribute or next to the element is clicked.</li>
</ul>
"><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="type_CommonAddendaRecord-instance-table-collapse" class="panel-collapse collapse in"><div class="panel-body"><pre class="codehilite"><span class="nt"><...</span><span class="nt">></span>
<span class="nt"><<a title='"RecordTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RecordTypeCode" element declaration could not be found.');">RecordTypeCode</a>></span> ... <span class="nt"></<a title='"RecordTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RecordTypeCode" element declaration could not be found.');">RecordTypeCode</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"AddendaTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"AddendaTypeCode" element declaration could not be found.');">AddendaTypeCode</a>></span> ... <span class="nt"></<a title='"AddendaTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"AddendaTypeCode" element declaration could not be found.');">AddendaTypeCode</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"PaymentRelatedInfo" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"PaymentRelatedInfo" element declaration could not be found.');">PaymentRelatedInfo</a>></span> ... <span class="nt"></<a title='"PaymentRelatedInfo" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"PaymentRelatedInfo" element declaration could not be found.');">PaymentRelatedInfo</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"AddendaSequenceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"AddendaSequenceNumber" element declaration could not be found.');">AddendaSequenceNumber</a>></span> ... <span class="nt"></<a title='"AddendaSequenceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"AddendaSequenceNumber" element declaration could not be found.');">AddendaSequenceNumber</a>></span> <span class="cs">[1]</span>
<span class="nt"><<a title='"EntryDetailSequenceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"EntryDetailSequenceNumber" element declaration could not be found.');">EntryDetailSequenceNumber</a>></span> ... <span class="nt"></<a title='"EntryDetailSequenceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"EntryDetailSequenceNumber" element declaration could not be found.');">EntryDetailSequenceNumber</a>></span> <span class="cs">[1]</span>
<span class="nt"></...></span>
</pre></div></div></div></div><div class="panel-group" id="type_CommonAddendaRecord-schemaComponent-panel-group"><div class="panel panel-default"><div class="panel-heading"><h4 class="panel-title"><a class="xs3p-panel-title collapsed" data-toggle="collapse" data-parent="#type_CommonAddendaRecord-schemaComponent-panel-group" href="#type_CommonAddendaRecord-schemaComponent-collapse">Schema Component Representation</a><span class="pull-right xs3p-panel-help"><button type="button" class="btn btn-doc" data-container="body" data-toggle="popover" data-placement="left" data-html="true" data-content="The Schema Component Representation table above displays the underlying XML representation of the schema component. (Annotations are not shown.)"><span class="glyphicon glyphicon-question-sign"> </span></button></span></h4></div><div id="type_CommonAddendaRecord-schemaComponent-collapse" class="panel-collapse collapse"><div class="panel-body"><pre class="codehilite"><span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:complexType</span> <span class="na">name=</span><span class="s">"CommonAddendaRecord"</span><span class="nt">></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:sequence</span><span class="nt">></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"RecordTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"RecordTypeCode" element declaration could not be found.');">RecordTypeCode</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"AddendaTypeCode" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"AddendaTypeCode" element declaration could not be found.');">AddendaTypeCode</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"PaymentRelatedInfo" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"PaymentRelatedInfo" element declaration could not be found.');">PaymentRelatedInfo</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"AddendaSequenceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"AddendaSequenceNumber" element declaration could not be found.');">AddendaSequenceNumber</a>"</span><span class="nt">/></span>
<span class="nt"><<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:element</span> <span class="na">ref=</span><span class="s">"<a title='"EntryDetailSequenceNumber" element declaration could not be found.' href="javascript:void(0)" onclick="alert('"EntryDetailSequenceNumber" element declaration could not be found.');">EntryDetailSequenceNumber</a>"</span><span class="nt">/></span>
<span class="nt"></<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:sequence></span>
<span class="nt"></<a href="#ns_xs" title="Find out namespace of 'xs' prefix">xs</a>:complexType></span>
</pre></div></div></div></div><div style="text-align: right; clear: both;"><a href="#top" title="Go to top of page"><span class="glyphicon glyphicon-chevron-up"> </span></a></div><hr></hr></section><div id="glossary"><h2><a id="Glossary">Glossary</a></h2><p><span class="glossaryTerm"><a id="term_Abstract">Abstract</a> </span>(Applies to complex type definitions and element declarations). An abstract element or complex type cannot used to validate an element instance. If there is a reference to an abstract element, only element declarations that can substitute the abstract element can be used to validate the instance. For references to abstract type definitions, only derived types can be used.</p><p><span class="glossaryTerm"><a id="term_All">All Model Group</a> </span>Child elements can be provided <em>in any order</em> in instances. See: <a title="http://www.w3.org/TR/xmlschema-1/#element-all" href="http://www.w3.org/TR/xmlschema-1/#element-all">http://www.w3.org/TR/xmlschema-1/#element-all</a>.</p><p><span class="glossaryTerm"><a id="term_Choice">Choice Model Group</a> </span><em>Only one</em> from the list of child elements and model groups can be provided in instances. See: <a title="http://www.w3.org/TR/xmlschema-1/#element-choice" href="http://www.w3.org/TR/xmlschema-1/#element-choice">http://www.w3.org/TR/xmlschema-1/#element-choice</a>.</p><p><span class="glossaryTerm"><a id="term_CollapseWS">Collapse Whitespace Policy</a> </span>Replace tab, line feed, and carriage return characters with space character (Unicode character 32). Then, collapse contiguous sequences of space characters into single space character, and remove leading and trailing space characters.</p><p><span class="glossaryTerm"><a id="term_ElemBlock">Disallowed Substitutions</a> </span>(Applies to element declarations). If <em>substitution</em> is specified, then <a title="Look up 'substitution group' in glossary" href="#term_SubGroup">substitution group</a> members cannot be used in place of the given element declaration to validate element instances. If <em>derivation methods</em>, e.g. extension, restriction, are specified, then the given element declaration will not validate element instances that have types derived from the element declaration's type using the specified derivation methods. Normally, element instances can override their declaration's type by specifying an <code>xsi:type</code> attribute.</p><p><span class="glossaryTerm"><a id="term_Key">Key Constraint</a> </span>Like <a title="Look up 'Uniqueness Constraint' in glossary" href="#term_Unique">Uniqueness Constraint</a>, but additionally requires that the specified value(s) must be provided. See: <a title="http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions" href="http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions">http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions</a>.</p><p><span class="glossaryTerm"><a id="term_KeyRef">Key Reference Constraint</a> </span>Ensures that the specified value(s) must match value(s) from a <a title="Look up 'Key Constraint' in glossary" href="#term_Key">Key Constraint</a> or <a title="Look up 'Uniqueness Constraint' in glossary" href="#term_Unique">Uniqueness Constraint</a>. See: <a title="http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions" href="http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions">http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions</a>.</p><p><span class="glossaryTerm"><a id="term_ModelGroup">Model Group</a> </span>Groups together element content, specifying the order in which the element content can occur and the number of times the group of element content may be repeated. See: <a title="http://www.w3.org/TR/xmlschema-1/#Model_Groups" href="http://www.w3.org/TR/xmlschema-1/#Model_Groups">http://www.w3.org/TR/xmlschema-1/#Model_Groups</a>.</p><p><span class="glossaryTerm"><a id="term_Nillable">Nillable</a> </span>(Applies to element declarations). If an element declaration is nillable, instances can use the <code>xsi:nil</code> attribute. The <code>xsi:nil</code> attribute is the boolean attribute, <em>nil</em>, from the <em>http://www.w3.org/2001/XMLSchema-instance</em> namespace. If an element instance has an <code>xsi:nil</code> attribute set to true, it can be left empty, even though its element declaration may have required content.</p><p><span class="glossaryTerm"><a id="term_Notation">Notation</a> </span>A notation is used to identify the format of a piece of data. Values of elements and attributes that are of type, NOTATION, must come from the names of declared notations. See: <a title="http://www.w3.org/TR/xmlschema-1/#cNotation_Declarations" href="http://www.w3.org/TR/xmlschema-1/#cNotation_Declarations">http://www.w3.org/TR/xmlschema-1/#cNotation_Declarations</a>.</p><p><span class="glossaryTerm"><a id="term_PreserveWS">Preserve Whitespace Policy</a> </span>Preserve whitespaces exactly as they appear in instances.</p><p><span class="glossaryTerm"><a id="term_TypeFinal">Prohibited Derivations</a> </span>(Applies to type definitions). Derivation methods that cannot be used to create sub-types from a given type definition.</p><p><span class="glossaryTerm"><a id="term_TypeBlock">Prohibited Substitutions</a> </span>(Applies to complex type definitions). Prevents sub-types that have been derived using the specified derivation methods from validating element instances in place of the given type definition.</p><p><span class="glossaryTerm"><a id="term_ReplaceWS">Replace Whitespace Policy</a> </span>Replace tab, line feed, and carriage return characters with space character (Unicode character 32).</p><p><span class="glossaryTerm"><a id="term_Sequence">Sequence Model Group</a> </span>Child elements and model groups must be provided <em>in the specified order</em> in instances. See: <a title="http://www.w3.org/TR/xmlschema-1/#element-sequence" href="http://www.w3.org/TR/xmlschema-1/#element-sequence">http://www.w3.org/TR/xmlschema-1/#element-sequence</a>.</p><p><span class="glossaryTerm"><a id="term_SubGroup">Substitution Group</a> </span>Elements that are <em>members</em> of a substitution group can be used wherever the <em>head</em> element of the substitution group is referenced.</p><p><span class="glossaryTerm"><a id="term_ElemFinal">Substitution Group Exclusions</a> </span>(Applies to element declarations). Prohibits element declarations from nominating themselves as being able to substitute a given element declaration, if they have types that are derived from the original element's type using the specified derivation methods.</p><p><span class="glossaryTerm"><a id="term_TargetNS">Target Namespace</a> </span>The target namespace identifies the namespace that components in this schema belongs to. If no target namespace is provided, then the schema components do not belong to any namespace.</p><p><span class="glossaryTerm"><a id="term_Unique">Uniqueness Constraint</a> </span>Ensures uniqueness of an element/attribute value, or a combination of values, within a specified scope. See: <a title="http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions" href="http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions">http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions</a>.</p><div style="text-align: right; clear: both;"><a href="#top" title="Go to top of page"><span class="glyphicon glyphicon-chevron-up"> </span></a></div><hr></hr></div><p class="footer">Generated by <a href="https://github.com/Mapudo/xs3p">xs3p</a>.</p></div></div></div><script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js" type="text/javascript" charset="UTF-8"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js" type="text/javascript" charset="UTF-8"></script><script>
$(function () { $("[data-toggle='tooltip']").tooltip(); });
$(function () { $("[data-toggle='popover']").popover(); });
var c = window.markdownit();
$('.xs3p-doc').each(function(i, obj) {
var rawDocID = '#' + $(this).attr('id') + '-raw';
var indent = $(rawDocID).html().match("^\\n[\\t ]*");
if (!(indent === null)) {
normalized = $(rawDocID).html().replace(new RegExp(indent[0], "gm"), "\n");
} else {
normalized = $(rawDocID).html();
}
$(this).html(c.render(normalized));
$(this).find('code,pre').each(function(i, block) {
$(this).html($(this).text());
});
});
$(window).scroll(function() {
if ($(".xs3p-sidebar").css("position") == "fixed" && $(window).height() < $(".xs3p-sidebar").height()) {
var perc = $(window).scrollTop() / $("#xs3p-content").height();
var overflow = $(".xs3p-sidebar").height() + 105 - $(window).height();
$(".xs3p-sidebar").css("top", (65 - Math.round(overflow * perc)) + "px");
}
});
$(window).resize(function() {
if ($(".xs3p-sidebar").css("position") == "fixed") {
$(".xs3p-sidebar").css("top", "65px");
}
});
</script></body></html>