Common Properties of Fields
Refer to Common Properties of Fields chapter for detailed description.
Property Name
Allowed type / value
DSL Version
Required
Default Value
Description
description
string
1
no
Human readable description of the field.
displayName
string
1
no
Name of the field to display. If empty, the code generator must use value of property name instead. In order to force empty name to display, use "_" (underscore).
sinceVersion
1
no
0
deprecated
1
no
max unsigned
removed
1
no
false
customizable
1
no
false
Mark the field to allow compile time customization regardless of code generator's level of customization.
semanticType
"none", "messageId", "version", "length"
1
no
none
Specify semantic type of the field. It allows code generator to generate special code for special cases. Value "length" was introduced in v2 of this specification.
Last updated