From 7eb93764804798d70e448919289e490ec479c7c7 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 25 May 2004 16:33:18 +0000 Subject: [PATCH] Add truncation attributes --- perl/demo/cql.map | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/perl/demo/cql.map b/perl/demo/cql.map index 5c824c4..e96be05 100644 --- a/perl/demo/cql.map +++ b/perl/demo/cql.map @@ -16,4 +16,11 @@ relation.scr = 2=3 position.any = 3=3 6=1 -structure.* = 4=1 +structure.* = 4=1 + +truncation.right = 5=1 +truncation.left = 5=2 +truncation.both = 5=3 +truncation.none = 5=100 +truncation.z3958 = 5=104 + -- 1.7.10.4