Name |
Expression<Identifier> |
Mandatory. |
Specifies the name of the new model. |
Version |
Expression<Version> |
Optional. If no version is specified, the new model will be version 1.0.0.0. |
Specifies the version of the new model, in version format. |
BaseModel |
Model name |
Optional. If this is specified, then LanguageName and LanguageDescription cannot be specified, as the new model's language is inherited from the base model. |
Specifies the base type model from which to extend. This model must be loaded in the scripting session. |
LanguageName |
Expression<Identifier> |
Optional. If this and LanguageDescription are specified, then BaseModel cannot be specified. If these are not specified, and BaseModel is not specified either, then the new model is given en_GB "English" as initial language. |
Specifies the name of the new model's initial language, in language name format. |
LanguagDescription |
Expression<Text> |
Optional. If this and LanguageName are specified, then BaseModel cannot be specified. If these are not specified, and BaseModel is not specified either, then the new model is given en_GB "English" as initial language. |
Specifies the description of the new model's initial language. |