| Attributes |
| Name | Required | Request-time | Type | Description |
| id | true | true | java.lang.String | The identifier for this attributes table descriptor. |
| var | true | true | java.lang.String | Name of the exported scoped variable for the table descriptor. The type of the variable is com.ptc.core.components.descriptor.ComponentDescriptor. |
| scope | false | true | java.lang.String | The name of the scope to export the var attribute to. The scope can be (case-insensitive): "page","request","session", or "application" |
| type | false | true | java.lang.String | Type of object displayed in this table. This is used to construct AttributeTypeIdentifiers if no object is provided. |
| label | false | true | java.lang.String | A localized display label for this table |
| mode | false | true | java.lang.String | The String form of one of the modes defined in the com.ptc.core.ui.resoureces.ComponentMode enum. VIEW is the default if not specified. |
| componentType | false | true | java.lang.String | The String form of one of the modes defined in the com.ptc.core.ui.resoureces.ComponentType enum. TABLE is the default if not specified. |
| toolbarName | false | true | java.lang.String | The name of the action model to use for the toolbar actions. |
| menubarName | false | true | java.lang.String | The name of the action model to use for the menubar actions. |
| helpContext | false | true | java.lang.String | The help context for this table. No help icon will be displayed if no help context is specified. |
| targetObject | false | true | java.lang.String | The target object to use for the table, if not otherwise specified. It is not necessary to add this attribute if the CreateAndEditModelGetter class is being used to get the table model. |
| standardNameSort | false | true | boolean | For VIEW mode only. When true, the name column is sorted like any other column. When false, the name column is sorted per the order in the JSP page. Defaults to true. |