// -------------------------------------------------------------------------------------------------------------------------------------------- // The following is the XMI model's ModelAnnotation object which contains metamodel type, URI and dependent/imported model info // -------------------------------------------------------------------------------------------------------------------------------------------- // -------------------------------------------------------------------------------------------------------------------------------------------- // The following is an example of the AnnotationsContainer. This container holds all Annotation elements. // // Annotation objects can have: // 1) Description (single string) // 2) Tags (multiple string key value pairs) (EMap) // 3) Keywords (multiple string values) (EList) // -------------------------------------------------------------------------------------------------------------------------------------------- . . . // ------------------------------------------------------------------------------------------ // **** THE FOLLOWING ENTRY DEFINES A MODEL EXTENSION TYPE FOR THIS XMI FILE ****** // ------------------------------------------------------------------------------------------ // ------------------------------------------------------------------------------------------ // **** THE FOLLOWING ENTRY CONTAINS THE PROPERTIES DEFINING THE MODEL EXTENSION ****** // These properties contain a Modeshape CND string, unique namespace values for the extension and the // extended metamodel (i.e. Relational, Web Services, etc....) and the extended object types (CND node types) // ------------------------------------------------------------------------------------------ // ------------------------------------------------------------------------------------------ // **** THE FOLLOWING ENTRIES DEFINE THE EXTENDED PROPERTIES FOR EACH EXTENDED OBJECT TYPE ****** // The "value" contains the property definition values equivalent to what was created/stored in // the previous Extension Model properties. // // When migrating old Extension models to new framework, these old properties will have to be converted // and stored in this format. // ------------------------------------------------------------------------------------------ // ------------------------------------------------------------------------------------------ // **** THE FOLLOWING ENTRIES ARE THE ACTUAL NON-DEFAULT PROPERTIES FOR AN EXTENDED RELATIONAL MODEL ****** // ------------------------------------------------------------------------------------------