CARIS BASE Editor : Support Files Guide : HCRF Configuration : List of Charts File
 

List of Charts File

This file is list of HCRF images that are grouped according to chart distribution numbers. The file can be accessed by the HCRF Chart Distribution Builder to create actual chart distributions.

No list of charts file is included in the installation. You must create this file.

Multiple chart distributions can be added to this file.

This is an example of a simple file structure.

This table describes the tags in the file.

Tag

Description

<CDCollection>

The parent tag for <CD>

xmins must be set to

xmins="http://www.caris.com/hcrf/1.0"

<CD>

CD where charts are stored.

number is an alphanumeric attribute for the CD number.

This value must be

a maximum length of 10 characters

upper case

contain no spaces

7-bit ASCII

For example: <CD number="AB34567890">

<Chart>

An HCRF chart from the <latestRootFolder> in the RCS Control File.

This is an example of a simple list of files.

<?xml version="1.0" encoding="UTF-8"?>

<CDCollection xmins="http://www.caris.com/hcrf/1.0">

  <CD number="GB20151004">

  <Chart>126</Chart>

  <Chart>127</Chart>

  <Chart>128</Chart>

  </CD>

</CDCollection>

In this example, a chart distribution that is named GB20151004 contains three charts: 126, 127, and 128. More chart distributions can be added to the file.