Contains information about property views.
| Column | Data Type | Constraint | 
|---|---|---|
| 
 | VARCHAR(40) | not null | 
| (primary key) | A unique ID for a property view. | |
| 
 | WVARCHAR(64) | not null | 
| The name of a property view. | ||
| 
 | VARCHAR(128) | not null | 
| The type of property view. | ||
| 
 | WVARCHAR(1024) | null | 
| A description of the property view. | ||
| 
 | VARCHAR(255) | null | 
| The URI to an associated JSP. | ||
| 
 | VARCHAR(255) | null | 
| The name of the application where the JSP lives. | ||
| 
 | VARCHAR(40) | not null | 
|  The property view mode. Options include:  | ||
| 
 | NUMERIC(1) | null | 
| Indicates whether the property view is the default view for this property type. | ||
| 
 | NUMERIC(1) | null | 
| Indicates whether the property view is read-only (1) or editable (0). | ||
| 
 | NUMERIC(1) | null | 
| The type of component. This column is populated for property views that are editors for a collection. | ||

