This wiki has undergone a migration to Confluence found Here
Difference between revisions of "Concept Domain Naming Conventions"
Jump to navigation
Jump to search
(New page: == Overview == == Naming Conventions == When naming Concept Domains, the following naming conventions will be applied: * Concept Domain names shall begin with the applicable parent clas...) |
|||
Line 18: | Line 18: | ||
ActReason -> '''Act'''''PrintName''''''ReasonType''' | ActReason -> '''Act'''''PrintName''''''ReasonType''' | ||
+ | |||
+ | |||
+ | ==== ActConsentType ==== | ||
+ | |||
+ | ActConsentType -> '''Act'''''PrintName'''''ConsentType''' | ||
Revision as of 19:34, 8 June 2009
Contents
Overview
Naming Conventions
When naming Concept Domains, the following naming conventions will be applied:
- Concept Domain names shall begin with the applicable parent class name (Act, Entity or Role) as appropriate.
- Concept Domains shall end with Type
Examples
Where PrintName is the name of the domain being considered for addition, the following examples attempt to illustrate the application of the naming conventions.
ActReason
ActReason -> ActPrintName'ReasonType
ActConsentType
ActConsentType -> ActPrintNameConsentType
Backwards Compatibility
There will be no effort to modify existing concept domains to adhere to the naming conventions specified here. Any modification of an existing domain name will necessitate an update to all models making use of that domain. For the time being, this effort is considered unreasonable and focus will be directed at ensuring new domains are named in accordance with the recommended naming conventions.