# DocumentContentTypes: Tweede Kamer Domain DocumentContentTypes
Lookup-table that translates code values of the domain 'DocumentContentTypes' into descriptions.
- Catalog: `TweedeKamer`
- Schema: `CodeValues`
- Label: Domain DocumentContentTypes
Example: The code value 'application/msword' means 'application/msword'.
- Retrieve: True
## View Columns
The columns of the view `DocumentContentTypes` are shown below. Each column has an SQL data type.
| Name | Data Type | Label | Required | Documentation |
|---|:---:|---|:---:|---|
| `code` | `varchar2(240)` | Code | ☑ | Unique code within the domain. |
| `description` | `varchar2(4000)` | Description | ☐ | Meaning of the unique code within the domain. |
| `domain` | `varchar2(240)` | Domain | ☑ | Each domain defines a map of codes to values. |
| `resource_code` | `varchar2(240)` | Resource Code | ☐ | Resource code for internationalization. |
## Values
| Code | Description |
|:---:|---|
| `application/msword` | application/msword |
| `application/octet-stream` | application/octet-stream |
| `application/pdf` | application/pdf |
| `application/rtf` | application/rtf |
| `application/vnd.ms-excel` | application/vnd.ms-excel |
| `application/vnd.ms-powerpoint` | application/vnd.ms-powerpoint |
| `application/vnd.oasis.opendocument.text` | application/vnd.oasis.opendocument.text |
| `application/vnd.openxmlformats-officedocument.presentationml.presentation` | application/vnd.openxmlformats-officedocument.presentationml.presentation |
| `application/vnd.openxmlformats-officedocument.presentationml.slideshow` | application/vnd.openxmlformats-officedocument.presentationml.slideshow |
| `application/vnd.openxmlformats-officedocument.spreadsheetml.sheet` | application/vnd.openxmlformats-officedocument.spreadsheetml.sheet |
| `application/vnd.openxmlformats-officedocument.wordprocessingml.document` | application/vnd.openxmlformats-officedocument.wordprocessingml.document |
| `application/vnd.openxmlformats-officedocument.wordprocessingml.template` | application/vnd.openxmlformats-officedocument.wordprocessingml.template |
| `application/xml` | application/xml |
| `application/zip` | application/zip |
| `audio/mpeg` | audio/mpeg |
| `image/bmp` | image/bmp |
| `image/jpeg` | image/jpeg |
| `image/png` | image/png |
| `message/rfc822` | message/rfc822 |
| `text/html` | text/html |
| `text/plain` | text/plain |