Add a new type to the list of external source types
You can specify additional external source types to the list of those recognized by IXIASOFT CCMS. You can add your external source types to the list by editing the externaltypes.xml file.
The externaltypes.xml file, found in the Repository in the /system/conf/ collection, contains the current list of the external source types. External sources are links to sources such as documents and sites that exist outside the Content Store. Any DITA reference (link) which starts with a declared external type is handled as an external resource, meaning it will not be validated upon a status change, deletion or as part of any other validation process.
The CCMS evaluates links as follows:
- If the
scope
attribute is set to"external"
, it is identified and handled as an external source type. - If the
scope
attribute is not set to"external"
, it checks the link against the externaltypes.xml file to determine if the link is an external source type. If the link matches a declared external type, it is identified and handled as an external source type. - If the
scope
attribute is set to"peer"
, it is identified as either an internal or external source type depending on how thepeerasexternal
is set. - If the link is not identified by any of these means to be an external source, then the link is identified as an internal source type and is validated.
Note: You should make these configuration changes in
the Test environment and test them before copying them to the Production environment. In
a dedicated SaaS deployment, after testing the changes, ask IXIASOFT Customer Support to
copy the changes to the Production environment.