-- automatically generated by rosy 6.0 #80 (Orthanc), do not edit!

TheBigOne DEFINITIONS ::=

BEGIN

BigInteger ::=
        SEQUENCE OF
            INTEGER

BigReal ::=
        SEQUENCE OF
            REAL

BigString ::=
        SEQUENCE OF
            IA5String

ArgSet ::=
        SET {
            p1[5]
                BigInteger
                OPTIONAL,

            p2[25]
                BigReal
                OPTIONAL,

            p3[125]
                BigString
                OPTIONAL
        }

END
