Bug DEFINITIONS ::= BEGIN id-phoneNumber OBJECT IDENTIFIER ::= { 3 4 2 5 69 1 0 2 } Content ::= SEQUENCE { type OBJECT IDENTIFIER, content ANY DEFINED BY type } -- PhoneNumber is the type used as an actual "any" type PhoneNumber ::= SEQUENCE { country INTEGER, area INTEGER, number INTEGER } END