The WITH INFORMATION SYNTAX field
specifies an ASN.1 data
structure that is carried in the arguments of the ACTION
operation. In a more complex example the syntax would include information
needed to perform the action. In this example the source of the ASN.1 data structure
specification is identified as:
FORUMASN11.ToTrig
This is known as a type
reference. The type reference has two parts:
-
an ASN.1 module
name, which identifies the ASN.1 containing the data structure to be employed;
and,
-
an ASN.1 type identifier which must be defined in that module
(although it
could be imported).
The ASN.1 module is named "FORUMASN11"
and the type identifier is "ToTrig" in this case.
The ASN.1 is a simple type in this example, but in
a more complex example the ASN.1 syntax would be more complex. Often it is
important to be able to qualify the ASN.1 syntax with a PARAMETER.
Using a parameter enables the specification to be extended and is especially
important for error conditions and other exceptions.
There is no WITH REPLY SYNTAX clause in the
example as no reply is required. The reply
syntax is also expressed as type reference.