Document types indicate the functional category of a document and are valid for a particular process. Documents usually have a document type.
Column | Data type | Max. length (bytes) | Allow nulls | Description |
ID | int | 4 | False | Unique identifier of the document type. |
Rev | int | 4 | False | Revision number. For internal use. |
Acl | varbinary(max) | max | False | For internal use only. |
ProcessID | int | 4 | False | The ID of the related process (ID in C_Process). |
Name | nvarchar(255) | 510 | False | The name of the document type. |
MediaStorageMode | int | 4 | False | For internal use only. |
MediaRoot | nvarchar(255) | 510 | False | For internal use only. |
Priority | int | 4 | False | The priority value of the document type. |
StartPattern | nvarchar(255) | 510 | False | Currently not used. |
EndPattern | nvarchar(255) | 510 | False | Currently not used. |
NumberOfObjects | int | 4 | False | Currently not used. |
SeparationMode | int | 4 | False | Currently not used. |
SeparationFlags | int | 4 | False | Currently not used. |
UniqueDocName | int | 4 | False | 0 = The name of the root document is not unique. 1 = The name of the root document is unique. |
DefaultDocAcl | varbinary(max) | max | False | For internal use only. |
DefaultMachineAcl | varbinary(max) | max | False | For internal use only. |
Historical | int | 4 | False | 0 = History is not saved. 1 = History is saved. |
DeletedAt | datetime | 8 | True | The date when the data set was deleted from the XBOUND database (main database). Available in XBOUND 3.8 and later. |
Identifier | nvarchar(255) | 510 | False | The unique identifier of the document type. Available in XBOUND 3.8 and later. |
Name | Columns | Description |
FK_C_DocType_C_Process | ProcessID -> C_Process.ID | The connection to the process. |