Hi,
I'd like to know what the result of the automatic tagging transformation
(describes in X680 (2002) 24.9.) in this case :
ModuleA DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
A ::= SEQUENCE {
a INTEGER,
COMPONENTS OF B,
b INTEGER
}
B::= SEQUENCE ::= {
c REAL,
d [1] INTEGER,
e REAL
}
END
because the automatic tagging is in effect in "A", but not in "B" so I was wondering what is
"c" and "e" tag after the COMPONENTS OF transformation :
A ::= SEQUENCE {
a INTEGER,
c REAL,
d [1] INTEGER,
e REAL,
b INTEGER
}
Thanks.
Guillaume Martin
_______________________________________________
ASN1 mailing list
[email protected]
http://lists.asn1.org/mailman/listinfo/asn1