aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S7273.hs
diff options
context:
space:
mode:
Diffstat (limited to 'specification/src/Text/Edifact/D96A/Simples/S7273.hs')
-rw-r--r--specification/src/Text/Edifact/D96A/Simples/S7273.hs66
1 files changed, 66 insertions, 0 deletions
diff --git a/specification/src/Text/Edifact/D96A/Simples/S7273.hs b/specification/src/Text/Edifact/D96A/Simples/S7273.hs
new file mode 100644
index 0000000..24291b5
--- /dev/null
+++ b/specification/src/Text/Edifact/D96A/Simples/S7273.hs
@@ -0,0 +1,66 @@
1{-# LANGUAGE OverloadedStrings #-}
2
3---- Machine generated code.
4---- Output of edi-parser-scaffolder
5
6module Text.Edifact.D96A.Simples.S7273
7 ( simple7273
8 ) where
9
10import Text.Edifact.Parsing
11import Text.Edifact.Types (Value)
12
13-- | Derived from this specification:
14--
15-- > 7273 Service requirement, coded
16-- >
17-- > Desc: Identification of a service requirement (which may constitute
18-- > an additional component to a basic contract).
19-- >
20-- > Repr: an..3
21-- >
22-- > 1 Carrier loads
23-- > The cargo is loaded in the equipment by the carrier.
24-- > 2 Full loads
25-- > Container to be stuffed or stripped under responsibility
26-- > and for account of the shipper or the consignee.
27-- > 3 Less than full loads
28-- > Container to be stuffed and stripped for account and risk
29-- > of the carrier.
30-- > 4 Shipper loads
31-- > The cargo is loaded in the equipment by the shipper.
32-- > 5 To be delivered
33-- > The cargo is to be delivered as instructed.
34-- > 6 To be kept
35-- > The cargo is to be retained awaiting further
36-- > instructions.
37-- > 7 Transhipment allowed
38-- > Transhipment of goods is allowed.
39-- > 8 Transhipment not allowed
40-- > Transhipment of goods is not allowed.
41-- > 9 Partial shipment allowed
42-- > Partial shipment is allowed.
43-- > 10 Partial shipment not allowed
44-- > Partial shipment is not allowed.
45-- > 11 Partial shipment and/or drawing allowed
46-- > Partial shipment and/or drawing is allowed.
47-- > 12 Partial shipment and/or drawing not allowed
48-- > Partial shipment and/or drawing is not allowed.
49-- > 13 Carrier unloads
50-- > The cargo is to be unloaded from the equipment by the
51-- > carrier.
52-- > 14 Shipper unloads
53-- > The cargo is to be unloaded from the equipment by the
54-- > shipper.
55-- > 15 Consignee unloads
56-- > The cargo is to be unloaded from the equipment by the
57-- > consignee.
58-- > 16 Consignee loads
59-- > The cargo is to be loaded in the equipment by the
60-- > consignee.
61-- > 17 Exclusive usage of equipment
62-- > Usage of the equipment is reserved for exclusive use.
63-- > 18 Non exclusive usage of equipment
64-- > Usage of the equipment is not reserved for exclusive use.
65simple7273 :: Parser Value
66simple7273 = simple "7273" (alphaNumeric `upTo` 3)