|
Hi,
I had written the following prgm
using information objects and am unable to interpret the following
-
OBJECT-CLASS ::= CLASS
{
&fixedTypeValueFieldSpec
TYPE-IDENTIFIER.&Type
&FixedTypeValueSetFieldSpec TYPE-IDENTIFIER.&Type
}
objectOf-OBJECT-CLASS OBJECT-CLASS
::=
{
&fixedTypeValueFieldSpec INTEGER:0,
&FixedTypeValueSetFieldSpec { BOOLEAN | INTEGER | BIT STRING | REAL
}
}
I had to give the value set for
the second field as above, for the compiler to complete the compilation
successfully. I was expecting a ObjectClassFieldValue notation as in the case of
the 1st field, but the compiler required the above. I am unable to interpret the
ValueSet given for the second field. Kindly explain the same. Thanking
you.
Yours Sincerely
Ramaswamy "Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction." - Albert Einstein |
