|
The Create Result syntax which is carried in the CREATE RESULT is
defined as follows:
CreateResult ::= SEQUENCE { managedObjectClass ObjectClass OPTIONAL, managedObjectInstance ObjectInstance OPTIONAL, -- shall be returned if omitted from CreateArgument currentTime [5] IMPLICIT GeneralizedTime OPTIONAL, attributeList [6] IMPLICIT SET OF Attribute OPTIONAL, ... } Attribute ::= SEQUENCE { id CMIP-ATTRIBUTE.&id ({AttributeSet}), value CMIP-ATTRIBUTE.&Value ({AttributeSet} {@.id}) }
The CreateReply consists of a set of Attribute each of which is either
an INTEGER or an OBJECT IDENTIFIER that identifies the type of attribute
(from the REGISTERED AS clause in the ATTRIBUTE template) followed by a value the
syntax of which is defined in the WITH ATTRIBUTE SYNTAX of the related
ATTRIBUTE template.
|