aboutsummaryrefslogtreecommitdiffhomepage
path: root/specification/src/Text/Edifact/D96A/Simples/S9213.hs
diff options
context:
space:
mode:
Diffstat (limited to 'specification/src/Text/Edifact/D96A/Simples/S9213.hs')
-rw-r--r--specification/src/Text/Edifact/D96A/Simples/S9213.hs33
1 files changed, 33 insertions, 0 deletions
diff --git a/specification/src/Text/Edifact/D96A/Simples/S9213.hs b/specification/src/Text/Edifact/D96A/Simples/S9213.hs
new file mode 100644
index 0000000..f936ac2
--- /dev/null
+++ b/specification/src/Text/Edifact/D96A/Simples/S9213.hs
@@ -0,0 +1,33 @@
1{-# LANGUAGE OverloadedStrings #-}
2
3---- Machine generated code.
4---- Output of edi-parser-scaffolder
5
6module Text.Edifact.D96A.Simples.S9213
7 ( simple9213
8 ) where
9
10import Text.Edifact.Parsing
11import Text.Edifact.Types (Value)
12
13-- | Derived from this specification:
14--
15-- > 9213 Type of duty regime, coded
16-- >
17-- > Desc: Identification of the statement of the full/preferential
18-- > regime according to which duty is assessed.
19-- >
20-- > Repr: an..3
21-- >
22-- > 1 Origin subject to EC/EFTA preference
23-- > Self explanatory.
24-- > 2 Origin subject to other preference agreement
25-- > Self explanatory.
26-- > 3 No preference origin
27-- > Self explanatory.
28-- > 8 Excluded origin
29-- > Self explanatory.
30-- > 9 Imposed origin
31-- > Self explanatory.
32simple9213 :: Parser Value
33simple9213 = simple "9213" (alphaNumeric `upTo` 3)