| Attributes |
| Name | Required | Request-time | Type | Description |
| binding | no | true | javax.el.ValueExpression | Using an EL expression, bind the component reference to a bean property, so that the component may be accessed in the bean. |
| id | no | true | java.lang.String | The component identifier for this component. This value must be unique within the closest parent component that is a naming container. |
| includeIOSSmartAppBanner | no | true | boolean | Flag indicating whether to use Smart App Banners on iOS. If true (default), the deviceResource tag will cause IOS 6 to render a Smart App Banner for the application, allowing the user to install ICEmobile SX, if it is not already installed, and open it, if the app is installed. If the user chooses to open the installed app, the session will be auto-registered. Default = 'false'. |
| library | no | true | java.lang.String | Resource library name as also used by the h:outputStyleSheet component. |
| rendered | no | true | boolean | Return true if this component (and its children) should be rendered during the Render Response phase of the request processing lifecycle. Default = 'true'. |
| view | no | true | java.lang.String | View size name, values "small" or "large". |