A DocumentType is created using a Spring bean with the following attributes:
| Attribute | Value | Description |
|---|---|---|
| id | User-defined | A unique ID for the bean. |
| parent | xml.documentType.abstract | The parent bean. |
The DocumentType bean takes the following properties:
| Property | Type | Mandatory | Description |
|---|---|---|---|
| label | String | Required | The clear text label to be used when displaying the Document Type in a list. |
| id | String | Required | The root element name for the Document Type. |
| publicId | String | Required | The Document Type unique public ID. |
| systemId | String | Required | The Document Type system ID. |