5.17.1 IDLの定義

interface NamedValue {
   readonly attribute CORBA::Identifier name;
   readonly attribute any value;
   readonly attribute CORBA::Flags flags;
};