Connected: An Internet Encyclopedia
3.2.2. Constructor Types

Up: Connected: An Internet Encyclopedia
Up: Requests For Comments
Up: RFC 1155
Up: 3. Structure and Identification of Management Information
Up: 3.2. Syntax
Prev: 3.2.1. Primitive Types
Next: 3.2.3. Defined Types

3.2.2. Constructor Types

3.2.2. Constructor Types

The ASN.1 constructor type SEQUENCE is permitted, providing that it is used to generate either lists or tables.

For lists, the syntax takes the form:

      SEQUENCE { <type1>, ..., <typeN> }

where each <type> resolves to one of the ASN.1 primitive types listed above. Further, these ASN.1 types are always present (the DEFAULT and OPTIONAL clauses do not appear in the SEQUENCE definition).

For tables, the syntax takes the form:

      SEQUENCE OF <entry>

where <entry> resolves to a list constructor.

Lists and tables are sometimes referred to as aggregate types.


Next: 3.2.3. Defined Types

Connected: An Internet Encyclopedia
3.2.2. Constructor Types