aboutsummaryrefslogblamecommitdiffstats
path: root/lib/asn1/test/asn1_SUITE_data/ChoTypeRefPrim.asn1
blob: ed6095f769cc0619ad7d809745508540e3dc23eb (plain) (tree)

































                                             
ChoTypeRefPrim DEFINITIONS IMPLICIT TAGS ::= 

BEGIN

ChoTR ::=  CHOICE 
{
  bool BOOLEAN,
  octStr OctStr,
  int INTEGER
}


ChoTR2 ::=  CHOICE 
{
  octStr OctStr,
  octStrI [114] OctStr,
  octStrE [115] EXPLICIT OctStr,

  octStr-I OctStrImp,
  octStrI-I [214] OctStrImp,
  octStrE-I [215] EXPLICIT OctStrImp,

  octStr-E OctStrExp,
  octStrI-E [314] OctStrExp,
  octStrE-E [315] EXPLICIT OctStrExp

}

OctStr ::= OCTET STRING
OctStrImp ::= [14] OCTET STRING
OctStrExp ::= [15] EXPLICIT OCTET STRING

END