| Attributes |
| Name | Required | Request-time | Type | Description |
| id | false | true | java.lang.String | The identifier for this info page descriptor. |
| var | false | true | java.lang.String | Name of the exported scoped variable for the info page descriptor. The type of the variable is com.ptc.core.components.descriptor.ComponentDescriptor. By default, var is "infoPageDescriptor" |
| 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" |
| oid | false | true | java.lang.String | Oid of object displayed in this info page. By default the oid off the url is used. Oid format is expected to be like: OR:wt.part.WTPart:123, VR:wt.part.WTPart:1234 |
| 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. |
| helpContext | false | true | java.lang.String | The help context for the info page. No help icon will be displayed if no help context is specified. |
| actionListName | false | true | java.lang.String | The action model to use for the actions list. Set this only to override the default. The default action model to use is determined by the menufor attribute in actionmodels.xml. Set the actionListName to empty string to have no action list displayed. |
| navBarName | false | true | java.lang.String | The action model to use for the third level nav bar. There is no default nav bar. |
| showVisualization | false | true | boolean | Whether or not to show the visualization component. The default value is false and no visualization component is rendered. |
| propertyPanel | false | true | com.ptc.core.components.descriptor.ComponentDescriptor | Property panel to use. |
| topAttributePanelContent | false | true | java.lang.String | The url of customized top attribute panel content file. |
| moreAttributesActionName | false | true | java.lang.String | Allows an optional customized "More Attributes" link name. |
| moreAttributesActionType | false | true | java.lang.String | Allows an optional customized "More Attributes" link type. |