t_Metadata_Mixins_Mixin
Mixin
Specifies another model to load along with this one

Description
All the resources of the mixed-in model will be loaded along with the parent model's resources. Mixins allow you to develop functionality in a modular way. Maintaining capabilities in different models along with augments and namespaces produces easier to maintain solutions.
Mixins may be specified at design-time in the .metadata file, or at deploy-time in an .environment file.
Properties
base : booleanchecksum : hexThe checksum of the model to mixin
If blank, the loader will look for the most recent published jar or folderValid values based on“string”. [0-9A-fa-f]* namespace : anyURIThe namespace of the model to mixin.
This is the unique namespace value specified in the mixed-in model's .metadata file.- Example
nexj:finance:events
override : booleanIf true, the elements in the mixin may be overridden in this model
upgradeChecksum : hexDuring an upgrade you may specify the details of the new model version for merging
Specifying the upgrade model allows you to do a 3-way merge before completing the upgrade.Valid values based on“string”. [0-9A-fa-f]* upgradeNamespace : anyURIDuring an upgrade you may specify the details of the new model version for merging
Specifying the upgrade model allows you to do a 3-way merge before completing the upgrade.upgradeVersion : stringDuring an upgrade you may specify the details of the new model version for merging
Specifying the upgrade model allows you to do a 3-way merge before completing the upgrade.version : stringThe version of the model to mixin
If blank, the loader will look for the most recent published jar or folder
Parents
t_Metadata_Mixins - A list of other models to import and load (mix in) along with this model's resources
Parent topic: t_Metadata_Mixins