| |
|
|
|
|
Column
|
Datatype
|
Purpose
|
Comments
|
|
DOC_TYPE
|
Varchar - 64
|
Contains the unique title of the document type profile
|
Unique key
|
|
TRANSFORMER
|
Varchar - 128
|
Specifies which transformer to use for this document type profile - and thus which content to produce for this document type
|
The name of the transformer must be specified in the Hypernetconfig.xml file!
|
|
PUB_CATEGORY
|
Varchar - 254
|
Specifies a default category for all publications created with this document type profile
|
Can be overwritten for an individual publication by specifying and fieldmapping a different value at check-in of source
|
|
[LANGUAGE]
|
Varchar - 128
|
Contains the default language setting for this document type
|
...
|
|
|
Varchar - 64
|
Specifies which production database to commit content to after transformation
|
Can be overwritten for an individual publication by specifying and fieldmapping a different value at check-in of source
|
|
URL_TARGET_PROD
|
Varchar - 254
|
Contains the URL to link directly to the production database used for this document type profile
|
...
|
|
TRANSFORMED_FORMAT
|
Bit
|
Specifies whether transformed format is desired for this document type
|
...
|
|
TRANSFORMED_OPTIONS
|
Varchar - 64
|
Specifies options selected for transformed content
|
...
|
|
XSLT
|
Varchar - 64
|
Specifies which XSLT to use for publications using this document type profile
|
...
|
|
XML_TRANSFORMED_FORMAT
|
Bit - 1
|
Is set if XML is used as basis for transformed content
|
Not in use yet - preparation for full support of XML as basis for transformed content.
|
|
XML_TRANSFORMED_OPTIONS
|
Varchar - 64
|
Contains the default options set for XML-transformed content
|
Not in use yet - preparation for full support of XML as basis for transformed content.
|
|
XML_XSLT
|
Varchar - 64
|
Contains the name of the default XSLT used to transform the XML files
|
Not in use yet - preparation for full support of XML as basis for transformed content.
|
|
HTML_FORMAT
|
Bit
|
Specifies whether HTML content is desired for this document type
|
...
|
|
HTML_OPTIONS
|
Varchar - 64
|
Specifies options selected for HTML content
|
...
|
|
PDF_FORMAT
|
Bit
|
Specifies whether PDF content is desired for this document type
|
...
|
|
PDF_OPTIONS
|
Varchar - 64
|
Specifies options selected for PDF content
|
...
|
|
SOURCE_FORMAT
|
Bit
|
Specifies whether the source file should be published for this document type
|
...
|
|
SOURCE_OPTIONS
|
Varchar - 64
|
Specifies options selected for the source file published with this document type
|
...
|
|
SCHEMA_NAME
|
Varchar - 64
|
Specifies which Schema to use for publications using this document type
|
...
|
|
NOTIFICATION_EMAIL_APP
|
Varchar - 128
|
Contains the email of the user to notify when a publication has been published for approval
|
...
|
|
NOTIFICATION_EMAIL_PROD
|
Varchar - 128
|
Contains the email of the user to notify when a publication has been published for production
|
...
|
|
EFFECTIVE_VERSION_MANAGEMENT
|
Bit
|
Specifies whether effective version management has been enabled for this document type
|
...
|
|
EFFECTIVE_VERSION_RETENTION
|
Smallint - 2
|
Specifies how many effective versions of a source document to keep in the master index.
|
Not specifying a value means that all effective versions of a document are kept in the master index - thus making it possible to republish any given effective version of a document at any time - requires a large amount of space!
|
|
NON_EFFECTIVE_VERSION_RETENTION
|
Varchar - 128
|
Specifies how many non-effective versions of a source document to keep in the master index.
|
Not specifying a value means that all non-effective versions of a document are kept in the master index - thus making it possible to republish any given non-effective version of a document at any time - requires a large amount of space!
|
|
PUBLICATION_READERS
|
Varchar - 5000
|
Specifies the user names of readers allowed to read this publication
|
Can be used for controlling access to content on the front-end.
|
|
USE_DTPROFILE_VALUES
|
Bit
|
Specifies whether to use doctype profile values instead of the calculated values from DMS profile
|
Not specifying this value allows KT to use the calculated values from DMS which is default.
|