| Attributes |
| Name | Required | Request-time | Type | Description |
| nodeTypeId | true | true | java.lang.String | Node Type Id for this node. |
| label | true | true | java.lang.String | Node label. Accepts either EL, i18n key, HTML content or simple text. |
| iconStyle | false | true | java.lang.String | Node style class. Usually a background-image. Default is null. |
| expanded | false | true | boolean | The node expanded state on tree load. Default is false (close) |
| selected | false | true | boolean | The node selection state on tree load. Default is false (unselected) |
| information | false | true | java.util.Map | A map of information related to this node and transfered to the client model without modification for extended manipulations. |
| stateful | false | true | boolean | Define whether this attribute must keep its state according to the page configuration |
| id | true | true | java.lang.String | Unique Identifier. Accepts EL. |
| style | false | true | java.lang.String | Css style. Accepts EL. |
| styleClass | false | true | java.lang.String | Css class style. Accepts EL. |
| rendered | false | true | boolean | Rendered or not, acceptable values are: [true(default), false]. |
| templateStart | false | true | java.lang.String | Special velocity start template to replace default. Accepts EL. |
| templateEnd | false | true | java.lang.String | Special velocity end template to replace default. Accepts EL. |