{ "Name" = "MySuite"; "AppleEventCode" = "CJst"; "Classes" = { "NSApplication" = { "Superclass" = "NSCoreSuite.NSApplication"; "ToManyRelationships" = { "orderedDocuments" = { "Type" = "MyDocument"; "AppleEventCode" = "docu"; }; }; "AppleEventCode" = "capp"; }; "MyDocument" = { "Superclass" = "NSCoreSuite.NSDocument"; "AppleEventCode" = "docu"; "ToOneRelationships" = { "myContents" = { "Type" = "NSTextStorage"; "AppleEventCode" = "tact"; }; }; "SupportedCommands" = { "Export" = "handleExport:"; }; }; }; "Commands" = { "Export" = { "AppleEventClassCode" = "CJst"; "AppleEventCode" = "Expt"; "CommandClass" = "NSScriptCommand"; }; }; "Synonyms" = { "tact" = "NSTextSuite.NSTextStorage"; }; }