Media17.xml File

The following sample code is an example of a Knowledge Base Interchange (KBI) XML file. Use this code as the basis for creating a file for importing multilevel media categories. Enter the knowledge base for your deployment of Siebel Smart Answer Connector; the knowledge base is dictated by the user application.

<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2009, Oracle Corporation, Inc., All rights reserved. -->
<!-- -->
<!-- File : KB_Interchange_1_0.xml -->
<!-- Revision : 1.0 -->
<!-- Date : 14 Jan 2009 -->
<!-- Creator : Tom Jones -->
<!-- -->
<!-- Description: Knowledge Base Interchange standard for Siebel Appln. -->
<!-- -->
<!-- Change Log: -->
<!-- author Date Comment -->
<!-- ========== =========== =========================================== -->
<!-- -->
<!DOCTYPE knowledge-base [
<!ELEMENT knowledge-base (category*)>
<!-- name : Name of the knowledge base. Default value is "Siebel_KB" -->
<!ATTLIST knowledge-base
  name CDATA #REQUIRED >
<!ELEMENT category (category*)>
<!-- name : Name of the category -->
<!-- kscore : Knowledge Score of the category -->
<!ATTLIST category
  name CDATA #REQUIRED
  kscore CDATA "50">
]>
<!-- This file shall have 0..* nested categories -->
<knowledge-base name="Media17">
		<category name="Media">
			<category name="Radio"/>
			<category name="Satellite Radio - XM"/>
		</category>
			<category name="AM Channels">
			<category name="FM Channels">
					<category name="KISS FM"/>
					<category name="KOST 103.5 FM"/>
					<category name="KWIC FM"/>
		</category>
	</category>
	<category name="Television">
		<category name="Music &amp; Fashion"/>
		<category name="Documentary Films"/>
		<category name="Commercial Films"/>
		<category name="News Channel"/>
	</category>
		<category name="Internet"/>
		<category name="Print">
		<category name="Magazine"/>
		<category name="News Paper"/>
	</category>
</knowledge-base>