eddy 0.1.0 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.rubocop.yml +103 -37
- data/.solargraph.yml +4 -0
- data/.vscode/settings.json +17 -0
- data/.yardopts +2 -2
- data/CHANGELOG.md +50 -0
- data/Gemfile.lock +21 -7
- data/README.md +32 -3
- data/Rakefile +1 -10
- data/data/004010/code-lists/100.tsv +164 -0
- data/data/004010/code-lists/156.tsv +52 -0
- data/data/004010/code-lists/26.tsv +499 -0
- data/data/004010/code-lists/etc/100-fancy-definitions.tsv +164 -0
- data/data/004010/code-lists/etc/100-with-funds-codes.tsv +180 -0
- data/data/004010/code-lists/etc/26-alpha2.tsv +250 -0
- data/data/004010/code-lists/etc/26-alpha3.tsv +250 -0
- data/data/004010/elements-short.tsv +1405 -0
- data/data/004010/elements.tsv +3 -3
- data/data/004010/segments.tsv +1009 -1003
- data/data/004010/segments/ack.segment.yml +15 -0
- data/data/004010/segments/bak.segment.yml +9 -0
- data/data/004010/segments/beg.segment.yml +17 -0
- data/data/004010/segments/big.segment.yml +10 -0
- data/data/004010/segments/bsn.segment.yml +10 -0
- data/data/004010/segments/cad.segment.yml +14 -0
- data/data/004010/segments/ctp.segment.yml +19 -0
- data/data/004010/segments/ctt.segment.yml +13 -0
- data/data/004010/segments/dtm.segment.yml +7 -0
- data/data/004010/segments/envelope/ge.segment.yml +7 -0
- data/data/004010/segments/envelope/gs.segment.yml +13 -0
- data/data/004010/segments/envelope/iea.segment.yml +8 -0
- data/data/004010/segments/envelope/isa.segment.yml +22 -0
- data/data/004010/segments/envelope/se.segment.yml +7 -0
- data/data/004010/segments/envelope/st.segment.yml +12 -0
- data/data/004010/segments/hl.segment.yml +9 -0
- data/data/004010/segments/it1.segment.yml +20 -0
- data/data/004010/segments/lin.segment.yml +10 -0
- data/data/004010/segments/loop/hl.segment.yml +8 -0
- data/data/004010/segments/man.segment.yml +7 -0
- data/data/004010/segments/n1.segment.yml +9 -0
- data/data/004010/segments/n2.segment.yml +7 -0
- data/data/004010/segments/n3.segment.yml +6 -0
- data/data/004010/segments/n4.segment.yml +9 -0
- data/data/004010/segments/pid.segment.yml +10 -0
- data/data/004010/segments/po1.segment.yml +14 -0
- data/data/004010/segments/prf.segment.yml +9 -0
- data/data/004010/segments/ref.segment.yml +7 -0
- data/data/004010/segments/sac.segment.yml +20 -0
- data/data/004010/segments/sln.segment.yml +12 -0
- data/data/004010/segments/sn1.segment.yml +11 -0
- data/data/004010/segments/td1.segment.yml +13 -0
- data/data/004010/segments/td5.segment.yml +11 -0
- data/data/004010/segments/tds.segment.yml +10 -0
- data/data/schema/element_summary.json +60 -0
- data/data/schema/loop_summary.json +49 -0
- data/data/schema/segment_summary.json +66 -0
- data/data/schema/src/element_summary.schema.yml +73 -0
- data/data/schema/src/loop_summary.schema.yml +50 -0
- data/data/schema/src/segment_summary.schema.yml +59 -0
- data/data/schema/src/transaction_set_summary.schema.yml +27 -0
- data/data/schema/transaction_set_summary.json +33 -0
- data/data/sources.md +114 -145
- data/eddy.gemspec +6 -3
- data/exe/eddy +14 -0
- data/lib/definitions/elements/generated/1005.hierarchical_structure_code.rb +98 -0
- data/lib/definitions/elements/generated/1019.invoice_type_code.rb +40 -0
- data/lib/definitions/elements/generated/103.packaging_code.rb +29 -0
- data/lib/definitions/elements/generated/1166.contract_type_code.rb +87 -0
- data/lib/definitions/elements/generated/1232.purchase_category.rb +53 -0
- data/lib/definitions/elements/generated/127.reference_identification.rb +29 -0
- data/lib/definitions/elements/generated/128.reference_identification_qualifier.rb +1540 -0
- data/lib/definitions/elements/generated/1300.service_promotion_allowance_or_charge_code.rb +1090 -0
- data/lib/definitions/elements/generated/1301.agency_service_promotion_allowance_or_charge_code.rb +29 -0
- data/lib/definitions/elements/generated/133.routing_sequence_code.rb +60 -0
- data/lib/definitions/elements/generated/166.address_information.rb +29 -0
- data/lib/definitions/elements/generated/183.volume.rb +29 -0
- data/lib/definitions/elements/generated/187.weight_qualifier.rb +88 -0
- data/lib/definitions/elements/generated/19.city_name.rb +29 -0
- data/lib/definitions/elements/generated/206.equipment_initial.rb +29 -0
- data/lib/definitions/elements/generated/207.equipment_number.rb +29 -0
- data/lib/definitions/elements/generated/212.unit_price.rb +29 -0
- data/lib/definitions/elements/generated/22.commodity_code.rb +29 -0
- data/lib/definitions/elements/generated/23.commodity_code_qualifier.rb +60 -0
- data/lib/definitions/elements/generated/234.product_service_id.rb +29 -0
- data/lib/definitions/elements/generated/235.product_service_id_qualifier.rb +514 -0
- data/lib/definitions/elements/generated/236.price_identifier_code.rb +201 -0
- data/lib/definitions/elements/generated/248.allowance_or_charge_indicator.rb +44 -0
- data/lib/definitions/elements/generated/26.country_code.rb +535 -0
- data/lib/definitions/elements/generated/284.service_level_code.rb +103 -0
- data/lib/definitions/elements/generated/324.purchase_order_number.rb +29 -0
- data/lib/definitions/elements/generated/326.request_reference_number.rb +29 -0
- data/lib/definitions/elements/generated/327.change_order_sequence_number.rb +29 -0
- data/lib/definitions/elements/generated/328.release_number.rb +29 -0
- data/lib/definitions/elements/generated/330.quantity_ordered.rb +29 -0
- data/lib/definitions/elements/generated/347.hash_total.rb +29 -0
- data/lib/definitions/elements/generated/349.item_description_type.rb +40 -0
- data/lib/definitions/elements/generated/352.description.rb +29 -0
- data/lib/definitions/elements/generated/353.transaction_set_purpose_code.rb +102 -0
- data/lib/definitions/elements/generated/354.number_of_line_items.rb +30 -0
- data/lib/definitions/elements/generated/355.unit_or_basis_for_measurement_code.rb +831 -0
- data/lib/definitions/elements/generated/358.quantity_invoiced.rb +29 -0
- data/lib/definitions/elements/generated/367.contract_number.rb +29 -0
- data/lib/definitions/elements/generated/368.shipment_order_status_code.rb +139 -0
- data/lib/definitions/elements/generated/374.date_time_qualifier.rb +1149 -0
- data/lib/definitions/elements/generated/380.quantity.rb +29 -0
- data/lib/definitions/elements/generated/382.number_of_units_shipped.rb +29 -0
- data/lib/definitions/elements/generated/387.routing.rb +29 -0
- data/lib/definitions/elements/generated/396.shipment_identification.rb +29 -0
- data/lib/definitions/elements/generated/559.agency_qualifier_code.rb +213 -0
- data/lib/definitions/elements/generated/587.acknowledgment_type.rb +52 -0
- data/lib/definitions/elements/generated/610.amount.rb +30 -0
- data/lib/definitions/elements/generated/639.basis_of_unit_price_code.rb +128 -0
- data/lib/definitions/elements/generated/640.transaction_type_code.rb +483 -0
- data/lib/definitions/elements/generated/646.quantity_shipped_to_date.rb +29 -0
- data/lib/definitions/elements/generated/648.price_multiplier_qualifier.rb +43 -0
- data/lib/definitions/elements/generated/649.multiplier.rb +29 -0
- data/lib/definitions/elements/generated/66.identification_code_qualifier.rb +252 -0
- data/lib/definitions/elements/generated/662.relationship_code.rb +42 -0
- data/lib/definitions/elements/generated/668.line_item_status_code.rb +63 -0
- data/lib/definitions/elements/generated/67.identification_code.rb +29 -0
- data/lib/definitions/elements/generated/687.class_of_trade_code.rb +89 -0
- data/lib/definitions/elements/generated/750.product_process_characteristic_code.rb +254 -0
- data/lib/definitions/elements/generated/751.product_description_code.rb +29 -0
- data/lib/definitions/elements/generated/76.invoice_number.rb +29 -0
- data/lib/definitions/elements/generated/782.monetary_amount.rb +29 -0
- data/lib/definitions/elements/generated/786.security_level_code.rb +54 -0
- data/lib/definitions/elements/generated/79.lading_description.rb +29 -0
- data/lib/definitions/elements/generated/80.lading_quantity.rb +30 -0
- data/lib/definitions/elements/generated/87.marks_and_numbers.rb +29 -0
- data/lib/definitions/elements/generated/88.marks_and_numbers_qualifier.rb +57 -0
- data/lib/definitions/elements/generated/91.transportation_method_type_code.rb +108 -0
- data/lib/definitions/elements/generated/92.purchase_order_type_code.rb +106 -0
- data/lib/definitions/elements/generated/98.entity_identifier_code.rb +1349 -0
- data/lib/definitions/elements/manual/116.postal_code.rb +44 -0
- data/lib/definitions/elements/manual/124.application_receivers_code.rb +29 -0
- data/lib/definitions/elements/manual/140.standard_carrier_alpha_code.rb +211 -0
- data/lib/definitions/elements/manual/142.application_senders_code.rb +29 -0
- data/lib/definitions/elements/manual/143.transaction_set_identifier_code.rb +335 -0
- data/lib/definitions/elements/manual/156.state_or_province_code.rb +92 -0
- data/lib/definitions/elements/manual/28.group_control_number.rb +34 -0
- data/lib/definitions/elements/manual/329.transactional_set_control_number.rb +35 -0
- data/lib/definitions/elements/manual/337.time.rb +30 -0
- data/lib/definitions/elements/manual/350.assigned_identification.rb +33 -0
- data/lib/definitions/elements/manual/373.date.rb +30 -0
- data/lib/definitions/elements/manual/455.responsible_agency_code.rb +43 -0
- data/lib/definitions/elements/manual/479.functional_identifier_code.rb +271 -0
- data/lib/definitions/elements/manual/480.version_release_industry_identifier_code.rb +145 -0
- data/lib/definitions/elements/manual/784.length_of_binary_data.rb +30 -0
- data/lib/definitions/elements/manual/785.binary_data.rb +30 -0
- data/lib/definitions/elements/manual/96.number_of_included_segments.rb +30 -0
- data/lib/definitions/elements/manual/97.number_of_transaction_sets_included.rb +30 -0
- data/lib/definitions/elements/manual/hl/628.hierarchical_id_number.rb +29 -0
- data/lib/definitions/elements/manual/hl/734.hierarchical_parent_id_number.rb +29 -0
- data/lib/definitions/elements/manual/hl/735.hierarchical_level_code.rb +207 -0
- data/lib/definitions/elements/manual/hl/736.hierarchical_child_code.rb +39 -0
- data/lib/definitions/elements/manual/i/I01.authorization_information_qualifier.rb +48 -0
- data/lib/definitions/elements/manual/i/I02.authorization_information.rb +33 -0
- data/lib/definitions/elements/manual/i/I03.security_information_qualifier.rb +43 -0
- data/lib/definitions/elements/manual/i/I04.security_information.rb +33 -0
- data/lib/definitions/elements/manual/i/I05.interchange_id_qualifier.rb +75 -0
- data/lib/definitions/elements/manual/i/I06.interchange_sender_id.rb +29 -0
- data/lib/definitions/elements/manual/i/I07.interchange_receiver_id.rb +29 -0
- data/lib/definitions/elements/manual/i/I08.interchange_date.rb +35 -0
- data/lib/definitions/elements/manual/i/I09.interchange_time.rb +36 -0
- data/lib/definitions/elements/manual/i/I10.interchange_control_standards_identifier.rb +42 -0
- data/lib/definitions/elements/manual/i/I11.interchange_control_version_number.rb +55 -0
- data/lib/definitions/elements/manual/i/I12.interchange_control_number.rb +34 -0
- data/lib/definitions/elements/manual/i/I13.acknowledgment_requested.rb +43 -0
- data/lib/definitions/elements/manual/i/I14.usage_indicator.rb +40 -0
- data/lib/definitions/elements/manual/i/I15.component_element_separator.rb +36 -0
- data/lib/definitions/elements/manual/i/I16.number_of_included_functional_groups.rb +30 -0
- data/lib/definitions/elements/manual/misc/81.weight.rb +29 -0
- data/lib/definitions/elements/manual/misc/93.name.rb +29 -0
- data/lib/definitions/segments/generated/ack.rb +192 -0
- data/lib/definitions/segments/generated/bak.rb +90 -0
- data/lib/definitions/segments/generated/beg.rb +226 -0
- data/lib/definitions/segments/generated/big.rb +107 -0
- data/lib/definitions/segments/generated/bsn.rb +107 -0
- data/lib/definitions/segments/generated/cad.rb +175 -0
- data/lib/definitions/segments/generated/ctp.rb +158 -0
- data/lib/definitions/segments/generated/ctt.rb +141 -0
- data/lib/definitions/segments/generated/dtm.rb +56 -0
- data/lib/definitions/segments/generated/it1.rb +277 -0
- data/lib/definitions/segments/generated/lin.rb +107 -0
- data/lib/definitions/segments/generated/man.rb +56 -0
- data/lib/definitions/segments/generated/n1.rb +90 -0
- data/lib/definitions/segments/generated/n3.rb +39 -0
- data/lib/definitions/segments/generated/n4.rb +90 -0
- data/lib/definitions/segments/generated/pid.rb +107 -0
- data/lib/definitions/segments/generated/po1.rb +175 -0
- data/lib/definitions/segments/generated/prf.rb +90 -0
- data/lib/definitions/segments/generated/ref.rb +56 -0
- data/lib/definitions/segments/generated/sac.rb +107 -0
- data/lib/definitions/segments/generated/sln.rb +141 -0
- data/lib/definitions/segments/generated/sn1.rb +124 -0
- data/lib/definitions/segments/generated/td1.rb +158 -0
- data/lib/definitions/segments/generated/td5.rb +107 -0
- data/lib/definitions/segments/generated/tds.rb +39 -0
- data/lib/definitions/segments/manual/envelopes/ge.rb +53 -0
- data/lib/definitions/segments/manual/envelopes/gs.rb +163 -0
- data/lib/definitions/segments/manual/envelopes/iea.rb +53 -0
- data/lib/definitions/segments/manual/envelopes/isa.rb +295 -0
- data/lib/definitions/segments/manual/envelopes/se.rb +52 -0
- data/lib/definitions/segments/manual/envelopes/st.rb +52 -0
- data/lib/definitions/segments/manual/hl.rb +96 -0
- data/lib/definitions/segments/manual/n2.rb +52 -0
- data/lib/definitions/transaction_sets/manual/810/810.rb +143 -0
- data/lib/definitions/transaction_sets/manual/810/loops.rb +109 -0
- data/lib/definitions/transaction_sets/manual/850/850.rb +92 -0
- data/lib/definitions/transaction_sets/manual/850/loops.rb +58 -0
- data/lib/definitions/transaction_sets/manual/855/855.rb +83 -0
- data/lib/definitions/transaction_sets/manual/855/loops.rb +104 -0
- data/lib/definitions/transaction_sets/manual/856/856.rb +83 -0
- data/lib/definitions/transaction_sets/manual/856/loops.rb +155 -0
- data/lib/eddy.rb +29 -7
- data/lib/eddy/build/build.rb +47 -0
- data/lib/eddy/build/elements/element.rb +67 -0
- data/lib/eddy/build/elements/elements.rb +46 -0
- data/lib/eddy/build/elements/id.rb +55 -0
- data/lib/eddy/build/elements/n.rb +48 -0
- data/lib/eddy/build/loop_builder.rb +93 -0
- data/lib/eddy/build/segment_builder.rb +169 -0
- data/lib/eddy/build/transaction_set_builder.rb +218 -0
- data/lib/eddy/cli/cli.rb +39 -0
- data/lib/eddy/config.rb +51 -0
- data/lib/eddy/data.rb +50 -0
- data/lib/eddy/data/persistence/active_record.rb +10 -0
- data/lib/eddy/data/persistence/base.rb +47 -0
- data/lib/eddy/data/persistence/file.rb +50 -0
- data/lib/eddy/data/persistence/memory.rb +65 -0
- data/lib/eddy/data/store.rb +108 -0
- data/lib/eddy/errors.rb +112 -0
- data/lib/eddy/models/element.rb +14 -0
- data/lib/eddy/models/element/an.rb +55 -0
- data/lib/eddy/models/element/b.rb +53 -0
- data/lib/eddy/models/element/base.rb +116 -0
- data/lib/eddy/models/element/composite.rb +6 -0
- data/lib/eddy/models/element/dt.rb +100 -0
- data/lib/eddy/models/element/id.rb +58 -0
- data/lib/eddy/models/element/n.rb +94 -0
- data/lib/eddy/models/element/r.rb +84 -0
- data/lib/eddy/models/element/tm.rb +113 -0
- data/lib/eddy/models/loop.rb +74 -0
- data/lib/eddy/models/segment.rb +35 -0
- data/lib/eddy/models/transaction_set.rb +101 -0
- data/lib/eddy/parse.rb +58 -0
- data/lib/eddy/schema/element_summary.rb +123 -0
- data/lib/eddy/schema/loop_summary.rb +101 -0
- data/lib/eddy/schema/segment_summary.rb +116 -0
- data/lib/eddy/schema/transaction_set_summary.rb +96 -0
- data/lib/eddy/schema/validate.rb +41 -0
- data/lib/eddy/util.rb +16 -0
- data/lib/eddy/util/clean_folder.rb +14 -0
- data/lib/eddy/util/edi_data.rb +153 -0
- data/lib/eddy/util/new_number.rb +24 -0
- data/lib/eddy/util/normalize.rb +51 -0
- data/lib/eddy/util/paths.rb +19 -0
- data/lib/eddy/util/read.rb +38 -0
- data/lib/eddy/util/time.rb +56 -0
- data/lib/eddy/util/timestamp.rb +12 -0
- data/lib/eddy/util/trim.rb +29 -0
- data/lib/eddy/version.rb +1 -1
- data/lib/eddy/write/functional_group.rb +33 -0
- data/lib/eddy/write/interchange.rb +28 -0
- data/lib/eddy/write/simple_interchange.rb +57 -0
- data/lib/generators/eddy/initializer/initializer_generator.rb +17 -0
- data/lib/generators/eddy/initializer/templates/eddy.rb.erb +6 -0
- data/lib/generators/eddy/migration/migration_generator.rb +53 -0
- data/lib/generators/eddy/migration/templates/migration.rb.erb +35 -0
- data/tasks/build.rake +15 -0
- data/tasks/misc/gemspec.rake +12 -0
- data/tasks/misc/missing_lists.rake +240 -0
- data/tasks/misc/yaml2json.rake +20 -0
- data/todo.txt +16 -0
- metadata +297 -42
- data/data/004010/segments/ISA.tsv +0 -17
- data/data/schema.jsonc +0 -67
- data/lib/eddy/build/build_an.rb +0 -31
- data/lib/eddy/build/build_dt.rb +0 -46
- data/lib/eddy/build/build_elements.rb +0 -181
- data/lib/eddy/build/build_id.rb +0 -56
- data/lib/eddy/build/build_r_and_n.rb +0 -69
- data/lib/eddy/build/build_tm.rb +0 -52
- data/lib/eddy/build/segments.rb +0 -25
- data/lib/eddy/definitions/manual/elements/109.dt.pickup_date.rb +0 -20
- data/lib/eddy/definitions/manual/elements/111.tm.pickup_time.rb +0 -20
- data/lib/eddy/definitions/manual/elements/112.an.pier_name.rb +0 -19
- data/lib/eddy/definitions/manual/elements/785.b.binary_data.rb +0 -19
- data/lib/eddy/definitions/manual/elements/81.r.weight.rb +0 -19
- data/lib/eddy/definitions/manual/elements/86.n0.total_equipment.rb +0 -20
- data/lib/eddy/definitions/manual/elements/I02.authorization_information.rb +0 -20
- data/lib/eddy/definitions/manual/elements/I04.security_information.rb +0 -20
- data/lib/eddy/definitions/manual/elements/I08.interchange_date.rb +0 -20
- data/lib/eddy/definitions/manual/elements/I09.interchange_time.rb +0 -20
- data/lib/eddy/definitions/manual/elements/I15.component_element_separator.rb +0 -32
- data/lib/eddy/definitions/manual/segments/n1.rb +0 -14
- data/lib/eddy/element.rb +0 -14
- data/lib/eddy/element/an.rb +0 -36
- data/lib/eddy/element/b.rb +0 -9
- data/lib/eddy/element/base.rb +0 -37
- data/lib/eddy/element/dt.rb +0 -89
- data/lib/eddy/element/id.rb +0 -40
- data/lib/eddy/element/n.rb +0 -43
- data/lib/eddy/element/r.rb +0 -47
- data/lib/eddy/element/tm.rb +0 -108
- data/lib/eddy/error.rb +0 -14
- data/lib/eddy/helpers.rb +0 -31
- data/lib/eddy/segment.rb +0 -12
- data/lib/eddy/transaction_set.rb +0 -35
data/data/004010/elements.tsv
CHANGED
@@ -313,7 +313,7 @@ id name type min max description
|
|
313
313
|
370 Terms Discount Due Date DT 8 8 Date payment is due if discount is to be earned expressed in format CCYYMMDD
|
314
314
|
371 Change Reason Code ID 2 2 Code specifying the reason for price or quantity change
|
315
315
|
372 Lading Liability Code ID 1 1 Code identifying limits of liability
|
316
|
-
373 Date
|
316
|
+
373 Date DT 8 8 Date expressed as CCYYMMDD
|
317
317
|
374 Date/Time Qualifier ID 3 3 Code specifying type of date or time, or both date and time
|
318
318
|
375 Tariff Service Code ID 2 2 Code specifying the types of services for rating purposes
|
319
319
|
376 Test Indicator ID 1 1 Code indicating whether data enclosed by this interchange envelope is test or production
|
@@ -738,7 +738,7 @@ id name type min max description
|
|
738
738
|
857 Pre-Price Quantity Designator N6 1 9 Number of units for which retail value is quoted
|
739
739
|
858 Retail Pre-Price R 1 9 Retail value to be placed/printed for an item appearing on the transmitted purchase order
|
740
740
|
859 Activity Code ID 2 2 Code identifying activity details for the product being reported
|
741
|
-
860 D-U-N-S Number ID 9 9 Identifying number assigned by Dun
|
741
|
+
860 D-U-N-S Number ID 9 9 Identifying number assigned by Dun & Bradstreet (Data Universal Numbering System)
|
742
742
|
861 Supplier's Delivery/Return Number AN 1 22 Identifying number assigned by the supplier to the transaction
|
743
743
|
862 Receiver's Location Number AN 1 6 Number assigned by the customer that when combined with receiver Duns number uniquely identifies the receiving location
|
744
744
|
863 X-Peg R 1 6 Horizontal distance from the edge to the center of the peg hole (measured from the left)
|
@@ -1353,7 +1353,7 @@ I11 Interchange Control Version Number ID 5 5 This version number covers the int
|
|
1353
1353
|
I12 Interchange Control Number N0 9 9 A control number assigned by the interchange sender
|
1354
1354
|
I13 Acknowledgment Requested ID 1 1 Code sent by the sender to request an interchange acknowledgment (TA1)
|
1355
1355
|
I14 Usage Indicator ID 1 1 Code to indicate whether data enclosed by this interchange envelope is test, production or information
|
1356
|
-
I15 Component Element Separator
|
1356
|
+
I15 Component Element Separator AN 1 1 Type is not applicable; the component element separator is a delimiter and not a data element; this field provides the delimiter used to separate component data elements within a composite data structure; this value must be different than the data element separator and the segment terminator
|
1357
1357
|
I16 Number of Included Functional Groups N0 1 5 A count of the number of functional groups included in an interchange
|
1358
1358
|
I17 Interchange Acknowledgment Code ID 1 1 This indicates the status of the receipt of the interchange control structure
|
1359
1359
|
I18 Interchange Note Code ID 3 3 This numeric code indicates the error found processing the interchange control structure
|
data/data/004010/segments.tsv
CHANGED
@@ -1,1003 +1,1009 @@
|
|
1
|
-
id
|
2
|
-
AAA Request Validation
|
3
|
-
ACD Account Description
|
4
|
-
ACK Line Item Acknowledgment
|
5
|
-
ACS Ancillary Charges
|
6
|
-
ACT Account Identification
|
7
|
-
AD1 Adjustment Amount
|
8
|
-
ADI Animal Disposition
|
9
|
-
ADJ Adjustments To Balances Or Services
|
10
|
-
ADT Animal Parturition Status
|
11
|
-
ADV Advertising Demographic Information
|
12
|
-
ADX Adjustment
|
13
|
-
AEI Equipment Information Summary
|
14
|
-
AES Automatic Equipment Identification Site Information
|
15
|
-
AIN Income
|
16
|
-
AK1 Functional Group Response Header
|
17
|
-
AK2 Transaction Set Response Header
|
18
|
-
AK3 Data Segment Note
|
19
|
-
AK4 Data Element Note
|
20
|
-
AK5 Transaction Set Response Trailer
|
21
|
-
AK9 Functional Group Response Trailer
|
22
|
-
AM1 Informational Values
|
23
|
-
AMT Monetary Amount Information
|
24
|
-
ANI Animal Identification
|
25
|
-
AOC Animal Offspring Counts
|
26
|
-
AOI Animal Offspring/Fetus Identification
|
27
|
-
AOL Animal Observation Location
|
28
|
-
AOR Animal Observation Result
|
29
|
-
AP1 Alternate Parts
|
30
|
-
APE Assurance Protocol Error
|
31
|
-
API Activity Or Process Information
|
32
|
-
APR Association Of American Railroads Pool Code Restrictions
|
33
|
-
ARC Animal Results Counts
|
34
|
-
ARS Applicant Residence Specifics
|
35
|
-
ASI Action Or Status Indicator
|
36
|
-
ASL Asset Liability
|
37
|
-
ASM Amount And Settlement Method
|
38
|
-
ASO Asset Ownership
|
39
|
-
AST Animal Reproductive Status
|
40
|
-
AT1 Bill Of Lading Line Item Number
|
41
|
-
AT2 Bill Of Lading Line Item Detail
|
42
|
-
AT3 Bill Of Lading Rates And Charges
|
43
|
-
AT4 Bill Of Lading Description
|
44
|
-
AT5 Bill Of Lading Handling Requirements
|
45
|
-
AT6 International Manifest Information
|
46
|
-
AT7 Shipment Status Details
|
47
|
-
AT8 Shipment Weight, Packaging And Quantity Data
|
48
|
-
AT9 Trailer Or Container Dimension And Weight
|
49
|
-
ATA Beginning Segment For Motor Carrier Delivery Trailer Manifest
|
50
|
-
ATH Resource Authorization
|
51
|
-
ATN Attendance
|
52
|
-
ATR Animal Test Result
|
53
|
-
ATV Student Activities And Awards
|
54
|
-
AVA Funds Availability
|
55
|
-
AWD Amount With Description
|
56
|
-
AXL Vehicle Axle Measurements
|
57
|
-
B1 Beginning Segment For Booking Or Pickup/Delivery
|
58
|
-
B10 Beginning Segment For Transportation Carrier Shipment Status Mess
|
59
|
-
B11 Beginning Segment For Shipment Status Inquiry
|
60
|
-
B12 Beginning Segment For Consolidation Of Goods In Container
|
61
|
-
B13 Beginning Segment For Appointment Schedule
|
62
|
-
B2 Beginning Segment For Shipment Information Transaction
|
63
|
-
B2A Set Purpose
|
64
|
-
B3 Beginning Segment For Carrier's Invoice
|
65
|
-
B3A Invoice Type
|
66
|
-
B3B Beginning Segment For Rail Carrier's Invoice
|
67
|
-
B4 Beginning Segment For Inquiry Or Reply
|
68
|
-
B9 Beginning Segment For Logistics Services
|
69
|
-
B9A Service Request
|
70
|
-
BA1 Export Shipment Identifying Information
|
71
|
-
BA2 Beginning Segment For Cargo Terminal Information
|
72
|
-
BAA Beginning Segment For Product Transfer Account Adjustment
|
73
|
-
BAK Beginning Segment For Purchase Order Acknowledgment
|
74
|
-
BAL Balance Detail
|
75
|
-
BAT Batch
|
76
|
-
BAU Beginning Segment For The Debit Authorization
|
77
|
-
BAX Beginning Segment For Advance Consist And Transportation Automati
|
78
|
-
BBC Legal Claims
|
79
|
-
BC Beginning Segment For Contract Completion Status
|
80
|
-
BCA Beginning Segment For Purchase Order Change Acknowledgment
|
81
|
-
BCD Beginning Credit/Debit Adjustment
|
82
|
-
BCH Beginning Segment For Purchase Order Change
|
83
|
-
BCI Basic Claim Information
|
84
|
-
BCM Beginning Segment For Contractor Cost Data Reporting
|
85
|
-
BCO Beginning Segment For Procurement Notices
|
86
|
-
BCP Beginning Segment For Contract Pricing Proposal
|
87
|
-
BCQ Beginning Segment For Shipper's Car Order
|
88
|
-
BCS Beginning Segment For Project Cost Reporting
|
89
|
-
BCT Beginning Segment For Price/Sales Catalog
|
90
|
-
BCU Legal Claim Updates
|
91
|
-
BDD Beginning Segment For Shipment Delivery Discrepancy Information
|
92
|
-
BDS Binary Data Structure
|
93
|
-
BEG Beginning Segment For Purchase Order
|
94
|
-
BEN Beneficiary Or Owner Information
|
95
|
-
BEP Borrower Education Program
|
96
|
-
BFR Beginning Segment For Planning Schedule
|
97
|
-
BFS Borrower Financial Summary
|
98
|
-
BGF Beginning Segment For File Transfer Information
|
99
|
-
BGN Beginning Segment
|
100
|
-
BGP Beginning Segment For Problem Log Inquiry Or Advice
|
101
|
-
BHT Beginning Of Hierarchical Transaction
|
102
|
-
BIA Beginning Segment For Inventory Inquiry/Advice
|
103
|
-
BIG Beginning Segment For Invoice
|
104
|
-
BIN Binary Data Segment
|
105
|
-
BIX Beginning Segment For Automotive Inspection
|
106
|
-
BJF Beginning Segment Railroad Junctions And Interchanges Update Acti
|
107
|
-
BL Billing Information
|
108
|
-
BLI Basic Baseline Item Data
|
109
|
-
BLN Balance Information
|
110
|
-
BLR Transportation Carrier Identification
|
111
|
-
BLS Beginning Segment For Asset Schedule
|
112
|
-
BMA Beginning Segment For Market Development Fund Allocation
|
113
|
-
BMG Beginning Segment For Text Message
|
114
|
-
BMM Beginning Segment For Multilevel Railcar Load Details Transaction
|
115
|
-
BMP Beginning Segment For Market Development Fund Settlement
|
116
|
-
BMS Beginning Segment For Material Safety Data Sheet
|
117
|
-
BNR Beginning Segment For Nonconformance Report
|
118
|
-
BNX Rail Shipment Information
|
119
|
-
BOL Beginning Segment For The Motor Carrier Bill Of Lading
|
120
|
-
BOR Beginning Of Report
|
121
|
-
BOS Beginning Segment For Joint Interest Billing And Operating Expens
|
122
|
-
BOX Box Office Detail
|
123
|
-
BPA Beginning Segment For Price Authorization Acknowledgment/Status
|
124
|
-
BPP Beginning Segment For Project Schedule Reporting
|
125
|
-
BPR Beginning Segment For Payment Order/Remittance Advice
|
126
|
-
BPT Beginning Segment For Product Transfer And Resale
|
127
|
-
BQR Beginning Segment For Response To Request For Quotation
|
128
|
-
BQT Beginning Segment For Request For Quotation
|
129
|
-
BR Beginning Segment For Material Management
|
130
|
-
BRA Beginning Segment For Receiving Advice Or Acceptance Certificate
|
131
|
-
BRC Beginning Segment For Response To Product Transfer Account Adjust
|
132
|
-
BRR Beginning Segment For Railroad Mark Register Update Activity
|
133
|
-
BSC Beginning Segment For Commission Sales Report And Periodic Compen
|
134
|
-
BSD Breakdown Structure Description
|
135
|
-
BSF Business Function
|
136
|
-
BSI Beginning Segment For Order Status Inquiry
|
137
|
-
BSN Beginning Segment For Ship Notice
|
138
|
-
BSR Beginning Segment For Order Status Report
|
139
|
-
BSS Beginning Segment For Shipping Schedule/Production Sequence
|
140
|
-
BSW Beginning Segment For Carrier S Services Settlement
|
141
|
-
BT1 Batch Totals
|
142
|
-
BTA Beginning Tax Acknowledgment
|
143
|
-
BTC Beginning Segment For Parameter Trace Registration
|
144
|
-
BTI Beginning Tax Information
|
145
|
-
BTP Beginning Segment For Trading Partner Profile
|
146
|
-
BTR Beginning Segment For Test Results
|
147
|
-
BTS Beginning Segment For Train Sheets
|
148
|
-
BUY Loan Buydown
|
149
|
-
BVA Beginning Vehicle Advice
|
150
|
-
BVB Beginning Segment For Vehicle Baying Order
|
151
|
-
BVP Beginning Segment For Vehicle Shipping Order
|
152
|
-
BVS Beginning Segment For Vehicle Service
|
153
|
-
BW Beginning Segment For Weight Message Set
|
154
|
-
BX General Shipment Information
|
155
|
-
C2 Bank Id
|
156
|
-
C3 Currency Identifier
|
157
|
-
C4 Alternate Amount Due
|
158
|
-
C8 Certifications And Clauses
|
159
|
-
C8C Certifications Clauses Continuation
|
160
|
-
CA1 Rate Request Identifier
|
161
|
-
CAD Carrier Details
|
162
|
-
CAI Civil Action Income
|
163
|
-
CAL Calendar
|
164
|
-
CAS Claims Adjustment
|
165
|
-
CAT Category Of Patient Information Service
|
166
|
-
CB1 Contract And Cost Accounting Standards Data
|
167
|
-
CBS Cost Breakdown Structure
|
168
|
-
CCI Credit Counseling Information
|
169
|
-
CD Shipment Conditions
|
170
|
-
CD1 Cargo Detail
|
171
|
-
CD2 Multi-Valued Characteristics
|
172
|
-
CD3 Carton (Package) Detail
|
173
|
-
CDA Consumer Credit Account
|
174
|
-
CDD Credit/Debit Adjustment Detail
|
175
|
-
CDI Change Detail Information
|
176
|
-
CDS Case Description
|
177
|
-
CED Administration Of Justice Event Description
|
178
|
-
CF1 Beginning Segment For Summary Freight Bill Manifest
|
179
|
-
CF2 Summary Freight Bill Detail
|
180
|
-
CFI Compensation Financial Information
|
181
|
-
CFT Cost Reporting Format Type
|
182
|
-
CGS Charge
|
183
|
-
CHB Chargeback Information
|
184
|
-
CHR Car Hire Rates
|
185
|
-
CI Carrier Interchange Agreement
|
186
|
-
CIC Car Information Control
|
187
|
-
CID Characteristic/Class Id
|
188
|
-
CII Conveyance Insurance Information
|
189
|
-
CIV Civil Action Liability
|
190
|
-
CL1 Claim Codes
|
191
|
-
CLD Load Detail
|
192
|
-
CLI Cost Line Item
|
193
|
-
CLM Health Claim
|
194
|
-
CLP Claim Level Data
|
195
|
-
CLR Car Location Routing Request
|
196
|
-
CM Cargo Manifest
|
197
|
-
CMA Cooperative Market Agreement
|
198
|
-
CMC Commodity Classification
|
199
|
-
CN1 Contract Information
|
200
|
-
COB Coordination Of Benefits
|
201
|
-
COM Communication Contact Information
|
202
|
-
CON Contract Number Detail
|
203
|
-
CPR Commodity Price Reference
|
204
|
-
CQ Credentials And Qualifications
|
205
|
-
CR1 Ambulance Certification
|
206
|
-
CR2 Chiropractic Certification
|
207
|
-
CR3 Durable Medical Equipment Certification
|
208
|
-
CR4 Enteral Or Parenteral Therapy Certification
|
209
|
-
CR5 Oxygen Therapy Certification
|
210
|
-
CR6 Home Health Care Certification
|
211
|
-
CR7 Home Health Treatment Plan Certification
|
212
|
-
CR8 Pacemaker Certification
|
213
|
-
CRC Conditions Indicator
|
214
|
-
CRD Content Reporting Detail
|
215
|
-
CRI Claim Report Information
|
216
|
-
CRO Credit Report Order Details
|
217
|
-
CRS Course Record
|
218
|
-
CRT Contractor Report Type
|
219
|
-
CRV Product Origin Reference
|
220
|
-
CS Contract Summary
|
221
|
-
CSB Cryptographic Service Message Body
|
222
|
-
CSC Cryptographic Service Message Certificates And Keys
|
223
|
-
CSD Consolidated Shipment Invoice Data
|
224
|
-
CSE Educational Course Information
|
225
|
-
CSF Conditional Sampling Frequency
|
226
|
-
CSH Sales Requirements
|
227
|
-
CSI Claim Status Information
|
228
|
-
CSM Cryptographic Service Message Header
|
229
|
-
CSS Conditional Sampling Sequence
|
230
|
-
CST Cost Analysis
|
231
|
-
CSU Supplemental Course Data
|
232
|
-
CT Car Type
|
233
|
-
CTB Restrictions/Conditions
|
234
|
-
CTC Car Hire Transaction Control
|
235
|
-
CTP Pricing Information
|
236
|
-
CTT Transaction Totals
|
237
|
-
CTX Context
|
238
|
-
CUR Currency
|
239
|
-
CV Cycle/Summary Value
|
240
|
-
CYC Car Hire Cycle
|
241
|
-
D9 Destination Station
|
242
|
-
DAD Debit Authorization Detail
|
243
|
-
DAI Appendix Information
|
244
|
-
DAM Damage Information
|
245
|
-
DB Disbursement Information
|
246
|
-
DD Demand Detail
|
247
|
-
DDI Explanation
|
248
|
-
DED Deductions
|
249
|
-
DEF Delayed Repayment
|
250
|
-
DEG Degree Record
|
251
|
-
DEL Delivery Logistics
|
252
|
-
DEP Deposit
|
253
|
-
DEX Delivery Execution Information
|
254
|
-
DFI Default Information
|
255
|
-
DH Dealer Hours
|
256
|
-
DIS Discount Detail
|
257
|
-
DK Docket Header
|
258
|
-
DL Auto Claim Detail - Labor
|
259
|
-
DLV Deliverable Information
|
260
|
-
DM Demurrage/Detention/ Storage Rate
|
261
|
-
DMA Additional Demographic Information
|
262
|
-
DMG Demographic Information
|
263
|
-
DMI Data Maintenance Information
|
264
|
-
DN Dealer Effectivity
|
265
|
-
DN1 Orthodontic Information
|
266
|
-
DN2 Tooth Summary
|
267
|
-
DOS Definition Of Share
|
268
|
-
DP Auto Claim Detail - Parts
|
269
|
-
DPN Dependent Information
|
270
|
-
DR Docket Range
|
271
|
-
DRT Deprescription Rate Detail
|
272
|
-
DSB Disability Information
|
273
|
-
DTM Date/Time Reference
|
274
|
-
DTP Date Or Time Or Period
|
275
|
-
DVI Dynamic Vehicle Information
|
276
|
-
E01 Electronic Form Main Heading
|
277
|
-
E03 Interchange Order Of Segments
|
278
|
-
E1 Empty Car Disposition - Pended Destination Consignee
|
279
|
-
E10 Transaction Set Grouping
|
280
|
-
E13 Segment Order In Transaction Set
|
281
|
-
E20 Segment Header Information
|
282
|
-
E22 Data Element Relationships In A Segment Or Composite
|
283
|
-
E24 Data Element Sequence In A Segment Or Composite
|
284
|
-
E30 Data Element Attributes
|
285
|
-
E34 Code List Values For A Data Element
|
286
|
-
E4 Empty Car Disposition - Pended Destination City
|
287
|
-
E40 Edi Standards Note Reference
|
288
|
-
E41 Composite Header Information
|
289
|
-
E5 Empty Car Disposition - Pended Destination Route
|
290
|
-
E6 Advance Car Disposition
|
291
|
-
E8 Blocking And Response Information
|
292
|
-
EA Equipment Attributes
|
293
|
-
EB Eligibility Or Benefit Information
|
294
|
-
EC Employment Class
|
295
|
-
ED Equipment Description
|
296
|
-
EDF Educational Fee Information
|
297
|
-
EFI Electronic Format Identification
|
298
|
-
EI Automatic Equipment Identification
|
299
|
-
EIA Beginning Segment For Equipment Inquiry Or Advice
|
300
|
-
ELV Employee Leave Summary
|
301
|
-
EM Equipment Characteristics
|
302
|
-
EMP Employer
|
303
|
-
EMS Employment Position
|
304
|
-
EMT Employment
|
305
|
-
ENE Electronic Systems Environment
|
306
|
-
ENM School Enrollment Data
|
307
|
-
ENR School Enrollment Information
|
308
|
-
ENT Entity
|
309
|
-
EQ Eligibility Or Benefit Inquiry
|
310
|
-
EQD Eqd Equipment Damage Information
|
311
|
-
ER Rail Event Reporting
|
312
|
-
ERI Entity Relationship
|
313
|
-
ERP Educational Record Purpose
|
314
|
-
ES Equipment Status
|
315
|
-
ESI Employment Status Information
|
316
|
-
ETD Excess Transportation Detail
|
317
|
-
EXI Excavation Ticket Information
|
318
|
-
F01 Identification Of Claim (Claimant Originated)
|
319
|
-
F02 Identification Of Shipment
|
320
|
-
F04 Weight/Volume Loss
|
321
|
-
F05 Allowance/Charge (Claim)
|
322
|
-
F07 Auto Claim Detail
|
323
|
-
F09 Detail - Supporting Evidence For Claim
|
324
|
-
F10 Identification Of Claim (Tracer)
|
325
|
-
F11 Status
|
326
|
-
F12 Basic Claim Information - Automotive
|
327
|
-
F13 Payment Information
|
328
|
-
F14 Line Item Reject
|
329
|
-
F6X Identification (Automotive)
|
330
|
-
F9 Origin Station
|
331
|
-
FA1 Type Of Financial Accounting Data
|
332
|
-
FA2 Accounting Data
|
333
|
-
FAA Financial Asset Account
|
334
|
-
FAC Facing Direction
|
335
|
-
FBB Foreign And Industry Business
|
336
|
-
FC Financial Contribution
|
337
|
-
FCL Foreclosure
|
338
|
-
FDA Facility Description
|
339
|
-
FGS Form Group
|
340
|
-
FH Family History
|
341
|
-
FIR Financial Information
|
342
|
-
FIS Mortgage Loan Fiscal Data
|
343
|
-
FK Factor
|
344
|
-
FNA Financial Status Information
|
345
|
-
FOB F.O.B. Related Instructions
|
346
|
-
FOS Field Of Study
|
347
|
-
FPT Financial Participation
|
348
|
-
FRM Supporting Documentation
|
349
|
-
FSA Flexible Spending Account
|
350
|
-
FST Forecast Schedule
|
351
|
-
FTH First Time Home Buyer
|
352
|
-
G01 Invoice Identification
|
353
|
-
G05 Total Shipment Information
|
354
|
-
G07 Carrier Information
|
355
|
-
G08 Pallet Receipt Disposition
|
356
|
-
G1 Shipment Type Information
|
357
|
-
G11 Coupon Reporting Specifications
|
358
|
-
G12 Coupon Physical Characteristics
|
359
|
-
G13 Store Size Attributes
|
360
|
-
G14 Coupon Special Processing
|
361
|
-
G15 Coupon Distribution
|
362
|
-
G17 Item Detail - Invoice
|
363
|
-
G18 Store Category Size
|
364
|
-
G19 Line Item Detail - Quantity/Unit Of Measure/Price Differences
|
365
|
-
G2 Beyond Routing
|
366
|
-
G20 Item Packing Detail
|
367
|
-
G21 Product Information
|
368
|
-
G22 Pre-Pricing Information
|
369
|
-
G23 Terms Of Sale
|
370
|
-
G24 Promotion Reference
|
371
|
-
G25 F.O.B. Information
|
372
|
-
G26 Pricing Conditions
|
373
|
-
G28 Line Item Numbers
|
374
|
-
G29 Store Display Information
|
375
|
-
G3 Compensation Information
|
376
|
-
G30 Retail Account Marketing Types
|
377
|
-
G31 Total Invoice Quantity
|
378
|
-
G32 Survey Question Response
|
379
|
-
G33 Total Dollars Summary
|
380
|
-
G35 Advertising Feature Information
|
381
|
-
G36 Price List Reference
|
382
|
-
G37 Labor Activity
|
383
|
-
G38 Claim Payment Information
|
384
|
-
G39 Item Characteristics - Vendor's Selling Unit
|
385
|
-
G4 Scale Identification
|
386
|
-
G40 Bracket Price
|
387
|
-
G42 Promotion Announcement Identification
|
388
|
-
G43 Promotion/Price List Area
|
389
|
-
G45 Line Item Detail - Promotion
|
390
|
-
G46 Promotion Allowance/Charge
|
391
|
-
G47 Statement Identification
|
392
|
-
G48 Statement/Invoice Identification
|
393
|
-
G49 Statement Total
|
394
|
-
G5 Scale Information
|
395
|
-
G50 Purchase Order Identification
|
396
|
-
G51 Free Goods/Product Condition
|
397
|
-
G53 Maintenance Type
|
398
|
-
G54 Module Description
|
399
|
-
G55 Item Characteristics - Consumer Unit
|
400
|
-
G61 Contact
|
401
|
-
G62 Date/Time
|
402
|
-
G63 Period
|
403
|
-
G66 Transportation Instructions
|
404
|
-
G68 Line Item Detail - Product
|
405
|
-
G69 Line Item Detail - Description
|
406
|
-
G70 Line Item Detail - Miscellaneous
|
407
|
-
G72 Allowance Or Charge
|
408
|
-
G73 Allowance Or Charge Description
|
409
|
-
G76 Total Purchase Order
|
410
|
-
G82 Delivery/Return Base Record Identifier
|
411
|
-
G83 Line Item Detail/Direct Store Delivery
|
412
|
-
G84 Delivery/Return Record Of Totals
|
413
|
-
G85 Record Integrity Check
|
414
|
-
G86 Signature Identification
|
415
|
-
G87 Delivery/Return Adjustment Identification
|
416
|
-
G88 Delivery/Return Identification Adjustment
|
417
|
-
G89 Line Item Detail - Adjustment
|
418
|
-
G91 Price Change Status
|
419
|
-
G92 Purchase Order Change Type
|
420
|
-
G93 Price Bracket Identification
|
421
|
-
G94 Promotion Conditions
|
422
|
-
G95 Performance Requirements
|
423
|
-
GA Canadian Grain Information
|
424
|
-
GDP General Dosing Parameters
|
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
|
-
|
818
|
-
|
819
|
-
|
820
|
-
|
821
|
-
|
822
|
-
|
823
|
-
|
824
|
-
|
825
|
-
|
826
|
-
|
827
|
-
|
828
|
-
|
829
|
-
|
830
|
-
|
831
|
-
|
832
|
-
|
833
|
-
|
834
|
-
|
835
|
-
|
836
|
-
|
837
|
-
|
838
|
-
|
839
|
-
|
840
|
-
|
841
|
-
|
842
|
-
|
843
|
-
|
844
|
-
|
845
|
-
|
846
|
-
|
847
|
-
|
848
|
-
|
849
|
-
|
850
|
-
|
851
|
-
|
852
|
-
|
853
|
-
|
854
|
-
|
855
|
-
|
856
|
-
|
857
|
-
|
858
|
-
|
859
|
-
|
860
|
-
|
861
|
-
|
862
|
-
|
863
|
-
|
864
|
-
|
865
|
-
|
866
|
-
|
867
|
-
|
868
|
-
|
869
|
-
|
870
|
-
|
871
|
-
|
872
|
-
|
873
|
-
|
874
|
-
|
875
|
-
|
876
|
-
|
877
|
-
|
878
|
-
|
879
|
-
|
880
|
-
|
881
|
-
|
882
|
-
|
883
|
-
|
884
|
-
|
885
|
-
|
886
|
-
|
887
|
-
|
888
|
-
|
889
|
-
|
890
|
-
|
891
|
-
|
892
|
-
|
893
|
-
|
894
|
-
|
895
|
-
|
896
|
-
|
897
|
-
|
898
|
-
|
899
|
-
|
900
|
-
|
901
|
-
|
902
|
-
|
903
|
-
|
904
|
-
|
905
|
-
|
906
|
-
|
907
|
-
|
908
|
-
|
909
|
-
|
910
|
-
|
911
|
-
|
912
|
-
|
913
|
-
|
914
|
-
|
915
|
-
|
916
|
-
|
917
|
-
|
918
|
-
|
919
|
-
|
920
|
-
|
921
|
-
|
922
|
-
|
923
|
-
|
924
|
-
|
925
|
-
|
926
|
-
|
927
|
-
|
928
|
-
|
929
|
-
|
930
|
-
|
931
|
-
|
932
|
-
|
933
|
-
|
934
|
-
|
935
|
-
|
936
|
-
|
937
|
-
|
938
|
-
|
939
|
-
|
940
|
-
|
941
|
-
|
942
|
-
|
943
|
-
|
944
|
-
|
945
|
-
|
946
|
-
|
947
|
-
|
948
|
-
|
949
|
-
|
950
|
-
|
951
|
-
|
952
|
-
|
953
|
-
|
954
|
-
|
955
|
-
|
956
|
-
|
957
|
-
|
958
|
-
|
959
|
-
|
960
|
-
|
961
|
-
|
962
|
-
|
963
|
-
|
964
|
-
|
965
|
-
|
966
|
-
|
967
|
-
|
968
|
-
|
969
|
-
|
970
|
-
|
971
|
-
|
972
|
-
|
973
|
-
|
974
|
-
|
975
|
-
|
976
|
-
|
977
|
-
|
978
|
-
|
979
|
-
|
980
|
-
|
981
|
-
|
982
|
-
|
983
|
-
|
984
|
-
|
985
|
-
|
986
|
-
|
987
|
-
|
988
|
-
|
989
|
-
|
990
|
-
|
991
|
-
|
992
|
-
|
993
|
-
|
994
|
-
|
995
|
-
|
996
|
-
|
997
|
-
|
998
|
-
|
999
|
-
|
1000
|
-
|
1001
|
-
|
1002
|
-
|
1003
|
-
|
1
|
+
id name
|
2
|
+
AAA Request Validation
|
3
|
+
ACD Account Description
|
4
|
+
ACK Line Item Acknowledgment
|
5
|
+
ACS Ancillary Charges
|
6
|
+
ACT Account Identification
|
7
|
+
AD1 Adjustment Amount
|
8
|
+
ADI Animal Disposition
|
9
|
+
ADJ Adjustments To Balances Or Services
|
10
|
+
ADT Animal Parturition Status
|
11
|
+
ADV Advertising Demographic Information
|
12
|
+
ADX Adjustment
|
13
|
+
AEI Equipment Information Summary
|
14
|
+
AES Automatic Equipment Identification Site Information
|
15
|
+
AIN Income
|
16
|
+
AK1 Functional Group Response Header
|
17
|
+
AK2 Transaction Set Response Header
|
18
|
+
AK3 Data Segment Note
|
19
|
+
AK4 Data Element Note
|
20
|
+
AK5 Transaction Set Response Trailer
|
21
|
+
AK9 Functional Group Response Trailer
|
22
|
+
AM1 Informational Values
|
23
|
+
AMT Monetary Amount Information
|
24
|
+
ANI Animal Identification
|
25
|
+
AOC Animal Offspring Counts
|
26
|
+
AOI Animal Offspring/Fetus Identification
|
27
|
+
AOL Animal Observation Location
|
28
|
+
AOR Animal Observation Result
|
29
|
+
AP1 Alternate Parts
|
30
|
+
APE Assurance Protocol Error
|
31
|
+
API Activity Or Process Information
|
32
|
+
APR Association Of American Railroads Pool Code Restrictions
|
33
|
+
ARC Animal Results Counts
|
34
|
+
ARS Applicant Residence Specifics
|
35
|
+
ASI Action Or Status Indicator
|
36
|
+
ASL Asset Liability
|
37
|
+
ASM Amount And Settlement Method
|
38
|
+
ASO Asset Ownership
|
39
|
+
AST Animal Reproductive Status
|
40
|
+
AT1 Bill Of Lading Line Item Number
|
41
|
+
AT2 Bill Of Lading Line Item Detail
|
42
|
+
AT3 Bill Of Lading Rates And Charges
|
43
|
+
AT4 Bill Of Lading Description
|
44
|
+
AT5 Bill Of Lading Handling Requirements
|
45
|
+
AT6 International Manifest Information
|
46
|
+
AT7 Shipment Status Details
|
47
|
+
AT8 Shipment Weight, Packaging And Quantity Data
|
48
|
+
AT9 Trailer Or Container Dimension And Weight
|
49
|
+
ATA Beginning Segment For Motor Carrier Delivery Trailer Manifest
|
50
|
+
ATH Resource Authorization
|
51
|
+
ATN Attendance
|
52
|
+
ATR Animal Test Result
|
53
|
+
ATV Student Activities And Awards
|
54
|
+
AVA Funds Availability
|
55
|
+
AWD Amount With Description
|
56
|
+
AXL Vehicle Axle Measurements
|
57
|
+
B1 Beginning Segment For Booking Or Pickup/Delivery
|
58
|
+
B10 Beginning Segment For Transportation Carrier Shipment Status Mess
|
59
|
+
B11 Beginning Segment For Shipment Status Inquiry
|
60
|
+
B12 Beginning Segment For Consolidation Of Goods In Container
|
61
|
+
B13 Beginning Segment For Appointment Schedule
|
62
|
+
B2 Beginning Segment For Shipment Information Transaction
|
63
|
+
B2A Set Purpose
|
64
|
+
B3 Beginning Segment For Carrier's Invoice
|
65
|
+
B3A Invoice Type
|
66
|
+
B3B Beginning Segment For Rail Carrier's Invoice
|
67
|
+
B4 Beginning Segment For Inquiry Or Reply
|
68
|
+
B9 Beginning Segment For Logistics Services
|
69
|
+
B9A Service Request
|
70
|
+
BA1 Export Shipment Identifying Information
|
71
|
+
BA2 Beginning Segment For Cargo Terminal Information
|
72
|
+
BAA Beginning Segment For Product Transfer Account Adjustment
|
73
|
+
BAK Beginning Segment For Purchase Order Acknowledgment
|
74
|
+
BAL Balance Detail
|
75
|
+
BAT Batch
|
76
|
+
BAU Beginning Segment For The Debit Authorization
|
77
|
+
BAX Beginning Segment For Advance Consist And Transportation Automati
|
78
|
+
BBC Legal Claims
|
79
|
+
BC Beginning Segment For Contract Completion Status
|
80
|
+
BCA Beginning Segment For Purchase Order Change Acknowledgment
|
81
|
+
BCD Beginning Credit/Debit Adjustment
|
82
|
+
BCH Beginning Segment For Purchase Order Change
|
83
|
+
BCI Basic Claim Information
|
84
|
+
BCM Beginning Segment For Contractor Cost Data Reporting
|
85
|
+
BCO Beginning Segment For Procurement Notices
|
86
|
+
BCP Beginning Segment For Contract Pricing Proposal
|
87
|
+
BCQ Beginning Segment For Shipper's Car Order
|
88
|
+
BCS Beginning Segment For Project Cost Reporting
|
89
|
+
BCT Beginning Segment For Price/Sales Catalog
|
90
|
+
BCU Legal Claim Updates
|
91
|
+
BDD Beginning Segment For Shipment Delivery Discrepancy Information
|
92
|
+
BDS Binary Data Structure
|
93
|
+
BEG Beginning Segment For Purchase Order
|
94
|
+
BEN Beneficiary Or Owner Information
|
95
|
+
BEP Borrower Education Program
|
96
|
+
BFR Beginning Segment For Planning Schedule
|
97
|
+
BFS Borrower Financial Summary
|
98
|
+
BGF Beginning Segment For File Transfer Information
|
99
|
+
BGN Beginning Segment
|
100
|
+
BGP Beginning Segment For Problem Log Inquiry Or Advice
|
101
|
+
BHT Beginning Of Hierarchical Transaction
|
102
|
+
BIA Beginning Segment For Inventory Inquiry/Advice
|
103
|
+
BIG Beginning Segment For Invoice
|
104
|
+
BIN Binary Data Segment
|
105
|
+
BIX Beginning Segment For Automotive Inspection
|
106
|
+
BJF Beginning Segment Railroad Junctions And Interchanges Update Acti
|
107
|
+
BL Billing Information
|
108
|
+
BLI Basic Baseline Item Data
|
109
|
+
BLN Balance Information
|
110
|
+
BLR Transportation Carrier Identification
|
111
|
+
BLS Beginning Segment For Asset Schedule
|
112
|
+
BMA Beginning Segment For Market Development Fund Allocation
|
113
|
+
BMG Beginning Segment For Text Message
|
114
|
+
BMM Beginning Segment For Multilevel Railcar Load Details Transaction
|
115
|
+
BMP Beginning Segment For Market Development Fund Settlement
|
116
|
+
BMS Beginning Segment For Material Safety Data Sheet
|
117
|
+
BNR Beginning Segment For Nonconformance Report
|
118
|
+
BNX Rail Shipment Information
|
119
|
+
BOL Beginning Segment For The Motor Carrier Bill Of Lading
|
120
|
+
BOR Beginning Of Report
|
121
|
+
BOS Beginning Segment For Joint Interest Billing And Operating Expens
|
122
|
+
BOX Box Office Detail
|
123
|
+
BPA Beginning Segment For Price Authorization Acknowledgment/Status
|
124
|
+
BPP Beginning Segment For Project Schedule Reporting
|
125
|
+
BPR Beginning Segment For Payment Order/Remittance Advice
|
126
|
+
BPT Beginning Segment For Product Transfer And Resale
|
127
|
+
BQR Beginning Segment For Response To Request For Quotation
|
128
|
+
BQT Beginning Segment For Request For Quotation
|
129
|
+
BR Beginning Segment For Material Management
|
130
|
+
BRA Beginning Segment For Receiving Advice Or Acceptance Certificate
|
131
|
+
BRC Beginning Segment For Response To Product Transfer Account Adjust
|
132
|
+
BRR Beginning Segment For Railroad Mark Register Update Activity
|
133
|
+
BSC Beginning Segment For Commission Sales Report And Periodic Compen
|
134
|
+
BSD Breakdown Structure Description
|
135
|
+
BSF Business Function
|
136
|
+
BSI Beginning Segment For Order Status Inquiry
|
137
|
+
BSN Beginning Segment For Ship Notice
|
138
|
+
BSR Beginning Segment For Order Status Report
|
139
|
+
BSS Beginning Segment For Shipping Schedule/Production Sequence
|
140
|
+
BSW Beginning Segment For Carrier S Services Settlement
|
141
|
+
BT1 Batch Totals
|
142
|
+
BTA Beginning Tax Acknowledgment
|
143
|
+
BTC Beginning Segment For Parameter Trace Registration
|
144
|
+
BTI Beginning Tax Information
|
145
|
+
BTP Beginning Segment For Trading Partner Profile
|
146
|
+
BTR Beginning Segment For Test Results
|
147
|
+
BTS Beginning Segment For Train Sheets
|
148
|
+
BUY Loan Buydown
|
149
|
+
BVA Beginning Vehicle Advice
|
150
|
+
BVB Beginning Segment For Vehicle Baying Order
|
151
|
+
BVP Beginning Segment For Vehicle Shipping Order
|
152
|
+
BVS Beginning Segment For Vehicle Service
|
153
|
+
BW Beginning Segment For Weight Message Set
|
154
|
+
BX General Shipment Information
|
155
|
+
C2 Bank Id
|
156
|
+
C3 Currency Identifier
|
157
|
+
C4 Alternate Amount Due
|
158
|
+
C8 Certifications And Clauses
|
159
|
+
C8C Certifications Clauses Continuation
|
160
|
+
CA1 Rate Request Identifier
|
161
|
+
CAD Carrier Details
|
162
|
+
CAI Civil Action Income
|
163
|
+
CAL Calendar
|
164
|
+
CAS Claims Adjustment
|
165
|
+
CAT Category Of Patient Information Service
|
166
|
+
CB1 Contract And Cost Accounting Standards Data
|
167
|
+
CBS Cost Breakdown Structure
|
168
|
+
CCI Credit Counseling Information
|
169
|
+
CD Shipment Conditions
|
170
|
+
CD1 Cargo Detail
|
171
|
+
CD2 Multi-Valued Characteristics
|
172
|
+
CD3 Carton (Package) Detail
|
173
|
+
CDA Consumer Credit Account
|
174
|
+
CDD Credit/Debit Adjustment Detail
|
175
|
+
CDI Change Detail Information
|
176
|
+
CDS Case Description
|
177
|
+
CED Administration Of Justice Event Description
|
178
|
+
CF1 Beginning Segment For Summary Freight Bill Manifest
|
179
|
+
CF2 Summary Freight Bill Detail
|
180
|
+
CFI Compensation Financial Information
|
181
|
+
CFT Cost Reporting Format Type
|
182
|
+
CGS Charge
|
183
|
+
CHB Chargeback Information
|
184
|
+
CHR Car Hire Rates
|
185
|
+
CI Carrier Interchange Agreement
|
186
|
+
CIC Car Information Control
|
187
|
+
CID Characteristic/Class Id
|
188
|
+
CII Conveyance Insurance Information
|
189
|
+
CIV Civil Action Liability
|
190
|
+
CL1 Claim Codes
|
191
|
+
CLD Load Detail
|
192
|
+
CLI Cost Line Item
|
193
|
+
CLM Health Claim
|
194
|
+
CLP Claim Level Data
|
195
|
+
CLR Car Location Routing Request
|
196
|
+
CM Cargo Manifest
|
197
|
+
CMA Cooperative Market Agreement
|
198
|
+
CMC Commodity Classification
|
199
|
+
CN1 Contract Information
|
200
|
+
COB Coordination Of Benefits
|
201
|
+
COM Communication Contact Information
|
202
|
+
CON Contract Number Detail
|
203
|
+
CPR Commodity Price Reference
|
204
|
+
CQ Credentials And Qualifications
|
205
|
+
CR1 Ambulance Certification
|
206
|
+
CR2 Chiropractic Certification
|
207
|
+
CR3 Durable Medical Equipment Certification
|
208
|
+
CR4 Enteral Or Parenteral Therapy Certification
|
209
|
+
CR5 Oxygen Therapy Certification
|
210
|
+
CR6 Home Health Care Certification
|
211
|
+
CR7 Home Health Treatment Plan Certification
|
212
|
+
CR8 Pacemaker Certification
|
213
|
+
CRC Conditions Indicator
|
214
|
+
CRD Content Reporting Detail
|
215
|
+
CRI Claim Report Information
|
216
|
+
CRO Credit Report Order Details
|
217
|
+
CRS Course Record
|
218
|
+
CRT Contractor Report Type
|
219
|
+
CRV Product Origin Reference
|
220
|
+
CS Contract Summary
|
221
|
+
CSB Cryptographic Service Message Body
|
222
|
+
CSC Cryptographic Service Message Certificates And Keys
|
223
|
+
CSD Consolidated Shipment Invoice Data
|
224
|
+
CSE Educational Course Information
|
225
|
+
CSF Conditional Sampling Frequency
|
226
|
+
CSH Sales Requirements
|
227
|
+
CSI Claim Status Information
|
228
|
+
CSM Cryptographic Service Message Header
|
229
|
+
CSS Conditional Sampling Sequence
|
230
|
+
CST Cost Analysis
|
231
|
+
CSU Supplemental Course Data
|
232
|
+
CT Car Type
|
233
|
+
CTB Restrictions/Conditions
|
234
|
+
CTC Car Hire Transaction Control
|
235
|
+
CTP Pricing Information
|
236
|
+
CTT Transaction Totals
|
237
|
+
CTX Context
|
238
|
+
CUR Currency
|
239
|
+
CV Cycle/Summary Value
|
240
|
+
CYC Car Hire Cycle
|
241
|
+
D9 Destination Station
|
242
|
+
DAD Debit Authorization Detail
|
243
|
+
DAI Appendix Information
|
244
|
+
DAM Damage Information
|
245
|
+
DB Disbursement Information
|
246
|
+
DD Demand Detail
|
247
|
+
DDI Explanation
|
248
|
+
DED Deductions
|
249
|
+
DEF Delayed Repayment
|
250
|
+
DEG Degree Record
|
251
|
+
DEL Delivery Logistics
|
252
|
+
DEP Deposit
|
253
|
+
DEX Delivery Execution Information
|
254
|
+
DFI Default Information
|
255
|
+
DH Dealer Hours
|
256
|
+
DIS Discount Detail
|
257
|
+
DK Docket Header
|
258
|
+
DL Auto Claim Detail - Labor
|
259
|
+
DLV Deliverable Information
|
260
|
+
DM Demurrage/Detention/ Storage Rate
|
261
|
+
DMA Additional Demographic Information
|
262
|
+
DMG Demographic Information
|
263
|
+
DMI Data Maintenance Information
|
264
|
+
DN Dealer Effectivity
|
265
|
+
DN1 Orthodontic Information
|
266
|
+
DN2 Tooth Summary
|
267
|
+
DOS Definition Of Share
|
268
|
+
DP Auto Claim Detail - Parts
|
269
|
+
DPN Dependent Information
|
270
|
+
DR Docket Range
|
271
|
+
DRT Deprescription Rate Detail
|
272
|
+
DSB Disability Information
|
273
|
+
DTM Date/Time Reference
|
274
|
+
DTP Date Or Time Or Period
|
275
|
+
DVI Dynamic Vehicle Information
|
276
|
+
E01 Electronic Form Main Heading
|
277
|
+
E03 Interchange Order Of Segments
|
278
|
+
E1 Empty Car Disposition - Pended Destination Consignee
|
279
|
+
E10 Transaction Set Grouping
|
280
|
+
E13 Segment Order In Transaction Set
|
281
|
+
E20 Segment Header Information
|
282
|
+
E22 Data Element Relationships In A Segment Or Composite
|
283
|
+
E24 Data Element Sequence In A Segment Or Composite
|
284
|
+
E30 Data Element Attributes
|
285
|
+
E34 Code List Values For A Data Element
|
286
|
+
E4 Empty Car Disposition - Pended Destination City
|
287
|
+
E40 Edi Standards Note Reference
|
288
|
+
E41 Composite Header Information
|
289
|
+
E5 Empty Car Disposition - Pended Destination Route
|
290
|
+
E6 Advance Car Disposition
|
291
|
+
E8 Blocking And Response Information
|
292
|
+
EA Equipment Attributes
|
293
|
+
EB Eligibility Or Benefit Information
|
294
|
+
EC Employment Class
|
295
|
+
ED Equipment Description
|
296
|
+
EDF Educational Fee Information
|
297
|
+
EFI Electronic Format Identification
|
298
|
+
EI Automatic Equipment Identification
|
299
|
+
EIA Beginning Segment For Equipment Inquiry Or Advice
|
300
|
+
ELV Employee Leave Summary
|
301
|
+
EM Equipment Characteristics
|
302
|
+
EMP Employer
|
303
|
+
EMS Employment Position
|
304
|
+
EMT Employment
|
305
|
+
ENE Electronic Systems Environment
|
306
|
+
ENM School Enrollment Data
|
307
|
+
ENR School Enrollment Information
|
308
|
+
ENT Entity
|
309
|
+
EQ Eligibility Or Benefit Inquiry
|
310
|
+
EQD Eqd Equipment Damage Information
|
311
|
+
ER Rail Event Reporting
|
312
|
+
ERI Entity Relationship
|
313
|
+
ERP Educational Record Purpose
|
314
|
+
ES Equipment Status
|
315
|
+
ESI Employment Status Information
|
316
|
+
ETD Excess Transportation Detail
|
317
|
+
EXI Excavation Ticket Information
|
318
|
+
F01 Identification Of Claim (Claimant Originated)
|
319
|
+
F02 Identification Of Shipment
|
320
|
+
F04 Weight/Volume Loss
|
321
|
+
F05 Allowance/Charge (Claim)
|
322
|
+
F07 Auto Claim Detail
|
323
|
+
F09 Detail - Supporting Evidence For Claim
|
324
|
+
F10 Identification Of Claim (Tracer)
|
325
|
+
F11 Status
|
326
|
+
F12 Basic Claim Information - Automotive
|
327
|
+
F13 Payment Information
|
328
|
+
F14 Line Item Reject
|
329
|
+
F6X Identification (Automotive)
|
330
|
+
F9 Origin Station
|
331
|
+
FA1 Type Of Financial Accounting Data
|
332
|
+
FA2 Accounting Data
|
333
|
+
FAA Financial Asset Account
|
334
|
+
FAC Facing Direction
|
335
|
+
FBB Foreign And Industry Business
|
336
|
+
FC Financial Contribution
|
337
|
+
FCL Foreclosure
|
338
|
+
FDA Facility Description
|
339
|
+
FGS Form Group
|
340
|
+
FH Family History
|
341
|
+
FIR Financial Information
|
342
|
+
FIS Mortgage Loan Fiscal Data
|
343
|
+
FK Factor
|
344
|
+
FNA Financial Status Information
|
345
|
+
FOB F.O.B. Related Instructions
|
346
|
+
FOS Field Of Study
|
347
|
+
FPT Financial Participation
|
348
|
+
FRM Supporting Documentation
|
349
|
+
FSA Flexible Spending Account
|
350
|
+
FST Forecast Schedule
|
351
|
+
FTH First Time Home Buyer
|
352
|
+
G01 Invoice Identification
|
353
|
+
G05 Total Shipment Information
|
354
|
+
G07 Carrier Information
|
355
|
+
G08 Pallet Receipt Disposition
|
356
|
+
G1 Shipment Type Information
|
357
|
+
G11 Coupon Reporting Specifications
|
358
|
+
G12 Coupon Physical Characteristics
|
359
|
+
G13 Store Size Attributes
|
360
|
+
G14 Coupon Special Processing
|
361
|
+
G15 Coupon Distribution
|
362
|
+
G17 Item Detail - Invoice
|
363
|
+
G18 Store Category Size
|
364
|
+
G19 Line Item Detail - Quantity/Unit Of Measure/Price Differences
|
365
|
+
G2 Beyond Routing
|
366
|
+
G20 Item Packing Detail
|
367
|
+
G21 Product Information
|
368
|
+
G22 Pre-Pricing Information
|
369
|
+
G23 Terms Of Sale
|
370
|
+
G24 Promotion Reference
|
371
|
+
G25 F.O.B. Information
|
372
|
+
G26 Pricing Conditions
|
373
|
+
G28 Line Item Numbers
|
374
|
+
G29 Store Display Information
|
375
|
+
G3 Compensation Information
|
376
|
+
G30 Retail Account Marketing Types
|
377
|
+
G31 Total Invoice Quantity
|
378
|
+
G32 Survey Question Response
|
379
|
+
G33 Total Dollars Summary
|
380
|
+
G35 Advertising Feature Information
|
381
|
+
G36 Price List Reference
|
382
|
+
G37 Labor Activity
|
383
|
+
G38 Claim Payment Information
|
384
|
+
G39 Item Characteristics - Vendor's Selling Unit
|
385
|
+
G4 Scale Identification
|
386
|
+
G40 Bracket Price
|
387
|
+
G42 Promotion Announcement Identification
|
388
|
+
G43 Promotion/Price List Area
|
389
|
+
G45 Line Item Detail - Promotion
|
390
|
+
G46 Promotion Allowance/Charge
|
391
|
+
G47 Statement Identification
|
392
|
+
G48 Statement/Invoice Identification
|
393
|
+
G49 Statement Total
|
394
|
+
G5 Scale Information
|
395
|
+
G50 Purchase Order Identification
|
396
|
+
G51 Free Goods/Product Condition
|
397
|
+
G53 Maintenance Type
|
398
|
+
G54 Module Description
|
399
|
+
G55 Item Characteristics - Consumer Unit
|
400
|
+
G61 Contact
|
401
|
+
G62 Date/Time
|
402
|
+
G63 Period
|
403
|
+
G66 Transportation Instructions
|
404
|
+
G68 Line Item Detail - Product
|
405
|
+
G69 Line Item Detail - Description
|
406
|
+
G70 Line Item Detail - Miscellaneous
|
407
|
+
G72 Allowance Or Charge
|
408
|
+
G73 Allowance Or Charge Description
|
409
|
+
G76 Total Purchase Order
|
410
|
+
G82 Delivery/Return Base Record Identifier
|
411
|
+
G83 Line Item Detail/Direct Store Delivery
|
412
|
+
G84 Delivery/Return Record Of Totals
|
413
|
+
G85 Record Integrity Check
|
414
|
+
G86 Signature Identification
|
415
|
+
G87 Delivery/Return Adjustment Identification
|
416
|
+
G88 Delivery/Return Identification Adjustment
|
417
|
+
G89 Line Item Detail - Adjustment
|
418
|
+
G91 Price Change Status
|
419
|
+
G92 Purchase Order Change Type
|
420
|
+
G93 Price Bracket Identification
|
421
|
+
G94 Promotion Conditions
|
422
|
+
G95 Performance Requirements
|
423
|
+
GA Canadian Grain Information
|
424
|
+
GDP General Dosing Parameters
|
425
|
+
GE Functional Group Trailer
|
426
|
+
GF Furnished Goods And Services
|
427
|
+
GH Group Header
|
428
|
+
GID Group Identification
|
429
|
+
GR Guarantee Result Detail
|
430
|
+
GR2 Train Data
|
431
|
+
GR4 Loading Cluster
|
432
|
+
GR5 Loading Details
|
433
|
+
GRI Statistical Government Information
|
434
|
+
GRP Group Dosage Parameters
|
435
|
+
GS Functional Group Header
|
436
|
+
GY Geography
|
437
|
+
H1 Hazardous Material
|
438
|
+
H2 Additional Hazardous Material Description
|
439
|
+
H3 Special Handling Instructions
|
440
|
+
H5 Car Service Order
|
441
|
+
H6 Special Services
|
442
|
+
HAD Hospital Affiliation Detail
|
443
|
+
HC Health Condition
|
444
|
+
HCP Health Care Pricing
|
445
|
+
HCR Health Care Services Review
|
446
|
+
HD Health Coverage
|
447
|
+
HI Health Care Information Codes
|
448
|
+
HL Hierarchical Level
|
449
|
+
HLH Health Information
|
450
|
+
HPL Health Care Provider License
|
451
|
+
HS Health Screening
|
452
|
+
HSD Health Care Services Delivery
|
453
|
+
IC Intermodal Chassis Equipment
|
454
|
+
ICH Individual Characteristics
|
455
|
+
ICM Individual Income
|
456
|
+
ID Inspection Detail Segment
|
457
|
+
ID1 Item Detail Dimensions
|
458
|
+
ID2 Item Image Detail
|
459
|
+
ID3 Dimensions Detail
|
460
|
+
ID4 Load Details
|
461
|
+
IDB Indebtedness For Student Loans
|
462
|
+
IDC Identification Card
|
463
|
+
IEA Interchange Control Trailer
|
464
|
+
IGI Insurer Or Guarantor Information
|
465
|
+
III Information
|
466
|
+
IIS Interchange Identification Segment
|
467
|
+
IK3 Implementation Data Segment Note
|
468
|
+
IK4 Implementation Data Element Note
|
469
|
+
IK5 Implementation Transaction Set Response Trailer
|
470
|
+
IM Intermodal Movement Information
|
471
|
+
IMA Interchange Move Authority
|
472
|
+
IMM Immunization Status
|
473
|
+
IMP Impairment Detail
|
474
|
+
IN1 Individual Identification
|
475
|
+
IN2 Individual Name Structure Components
|
476
|
+
INC Installment Information
|
477
|
+
IND Additional Individual Demographic Information
|
478
|
+
INI Incorporation Information
|
479
|
+
INQ Credit Inquiry Details
|
480
|
+
INR Information Request
|
481
|
+
INS Insured Benefit
|
482
|
+
INT Interest
|
483
|
+
INV Investment Vehicle Selection
|
484
|
+
INX Index Detail
|
485
|
+
IRA Investor Reporting Action
|
486
|
+
IRP Report Selection Segment
|
487
|
+
IS1 Estimated Time Of Arrival And Car Scheduling
|
488
|
+
IS2 Scheduled Events
|
489
|
+
ISA Interchange Control Header
|
490
|
+
ISC Interline Service Commitment Detail
|
491
|
+
ISD Railroad Interline Service Definition Detail
|
492
|
+
ISI Institutional Staff Information
|
493
|
+
ISR Item Status Report
|
494
|
+
ISS Invoice Shipment Summary
|
495
|
+
IT1 Baseline Item Data (Invoice)
|
496
|
+
IT3 Additional Item Data
|
497
|
+
IT8 Conditions Of Sale
|
498
|
+
ITA Allowance, Charge Or Service
|
499
|
+
ITC Information Type And Comment Results
|
500
|
+
ITD Terms Of Sale/Deferred Terms Of Sale
|
501
|
+
IV1 Lane Estimates
|
502
|
+
JCT Railroad Junction Information
|
503
|
+
JID Equipment Detail
|
504
|
+
JIL Line Item Detail For The Operating Expense Statement
|
505
|
+
JIT Just-In-Time Schedule
|
506
|
+
JL Journal Identification
|
507
|
+
JS Rail Junction Settlement Role Information
|
508
|
+
K1 Remarks
|
509
|
+
K2 Administrative Message
|
510
|
+
K3 File Information
|
511
|
+
L0 Line Item - Quantity And Weight
|
512
|
+
L1 Rate And Charges
|
513
|
+
L10 Weight Information
|
514
|
+
L11 Business Instructions And Reference Number
|
515
|
+
L12 Alternate Lading Description
|
516
|
+
L13 Commodity Details
|
517
|
+
L1A Billing Identification
|
518
|
+
L3 Total Weight And Charges
|
519
|
+
L4 Measurement
|
520
|
+
L5 Description, Marks And Numbers
|
521
|
+
L7 Tariff Reference
|
522
|
+
L8 Line Item Subtotal
|
523
|
+
L9 Charge Detail
|
524
|
+
LAD Lading Detail
|
525
|
+
LC Life Coverage
|
526
|
+
LC1 Lane Commitments
|
527
|
+
LCD Place/Location Description
|
528
|
+
LCT Logistics Container Tracking Information
|
529
|
+
LDT Lead Time
|
530
|
+
LE Loop Trailer
|
531
|
+
LEP Epa Required Data
|
532
|
+
LEQ Leased Equipment Information
|
533
|
+
LET Load And Equipment Type
|
534
|
+
LFG Hazardous Information, Finished Goods
|
535
|
+
LFH Free-Form Hazardous Material Information
|
536
|
+
LFI Beginning Segment For Locomotive Information
|
537
|
+
LH Mixed Hazardous Commodities
|
538
|
+
LH1 Hazardous Identification Information
|
539
|
+
LH2 Hazardous Classification Information
|
540
|
+
LH3 Hazardous Material Shipping Name Information
|
541
|
+
LH4 Canadian Dangerous Requirements
|
542
|
+
LH6 Hazardous Certification
|
543
|
+
LHE Empty Equipment Hazardous Material Information
|
544
|
+
LHR Hazardous Material Identifying Reference Numbers
|
545
|
+
LHT Transborder Hazardous Requirements
|
546
|
+
LIC License Information
|
547
|
+
LID Loss Information Description
|
548
|
+
LIE Individual Or Event Location
|
549
|
+
LIN Item Identification
|
550
|
+
LM Code Source Information
|
551
|
+
LN Loan Information
|
552
|
+
LN1 Loan Specific Data
|
553
|
+
LN2 Existing Real Estate Loan Specific Data
|
554
|
+
LOC Location
|
555
|
+
LOD Location Description
|
556
|
+
LP Load Planning
|
557
|
+
LQ Industry Code Identification
|
558
|
+
LRQ Mortgage Characteristics Requested
|
559
|
+
LS Loop Header
|
560
|
+
LS1 Asset Item Identification
|
561
|
+
LT Letter Of Recommendation
|
562
|
+
LTE Letter Of Recommendation Evaluation
|
563
|
+
LTR Laboratory Test Results
|
564
|
+
LUC Loan Underwriting
|
565
|
+
LUI Language Use
|
566
|
+
LV Loan Verification
|
567
|
+
LX Transaction Set Line Number
|
568
|
+
M0 Letter Of Credit Reference
|
569
|
+
M1 Insurance
|
570
|
+
M10 Manifest Identifying Information
|
571
|
+
M11 Manifest Bill Of Lading Details
|
572
|
+
M12 In-Bond Identifying Information
|
573
|
+
M13 Manifest Amendment Details
|
574
|
+
M14 General Order Status Information
|
575
|
+
M15 Customs Events Advisory Details
|
576
|
+
M2 Sales/Delivery Terms
|
577
|
+
M20 Permit To Transfer Request Details
|
578
|
+
M21 Supplementary In-Bond Information
|
579
|
+
M3 Release
|
580
|
+
M7 Seal Numbers
|
581
|
+
M7A Seal Number Replacement
|
582
|
+
MAN Marks And Numbers Information
|
583
|
+
MBL Bill Of Lading
|
584
|
+
MC Miscellaneous And Accessorial Charges
|
585
|
+
MCD Mortgage Closing Data
|
586
|
+
MCT Tariff Accessorial Charges
|
587
|
+
MEA Measurements
|
588
|
+
MI Media Information
|
589
|
+
MI1 Mileage Source
|
590
|
+
MIA Medicare Inpatient Adjudication
|
591
|
+
MIC Mortgage Insurance Coverage
|
592
|
+
MIN Minimum Detail
|
593
|
+
MIR Mortgage Insurance Response
|
594
|
+
MIS Mortgagee Information Status
|
595
|
+
MIT Message Identification
|
596
|
+
MKS Marks Awarded
|
597
|
+
MLA Mortgage Loan Audit Information
|
598
|
+
MLS Milestone
|
599
|
+
MNC Mortgage Note Characteristics
|
600
|
+
MOA Medicare Outpatient Adjudication
|
601
|
+
MPI Military Personnel Information
|
602
|
+
MPP Mortgage Pool Program
|
603
|
+
MRC Mortgagor Response Characteristics
|
604
|
+
MS Miscellaneous Services
|
605
|
+
MS1 Equipment, Shipment, Or Real Property Location
|
606
|
+
MS2 Equipment Or Container Owner And Type
|
607
|
+
MS3 Interline Information
|
608
|
+
MS4 Shipment Or Package Dimensions
|
609
|
+
MS5 Shipment Rates And Charges
|
610
|
+
MS6 Shipment Quantity And Weight
|
611
|
+
MSG Message Text
|
612
|
+
MSI Multi-Stop Shipment Information
|
613
|
+
MSS Material Safety Data Sheet Section Information
|
614
|
+
MTX Text
|
615
|
+
N1 Party Identification
|
616
|
+
N10 Quantity And Description
|
617
|
+
N11 Store Location
|
618
|
+
N12 Equipment Environment
|
619
|
+
N2 Additional Name Information
|
620
|
+
N3 Party Location
|
621
|
+
N4 Geographic Location
|
622
|
+
N5 Equipment Ordered
|
623
|
+
N7 Equipment Details
|
624
|
+
N7A Accessorial Equipment Details
|
625
|
+
N7B Additional Equipment Details
|
626
|
+
N8 Waybill Reference
|
627
|
+
N8A Additional Reference Information
|
628
|
+
N9 Extended Reference Information
|
629
|
+
NA Cross-Reference Equipment
|
630
|
+
NCA Nonconformance Action
|
631
|
+
NCD Nonconformance Description
|
632
|
+
NM1 Individual Or Organizational Name
|
633
|
+
NTE Note/Special Instruction
|
634
|
+
NX1 Property Or Entity Identification
|
635
|
+
NX2 Location Id Component
|
636
|
+
OBI Obligation Information
|
637
|
+
OD Origin And Destination
|
638
|
+
OI Other Health Insurance Information
|
639
|
+
OID Order Information Detail
|
640
|
+
OOI Associated Object Type Identification
|
641
|
+
OPS Program Subject Area And Eligibility
|
642
|
+
OPX Placement Criteria
|
643
|
+
OQS Order Quantity Sequence
|
644
|
+
ORI Object Reference Identification
|
645
|
+
OTI Original Transaction Identification
|
646
|
+
P1 Pickup
|
647
|
+
P2 Delivery Date Information
|
648
|
+
P4 Port Information
|
649
|
+
P5 Port Function
|
650
|
+
PAD Product Adjustment Detail
|
651
|
+
PAI Print Advertisement Information
|
652
|
+
PAL Pallet Type And Load Characteristics
|
653
|
+
PAM Period Amount
|
654
|
+
PAS Property Appraisal Summary
|
655
|
+
PAT Patient Information
|
656
|
+
PBI Problem Identification
|
657
|
+
PCL Previous College
|
658
|
+
PCR Payment Cancellation Request
|
659
|
+
PCS Product Claim Status
|
660
|
+
PCT Percent Amounts
|
661
|
+
PD Pricing Data
|
662
|
+
PDD Pricing Data Detail
|
663
|
+
PDE Property Metes And Bounds Description
|
664
|
+
PDI Practice Detail Information
|
665
|
+
PDL Payment Details
|
666
|
+
PDP Property Description - Personal
|
667
|
+
PDR Property Description - Real
|
668
|
+
PDS Property Description/Legal Description
|
669
|
+
PEN Pension Information
|
670
|
+
PER Administrative Communications Contact
|
671
|
+
PEX Property Or Housing Expense
|
672
|
+
PI Price Authority Identification
|
673
|
+
PID Product/Item Description
|
674
|
+
PIN Previous Incident
|
675
|
+
PKD Packaging Description
|
676
|
+
PKG Marking, Packaging, Loading
|
677
|
+
PKL Multi-Pack Configuration
|
678
|
+
PL Proposal Cost Logic
|
679
|
+
PLA Place Or Location
|
680
|
+
PLB Provider Level Adjustment
|
681
|
+
PLC Equipment Placement Information
|
682
|
+
PLD Pallet Shipment Information
|
683
|
+
PLI Previous Loan Information
|
684
|
+
PM Electronic Funds Transfer Information
|
685
|
+
PO1 Baseline Item Data
|
686
|
+
PO3 Additional Item Detail
|
687
|
+
PO4 Item Physical Details
|
688
|
+
POC Line Item Change
|
689
|
+
POD Proof Of Delivery
|
690
|
+
PPA Property Location
|
691
|
+
PPD Payment Pattern Details
|
692
|
+
PPL Price Support Data
|
693
|
+
PPY Personal Property Description
|
694
|
+
PR Product (Commodity)
|
695
|
+
PR1 Price Request Parameter List 1
|
696
|
+
PR2 Price Request Parameter List 2
|
697
|
+
PRC Payment Rate Change
|
698
|
+
PRD Mortgage Loan Product Description
|
699
|
+
PRF Purchase Order Reference
|
700
|
+
PRI External Reference Identifier
|
701
|
+
PRJ Multifamily Housing Project
|
702
|
+
PRM Basic Trace Parameters
|
703
|
+
PRR Problem Report
|
704
|
+
PRS Part Release Status
|
705
|
+
PRT Part Disposition
|
706
|
+
PRV Provider Information
|
707
|
+
PS Protective Service Instructions
|
708
|
+
PS1 Purchase Service
|
709
|
+
PSA Partner Share Accounting
|
710
|
+
PSC Product Service Contract
|
711
|
+
PSD Physical Sample Description
|
712
|
+
PT Patron
|
713
|
+
PTD Product Transfer And Resale Detail
|
714
|
+
PTF Property Transaction Financials
|
715
|
+
PTS Property Tax Status
|
716
|
+
PUN Beginning Segment For Motor Carrier Pickup Notification
|
717
|
+
PWK Paperwork
|
718
|
+
PYD Payroll Deduction
|
719
|
+
PYM Payment Manner And Percentage
|
720
|
+
PYT Historical Payment Terms
|
721
|
+
Q2 Status Details (Ocean)
|
722
|
+
Q3 Arrival Details
|
723
|
+
Q5 Status Details
|
724
|
+
Q7 Lading Exception Status
|
725
|
+
Q8 Detail Delivery Exception Information
|
726
|
+
QTY Quantity Information
|
727
|
+
R1 Route Information (Air)
|
728
|
+
R11 Beginning Segment For Trailer Or Container Repair Billing
|
729
|
+
R12 Work Order Information
|
730
|
+
R13 Line Item Repair
|
731
|
+
R2 Route Information
|
732
|
+
R2A Route Information With Preference
|
733
|
+
R2B Junctions And Proportions
|
734
|
+
R2C Division Basis
|
735
|
+
R2D Miscellaneous Charge
|
736
|
+
R3 Route Information - Motor
|
737
|
+
R4 Port Or Terminal
|
738
|
+
R9 Route Code Identification
|
739
|
+
RA Rate Header
|
740
|
+
RAB Rate Or Minimum Qualifiers
|
741
|
+
RAP Requirement, Attribute, And Proficiency
|
742
|
+
RB Rate/Minimum Detail
|
743
|
+
RC Root Cause
|
744
|
+
RCD Receiving Conditions
|
745
|
+
RCR Reporting Criteria
|
746
|
+
RD Rate Data
|
747
|
+
RDD Route Description Detail
|
748
|
+
RDI Retail Account Demographic Information
|
749
|
+
RDM Remittance Delivery Method
|
750
|
+
RDR Return Disposition Reason
|
751
|
+
RDT Revision Date/Time
|
752
|
+
REA Real Estate Property Information
|
753
|
+
REC Real Estate Condition
|
754
|
+
RED Related Data
|
755
|
+
REF Reference Information
|
756
|
+
REL Relationship
|
757
|
+
REN Rate Request Information
|
758
|
+
REP Repair Action
|
759
|
+
REQ Request Information
|
760
|
+
RES Real Estate Sales Price Change
|
761
|
+
RET Real Estate Transaction
|
762
|
+
RH Personal Property Rate
|
763
|
+
RIC Financial Return
|
764
|
+
RLD Down Payment Data
|
765
|
+
RLT Real Estate Loan Type
|
766
|
+
RMR Remittance Advice Accounts Receivable Open Item Reference
|
767
|
+
RMT Remittance Advice
|
768
|
+
RO Public Record Or Obligation
|
769
|
+
RP Retirement Product
|
770
|
+
RPA Rate Amounts Or Percents
|
771
|
+
RQS Request For Information
|
772
|
+
RRA Required Response
|
773
|
+
RS Rate Subset
|
774
|
+
RSC Resource
|
775
|
+
RSD Residency Information
|
776
|
+
RST Carrier Restriction
|
777
|
+
RT Rate Destination
|
778
|
+
RT1 Rate Detail
|
779
|
+
RTE Rate Information
|
780
|
+
RTT Freight Rate Information
|
781
|
+
RU1 Retirement Board Detail
|
782
|
+
RU2 Employing Carrier Response
|
783
|
+
RU3 Employing Carrier Claim Profile
|
784
|
+
RYL Royalty Payment
|
785
|
+
S1 Stop-Off Name
|
786
|
+
S2 Stop-Off Address
|
787
|
+
S4A Assurance Header Level 2
|
788
|
+
S5 Stop-Off Details
|
789
|
+
S9 Stop-Off Station
|
790
|
+
SA Status Action
|
791
|
+
SAC Service, Promotion, Allowance, Or Charge Information
|
792
|
+
SAD Student Award Detail
|
793
|
+
SAL Salary Information
|
794
|
+
SB Docket Level
|
795
|
+
SBR Subscriber Information
|
796
|
+
SBT Subtest
|
797
|
+
SC Docket Sub-Level
|
798
|
+
SCA Statistical Category Analysis
|
799
|
+
SCD Sales Commission Employee Detail
|
800
|
+
SCH Line Item Schedule
|
801
|
+
SCL Rate Basis/Scales
|
802
|
+
SCM Credit Score Model
|
803
|
+
SCN Beginning Segment For Cartage Work Assignment
|
804
|
+
SCP Beginning Segment For A Cartage Work Assignment Response
|
805
|
+
SCR Shipper's Car Ordered Rail
|
806
|
+
SCS Credit Score
|
807
|
+
SCT School Type
|
808
|
+
SD1 Safety Data
|
809
|
+
SDP Ship/Delivery Pattern
|
810
|
+
SDQ Destination Quantity
|
811
|
+
SE Transaction Set Trailer
|
812
|
+
SER Service Charges
|
813
|
+
SES Academic Session Header
|
814
|
+
SFC Storage Facility Characteristics
|
815
|
+
SG Shipment Status
|
816
|
+
SHD Shipment Detail
|
817
|
+
SHI Security Holding Information
|
818
|
+
SHP Shipped/Received Information
|
819
|
+
SHR Railroad Interline Service Special Handling Restrictions
|
820
|
+
SI Service Characteristic Identification
|
821
|
+
SID Standard Transportation Commodity Code Identification
|
822
|
+
SII Sales Item Information
|
823
|
+
SIN Substance Use
|
824
|
+
SL1 Tariff Details
|
825
|
+
SLA School Accreditation And Licensing
|
826
|
+
SLI Specific Loan Information
|
827
|
+
SLN Subline Item Detail
|
828
|
+
SMA Station Address
|
829
|
+
SMB Beginning Segment For Railroad Station Master File
|
830
|
+
SMD Consolidated Shipment Manifest Data
|
831
|
+
SMO Operational Services
|
832
|
+
SMR Cross Reference
|
833
|
+
SMS Station Codes Segment
|
834
|
+
SN1 Item Detail (Shipment)
|
835
|
+
SOI Source Of Income
|
836
|
+
SOM Status Of Mortgage
|
837
|
+
SP Special Program
|
838
|
+
SPA Status Of Product Or Activity
|
839
|
+
SPE Security Protocol Error
|
840
|
+
SPI Specification Identifier
|
841
|
+
SPK Specimen Kit Information
|
842
|
+
SPR Supplier Rating
|
843
|
+
SPS Sampling Parameters For Summary Statistics
|
844
|
+
SPY Scope Of Power Of Attorney
|
845
|
+
SR Requested Service Schedule
|
846
|
+
SRA Traffic Evaluation Factors
|
847
|
+
SRD Scale Rate Detail
|
848
|
+
SRE Test Scores
|
849
|
+
SRM Scale Rates
|
850
|
+
SRT Scale Rate Header
|
851
|
+
SS Docket Control Status
|
852
|
+
SSC Beginning Segment For Service Commitment Advice
|
853
|
+
SSD Shipment Sort Segregate Data
|
854
|
+
SSE Entry And Exit Information
|
855
|
+
SSS Product Special Services
|
856
|
+
SST Student Academic Status
|
857
|
+
ST Transaction Set Header
|
858
|
+
STA Statistics
|
859
|
+
STC Status Information
|
860
|
+
STP Study Parameters
|
861
|
+
STS Interchange Status Segment
|
862
|
+
SUM Academic Summary
|
863
|
+
SUP Supplementary Information
|
864
|
+
SV Service Description
|
865
|
+
SV1 Professional Service
|
866
|
+
SV2 Institutional Service
|
867
|
+
SV3 Dental Service
|
868
|
+
SV4 Drug Service
|
869
|
+
SV5 Durable Medical Equipment Service
|
870
|
+
SV6 Anesthesia Service
|
871
|
+
SV7 Drug Adjudication
|
872
|
+
SVA Security Value
|
873
|
+
SVC Service Information
|
874
|
+
SVD Service Line Adjudication
|
875
|
+
SW Switching Charges
|
876
|
+
SWC Switching Conditions
|
877
|
+
SWD Switching Details
|
878
|
+
SWR Switching Rates
|
879
|
+
T1 Transit Inbound Origin
|
880
|
+
T2 Transit Inbound Lading
|
881
|
+
T3 Transit Inbound Route
|
882
|
+
T6 Transit Inbound Rates
|
883
|
+
T8 Free-Form Transit Data
|
884
|
+
TA Tax Authority
|
885
|
+
TAX Tax Reference
|
886
|
+
TBI Trade Line Bureau Identifier
|
887
|
+
TC2 Commodity
|
888
|
+
TCD Itemized Call Detail
|
889
|
+
TD1 Carrier Details (Quantity And Weight)
|
890
|
+
TD3 Carrier Details (Equipment)
|
891
|
+
TD4 Carrier Details (Special Handling Or Hazardous Materials Or Both)
|
892
|
+
TD5 Carrier Details (Routing Sequence/Transit Time)
|
893
|
+
TDS Total Monetary Value Summary
|
894
|
+
TDT Tax Delinquency Status
|
895
|
+
TED Technical Error Description
|
896
|
+
TEM Pickup Totals
|
897
|
+
TER Territory
|
898
|
+
TF Tariff Information
|
899
|
+
TFR Tariff Restrictions
|
900
|
+
TFS Tax Form
|
901
|
+
THE Screen Theater Identification
|
902
|
+
TI Transport Information
|
903
|
+
TIA Tax Information And Amount
|
904
|
+
TID Task Identification
|
905
|
+
TII Tax Installment Information
|
906
|
+
TIS Title Insurance Services
|
907
|
+
TLN Tradeline
|
908
|
+
TMD Test Method
|
909
|
+
TOA Type Of Activity
|
910
|
+
TOO Tooth Identification
|
911
|
+
TOV Vehicle Use Information
|
912
|
+
TPB Business Professional Title
|
913
|
+
TPD Trading Partner Detail
|
914
|
+
TRF Rating Factors
|
915
|
+
TRL Equipment Usage Information
|
916
|
+
TRN Trace
|
917
|
+
TRS Tax Rate
|
918
|
+
TS Tariff Section
|
919
|
+
TS2 Transaction Supplemental Statistics
|
920
|
+
TS3 Transaction Statistics
|
921
|
+
TSD Trailer Shipment Details
|
922
|
+
TSI Automatic Equipment Tag Status Information
|
923
|
+
TSP Test Period Or Interval
|
924
|
+
TST Test Score Record
|
925
|
+
TSU Transaction Summary
|
926
|
+
TT Term Text
|
927
|
+
TUD Trade Union Data
|
928
|
+
TXI Tax Information
|
929
|
+
TXN Transaction Capabilities
|
930
|
+
TXP Tax Payment
|
931
|
+
UC Underwriting Category
|
932
|
+
UCS Underwriting Considerations
|
933
|
+
UD Underwriting Status
|
934
|
+
UDA Underwriting Condition
|
935
|
+
UIT Unit Detail
|
936
|
+
UM Health Care Services Review Information
|
937
|
+
UQS Underwriting Question
|
938
|
+
UR Peer Review Organization Or Utilization Review
|
939
|
+
USD Usage-Sensitive Detail
|
940
|
+
USI Unitized Shipment Information
|
941
|
+
UWI Underwriting Information
|
942
|
+
V1 Vessel Identification
|
943
|
+
V2 Vessel Information
|
944
|
+
V3 Vessel Schedule
|
945
|
+
V4 Cargo Location Reference
|
946
|
+
V5 Vessel Identification
|
947
|
+
V9 Event Detail
|
948
|
+
VAD Vehicle Advice Detail
|
949
|
+
VAR Credit File Variation
|
950
|
+
VAT Vehicle Attribute
|
951
|
+
VC Motor Vehicle Control
|
952
|
+
VC1 Vehicle Detail
|
953
|
+
VDI Value Description Or Information
|
954
|
+
VEH Vehicle Information
|
955
|
+
VID Conveyance Identification
|
956
|
+
VR Rate Origin
|
957
|
+
VRC Vehicle Recovery
|
958
|
+
W01 Line Item Detail - Warehouse
|
959
|
+
W03 Total Shipment Information (Warehouse)
|
960
|
+
W04 Item Detail Total
|
961
|
+
W05 Shipping Order Identification
|
962
|
+
W06 Warehouse Shipment Identification
|
963
|
+
W07 Item Detail For Stock Receipt
|
964
|
+
W08 Receipt Carrier Information
|
965
|
+
W09 Equipment And Temperature
|
966
|
+
W1 Block Identification
|
967
|
+
W10 Warehouse Additional Carrier Information
|
968
|
+
W12 Warehouse Item Detail
|
969
|
+
W13 Item Detail Exception
|
970
|
+
W14 Total Receipt Information
|
971
|
+
W15 Warehouse Adjustment Identification
|
972
|
+
W17 Warehouse Receipt Identification
|
973
|
+
W18 Probe Temperatures
|
974
|
+
W19 Warehouse Adjustment Item Detail
|
975
|
+
W2 Equipment Identification
|
976
|
+
W20 Line Item Detail - Packing
|
977
|
+
W27 Carrier Details (Warehouse)
|
978
|
+
W28 Consolidation Information
|
979
|
+
W3 Consignee Information
|
980
|
+
W4 Consignor Information
|
981
|
+
W5 Carrier And Route Information
|
982
|
+
W6 Special Handling Information
|
983
|
+
W66 Warehouse Carrier Information
|
984
|
+
W76 Total Shipping Order
|
985
|
+
WLD Workload Detail
|
986
|
+
WS Work Schedule
|
987
|
+
X01 Automated Manifest Archive Status Details
|
988
|
+
X02 Automated Manifest Bills Eligible/Overdue Archive Details
|
989
|
+
X1 Export License
|
990
|
+
X2 Import License
|
991
|
+
X4 Customs Release Information
|
992
|
+
X7 Customs Information
|
993
|
+
XD Placement/Pull Data
|
994
|
+
XH Pro Forma - B13 Information
|
995
|
+
XPO Preassigned Purchase Order Numbers
|
996
|
+
XQ Reporting Date/Action
|
997
|
+
Y1 Space Reservation Request
|
998
|
+
Y2 Container Details
|
999
|
+
Y3 Space Confirmation
|
1000
|
+
Y4 Container Release
|
1001
|
+
Y5 Space Booking Cancellation
|
1002
|
+
Y6 Authentication
|
1003
|
+
Y7 Cargo Booking Priority
|
1004
|
+
YNQ Yes/No Question
|
1005
|
+
ZA Product Activity Reporting
|
1006
|
+
ZC1 Beginning Segment For Data Correction Or Change
|
1007
|
+
ZD Transaction Set Deletion - Id, Reason, And Source
|
1008
|
+
ZR Waybill Reference Identification
|
1009
|
+
ZT Waybill Request Information
|