Corrections made to the ASN.1 module of T.173 (07/1997)
TypeIdentifier ALL EXCEPT 0
TypeIdentifier (FROM (ALL EXCEPT 0))
TypeDescription ::= CHOICE {
string-description [1] INTEGER (0..max-size-string) OPTIONAL,
sequence-description [2] SequenceDescription,
array-description [3] ArrayDescription,
structure-description [4] StructureDescription,
union-description [5] UnionDescription
}
TypeDescription ::= CHOICE {
string-description [1] INTEGER (0..max-size-string),
sequence-description [2] SequenceDescription,
array-description [3] ArrayDescription,
structure-description [4] StructureDescription,
union-description [5] UnionDescription
}