module org { module omg { module spec { module api4kp { module V20230201 { module datatypes { struct Entry { string class; string key; any value; }; typedef sequence EntryList; struct Bindings { string bClass; sequence entries; }; typedef sequence BindingsList; struct TypedValue { string class; string value; string type; string datatype; }; typedef sequence TypedValueList; }; // datatypes }; // V20230201 }; // api4kp }; // spec }; // omg }; // org