Common Properties of Layers
Last updated
Was this helpful?
Last updated
Was this helpful?
Every layer is different, and defines its own properties and/or other aspects. However, there are common properties, that are applicable to every layer. They are summarized below.
Every layer must define it's , which is expected to be used by a code generator when defining a relevant class. The name is defined using name .
It is possible to provide a description of the layer about what it is and how it is expected to be used. This description is only for documentation purposes and may find it's way into the generated code as a comment for the generated class. The is description.
If the inner field is defined globally in <fields> section, it can be referenced using field property.
Every layer, except for , needs to specify its inner it wraps. The field can be specified as XML child element.
If there is any other defined as XML child of the layer, then the inner field must be wrapped in <field> XML element for separation.
Use for future references.