Update CQL parser to use CQL 1.1 modifiers for booleans and
[yaz-moved-to-github.git] / test / tstodr.asn
1 -- Small ASN.1 spec for tstodr test
2 -- $Id: tstodr.asn,v 1.1 2003-10-27 12:21:38 adam Exp $
3 tstodrcodec
4 {tstodrcodec} DEFINITIONS ::=
5 BEGIN
6 MySequence ::= SEQUENCE {
7         first [1] IMPLICIT INTEGER,
8         second [2] IMPLICIT OCTET STRING,
9         third [3] IMPLICIT BOOLEAN,
10         fourth [4] IMPLICIT NULL,
11         fifth [5] IMPLICIT INTEGER {
12                 enum1(0),
13                 enum2(1)
14         }
15 }
16 END