These values are used to specify the behavior of a node or property in the schema. More...
| Variables | |
| const short | REQUIRED = 1 | 
| indicates that a property value can't be null. | |
| const short | LOCALIZED = 2 | 
| indicates that the content of the node or the value of the property may depend on the locale. | |
| const short | EXTENSIBLE = 4 | 
| indicates that properties can be added to the node at runtime | |
| const short | MASK = 255 | 
| can be used to mask the schema attributes from merged attributes | |
These values are used to specify the behavior of a node or property in the schema.
| const short EXTENSIBLE = 4 | 
indicates that properties can be added to the node at runtime
| const short LOCALIZED = 2 | 
indicates that the content of the node or the value of the property may depend on the locale.
| const short MASK = 255 | 
can be used to mask the schema attributes from merged attributes
| const short REQUIRED = 1 | 
indicates that a property value can't be null.