Fix compilation without Libxml2 YAZ-755 revisited
[yaz-moved-to-github.git] / test / tstodr.asn
1 -- Small ASN.1 spec for tstodr test
2 test_odrcodec
3 {test_odrcodec} DEFINITIONS ::=
4 BEGIN
5 MySequence ::= SEQUENCE {
6         first [1] IMPLICIT INTEGER,
7         second [2] IMPLICIT OCTET STRING,
8         third [3] IMPLICIT BOOLEAN,
9         fourth [4] IMPLICIT NULL,
10         fifth [5] IMPLICIT INTEGER {
11                 enum1(0),
12                 enum2(1)
13         },
14         myoid [6] IMPLICIT OBJECT IDENTIFIER
15 }
16 END