**Source URL:** https://limited.veevavault.dev/regulatory/mdl/component-types/rimdoctypeconfig

# Rimdoctypeconfig

**Class:** `metadata`

RIM *Document Type Configurations* define the document types, subtypes, and classifications available for the extraction of *Health Authority Questions* and *Commitments*. It also defines the document types, subtypes, and classifications available for response document generation during response initiation to health authority questions.

Learn more about [initiating responses to questions in Vault Help](https://regulatory.veevavault.help/en/lr/7220602).

| Attribute | Metadata | Description |
| --- | --- | --- |
| `label` | Type: String Max length: 60 | UI-friendly string in the Vault’s base language. |
| `active` | Type: Boolean | Indicates whether the component is active. |
| `document_type` | Type: Component **Required** | The document type, subtype, or classification for this configuration. For response document types, this must be a leaf type. |
| `enable_commitment_extraction` | Type: Boolean | If `true`, the *Health Authority Interactions* panel and *Commitment* extraction are enabled for the specified document type/subtype/classification and its child types. |
| `enable_haq_panel` | Type: Boolean | If `true`, the *Health Authority Interactions* panel and *Health Authority Question* extraction are enabled for the specified document type/subtype/classification and its child types. |
| `response_document_type` | Type: Boolean | If `true`, the specified document type/subtype/classification and its child types are available for selection in the *Initiate Response* dialog. |

### Supported Operations

| Operation | Support |
| --- | --- |
| Create | Yes |
| Recreate | Yes |
| Alter | Yes |
| Drop | Yes |
| Rename | Yes |
| Describe | Yes |
| Generate Recreate | Yes |
| Queryable | Yes |

---

**Previous:** [Reporttype](/regulatory/mdl/component-types/reporttype)  
**Next:** [Rimeventchangedetail](/regulatory/mdl/component-types/rimeventchangedetail)