module org { module omg { module spec { module api4kp { module V20230201 { module id { struct ParsingLevel { string referentid; }; typedef sequence ParsingLevelList; struct PublicationStatus { string referentid; }; typedef sequence PublicationStatusList; struct MIMECode { string class; string value; boolean formal; }; typedef sequence MIMECodeList; struct KeyIdentifier { string class; string uuid; string versiontag; long versionhash; }; typedef sequence KeyIdentifierList; struct StructuredIdentifier { string class; string tag; string versiontag; string namespace; string label; string format; }; typedef sequence StructuredIdentifierList; struct ControlledTerm { string class; string label; string conceptid; string code; }; typedef sequence ControlledTermList; struct Pointer { string class; string tag; string versiontag; string namespace; string name; string uuid; string resourceid; string versionid; string lastmodified; string createdon; string description; sequence type; MIMECode mimetype; string href; }; typedef sequence PointerList; }; // id }; // V20230201 }; // api4kp }; // spec }; // omg }; // org