| The WITH ATTRIBUTE SYNTAX field specifies
an ASN.1 data
structure that will be used to carry in the arguments of the ATTRIBUTE
operations. In this example the source of the ASN.1 data structure
specification is identified as:
FORUM-ASN1-1.SimpleNameType
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).
In this
particular case the ASN.1 module is named "FORUM-ASN1-1"
and the type identifier is "SimpleNameType". In
this case the attribute is either a graphical string or an integer.
The MATCHES FOR field
specifies the possible ways in which the attribute could be matched in scoping
and filtering operations. In this case the EQUALITY
and SUBSTRINGS indicate
that the filters will be able to process attribute value assertions
against managed object instance that have this attribute that can match
for equality and that include operations on strings.
|