]> git.immae.eu Git - github/fretlink/edi-parser.git/blob - specification/src/Text/Edifact/D96A/Simples/S7405.hs
Release code as open source
[github/fretlink/edi-parser.git] / specification / src / Text / Edifact / D96A / Simples / S7405.hs
1 {-# LANGUAGE OverloadedStrings #-}
2
3 ---- Machine generated code.
4 ---- Output of edi-parser-scaffolder
5
6 module Text.Edifact.D96A.Simples.S7405
7 ( simple7405
8 ) where
9
10 import Text.Edifact.Parsing
11 import Text.Edifact.Types (Value)
12
13 -- | Derived from this specification:
14 --
15 -- > * 7405 Identity number qualifier
16 -- >
17 -- > Desc: Code specifying the type/source of identity number.
18 -- >
19 -- > Repr: an..3
20 -- >
21 -- > AA House bill of lading
22 -- > A number that is used to identify goods from a freight
23 -- > forwarder/consolidator.
24 -- > AB 1st structure element name
25 -- > The first element in a series of elements that together
26 -- > define the structure of an object.
27 -- > AC 2nd structure element name
28 -- > The second element in a series of elements that together
29 -- > define the structure of an object.
30 -- > AD 3rd structure element name
31 -- > The third element in a series of elements that together
32 -- > define the structure of an object.
33 -- > AE 4th structure element name
34 -- > The fourth element in a series of elements that together
35 -- > define the structure of an object.
36 -- > AF 5th structure element name
37 -- > The fifth element in a series of elements that together
38 -- > define the structure of an object.
39 -- > AG 6th structure element name
40 -- > The sixth element in a series of elements that together
41 -- > define the structure of an object.
42 -- > AH 7th structure element name
43 -- > The seventh element in a series of elements that together
44 -- > define the structure of an object.
45 -- > AI 8th structure element name
46 -- > The eighth element in a series of elements that together
47 -- > define the structure of an object.
48 -- > AJ 9th structure element name
49 -- > The ninth element in a series of elements that together
50 -- > define the structure of an object.
51 -- > AK Data set
52 -- > The identity of a data set.
53 -- > AL Kanban card number
54 -- > Reference number assigned by a consignee to a Kanban
55 -- > card.
56 -- > AM Level number
57 -- > Level number in a hierarchy or other structure.
58 -- > AN Manufacturing reference number
59 -- > A unique number identifying a particular assembly or
60 -- > other manufacturing process.
61 -- > AO Position number in package
62 -- > A number to identify the position within a package
63 -- > according to agreed rules between partners.
64 -- > AP Product
65 -- > A name or number which identifies a product.
66 -- > AQ Release number
67 -- > Number assigned to a release.
68 -- > AR Statistical concept
69 -- > Statistical concept.
70 -- > AS Table
71 -- > A table of items e.g. figures and text represented in
72 -- > rows and columns.
73 -- > AT Transport packing group number
74 -- > Number identifying a group of articles in a predescribed
75 -- > unit load for shipment/dispatch as agreed between
76 -- > partners.
77 -- > AU Value list
78 -- > A coded or non coded list of values.
79 -- > AV Value list subset
80 -- > A subset of a coded or non coded list of values.
81 -- > AW Serial shipping container code
82 -- > A single unique serial number which identifies shipping
83 -- > containers or shipping packages.
84 -- > + AX Case number
85 -- > A code to identify the number assigned to a given case.
86 -- > + AY Financial security identification number
87 -- > Identification number of a financial security.
88 -- > + AZ Compact disk player security code number
89 -- > The security code number of the compact disk player.
90 -- > + BA Question in questionnaire
91 -- > The identity number of a question in a questionnaire.
92 -- > + BB Questionnaire
93 -- > The identification of a questionnaire.
94 -- > + BC Check digit
95 -- > The check digit of the primary number.
96 -- > + BD Vehicle telephone identification number
97 -- > The number which identifies the telephone equipment
98 -- > fitted to the vehicle.
99 -- > BE Batch excluded
100 -- > Products manufactured in Batch not to be included in
101 -- > consignment.
102 -- > + BF Door key number
103 -- > The number on the key that fits the door lock.
104 -- > + BG Fleet number
105 -- > The number of the fleet to which a vehicle is assigned.
106 -- > + BH Ignition key number
107 -- > The number on the key that fits the ignition lock.
108 -- > + BI Radio security code number
109 -- > The security code number of the radio.
110 -- > + BJ Serial shipping container code
111 -- > Serial code uniquely identifying a shipping container.
112 -- > + BK Fleet vehicle unit number
113 -- > The unit number of the vehicle within the fleet allocated
114 -- > by the fleet operator.
115 -- > + BL Vehicle registration number
116 -- > The registration number of the vehicle.
117 -- > BN Serial number
118 -- > Identification number of an item which distinguishes this
119 -- > specific item out of a number of identical items.
120 -- > BX Batch number
121 -- > Unique number affixed by manufacturer to a batch of
122 -- > products produced under similar conditions.
123 -- > CN Chassis number
124 -- > Unique number affixed by manufacturer to a chassis for
125 -- > identification purposes.
126 -- > EE Engine number
127 -- > Unique number affixed by manufacturer to an engine for
128 -- > identification purposes.
129 -- > EM Emulsion number
130 -- > Manufacturer assigned reference to a photographic product
131 -- > indicating sensitivity.
132 -- > IL Invoice line number
133 -- > Sequential numerical assignment to identical invoiced
134 -- > goods which are subject to the same conditions of sale.
135 -- > ML Marking/label number
136 -- > Self explanatory.
137 -- > PN Part number
138 -- > Manufacturer-assigned reference to a product part.
139 -- > SC Secondary Customs tariff number
140 -- > Indicate (e.g. in segment GIR) the secondary (sub-) level
141 -- > of a Customs tariff number.
142 -- > VV Vehicle identity number
143 -- > Unique serial number assigned by the manufacturer that
144 -- > distinguishes one vehicle from another.
145 simple7405 :: Parser Value
146 simple7405 = simple "7405" (alphaNumeric `upTo` 3)