Go to the source code of this file.
|
const short | FINALIZED = 256 |
| indicates that a node or property may not be changed or overridden in subsequent layers More...
|
|
const short | MANDATORY = 512 |
| indicates that a set item may not be removed or replaced in subsequent layers. More...
|
|
const short | READONLY = 1024 |
| indicates that a node or property may not be changed in this or subsequent layer. More...
|
|
const short | FUSE = 2048 |
| indicates that contents shall be fused. More...
|
|
const short | MASK = 32512 |
| can be used to mask the node attributes from merged attributes More...
|
|