JOSIF Main Page | JOSIF Guidebook | Modeling | Shared Framework Model | Internal Framework Model
Table of Contents | ||||||||
---|---|---|---|---|---|---|---|---|
|
The Internal Framework Model defines objects that are used by generators to be injected in the specifications.
This model cannot be referenced directly by interface developers. It will always be used implicitly. It covers:
...
- *identifier : The entity instance identifier (EID).
- *extensionInfo : Used to add extensibility to entity. Please refer to #Extensibilitythe Extensibility section.
- *aliasNames : The aliasNames attribute contains implimentation specific name value pairs for local alternative names for the Entity. This is provided to pass more user friendly names for entities between systems or for debugging. The aliasNames attribute MUST NOT be used by an implimentation when comparing EntityIdentifiers. There is NO GUARANTEE that the contents of the aliasNames attribute is unique.
...