<?xml version='1.0' encoding='UTF-8' ?>

<!--
The "name" attribute below specifies the name of the book.  This
name appears both in the table of contents and in the search scope
popup menu.  This attribute is required.

The "context" attribute below specifies an alternate name of the book
and is only necessary when combining books for use with your
application's context-sensitive help. You can put any value you desire
here but it must contain only the characters "A-Z", "a-z", "0-9", or "_".
This attribute is optional.

The "toc" attribute specifies the relative filename of the XML file
that specifies the TOC structure for this book.  This attribute is
optional.

The "ix" attribute specifies the relative filename of the XML file
that specifies the index structure for this book.  This attribute
is optional.

The "search" attribute specifies the relative filename of the XML
file that will be generated by wwhelpix at the end of the conversion
process.  This attribute is optional.

The "version" attribute specifies what format version the file is 
described in and should always be "4.0".  This attribute is required.

The "locale" attribute specifies the native language/locale for
this book.  Currently valid values are en=English, fr=French, and
de=German.  To ensure that proper word breaking rules are followed,
this attribute must be set correctly.  This attribute is optional.
-->

<WebWorksHelpBook name="DirectConnect" context="DirectConnect" toc="toc.xml" ix="ix.xml" search="search.xml" version="4.0" encoding="UTF-8" locale="ja_JP">

  <!-- 
  The following CommonWordsToSkip block allows you to define what
  words will be omitted from the generated full text search index.
  We have provided a list of low information words that are common
  in English as a starting point.  However, if you are processing
  documents in a different language, you will need to adjust the
  words accordingly.

  The "minlen" attribute specifies the minimum length of word to
  include in the full text search index.  Words that are fewer
  characters in length than this value will automatically be
  omitted from the search database, and need not be explicitly
  listed inside this block.  The default value of 3 seems to work
  well for English.  A value of 1 may be needed for CJK languages
  where one character can represent a whole word or concept.
  -->

  <CommonWordsToSkip minlen="1">
    
  </CommonWordsToSkip>

  <!--
  The ScoringPrefs block allows you to control how search terms
  are scored by assigning different relative weights based on
  where a word occurs inside each document.  Three common
  META tags are supported by default, but this may be extended
  to custom META tags as follows (for a tag called partnum):

    <meta name="partnum" weight="100">

  For information on setting/creating META tags from within
  WebWorks Publisher, please see the online documentation.

  Note, that words occurring in elements not explicitly declared
  below will by default be scored with a weight of one.
  -->
  
  <ScoringPrefs>
    <meta name="keywords" weight="100"/>
    <meta name="description" weight="50"/>
    <meta name="summary" weight="50"/>
    <title weight="20"/>
    <h1 weight="15"/>
    <h2 weight="10"/>
    <caption weight="10"/>
    <h3 weight="7"/>
    <th weight="5"/>
    <h4 weight="5"/>
    <h5 weight="4"/>
    <h6 weight="3"/>
    <h7 weight="2"/>
  </ScoringPrefs>

  <!--
  The DocumentInfo block specifies the title and filename for
  each generated page in the book (excluding TOC and IX).
  -->

  <DocumentInfo>
    <Document title="ホームページ" href="file.html" />
    <Document title="概要" href="filerf.html" />
    <Document title="Web 上の最新情報の検索" href="Web.html" />
    <Document title="サポートしているフォーマットの概要" href="filerg.html" />
    <Document title="このリリースの新機能" href="filerh.html" />
    <Document title="Autodesk DirectConnect のインストール" href="Autodesk_DirectConnect.html" />
    <Document title="Autodesk DirectConnect のライセンス" href="Autodesk_DirectConnectri.html" />
    <Document title="Autodesk DirectConnect トランスレータ" href="Autodesk_DirectConnectrj.html" />
    <Document title="Autodesk DirectConnect for CATIA V5" href="Autodesk_DirectConnect_for_CATIA_V5.html" />
    <Document title="Autodesk DirectConnect for DWG/DXF" href="Autodesk_DirectConnect_for_DWGDXF.html" />
    <Document title="Autodesk DirectConnect for IGES" href="Autodesk_DirectConnect_for_IGES.html" />
    <Document title="Autodesk DirectConnect for Open Inventor / Cosmo" href="Autodesk_DirectConnect_for_Open_Inventor__Cosmo.html" />
    <Document title="Autodesk DirectConnect for Pro/ENGINEER®" href="Autodesk_DirectConnect_for_ProENGINEER.html" />
    <Document title="Autodesk DirectConnect for SolidWorks®" href="Autodesk_DirectConnect_for_SolidWorks.html" />
    <Document title="Autodesk DirectConnect for STEP" href="Autodesk_DirectConnect_for_STEP.html" />
    <Document title="Autodesk DirectConnect for STL" href="Autodesk_DirectConnect_for_STL.html" />
    <Document title="インポートしたデータを確認するには" href="filers.html" />
    <Document title="用語" href="filert.html" />
    <Document title="Legal Notices" href="Legal_Notices.html" />
  </DocumentInfo>

  <!--
  The TopicMap block is used for enabling context-sensitive help for
  use with your own software application. Publisher will automatically
  create Topic entries derived from the usage of the "TopicAlias"
  marker in your FrameMaker document(s). The "TopicAlias" marker should
  only contain the name of the topic.
  Each resulting Topic entry will be of the form:

    <Topic name="yourTopicName" href="yourBook/filename#123456">

  Where the topic name must contain only the characters:
  "A-Z", "a-z", "0-9", or "_".
  -->

  <TopicMap>
  </TopicMap>
</WebWorksHelpBook>
