Lookup table which contains descriptions of participant responsibilities.
| Field Name | Field Description | Data Type | Field Size* | ResponsibilityID | Code for responsibility of a participant. Primary key for this table | tinyint | 1 | Responsibility | Text description of the responsibility of a participant | varchar | 60 |
*The text datatype pre-allocates only 16 bytes. Size represents actual bytes for all other data types.