<?xml version='1.0' encoding='ISO-8859-1' ?>

<!--
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="HelpDC2-1-2" context="Alias DirectConnect" toc="toc.xml" ix="ix.xml" search="search.xml" version="4.0" encoding="ISO-8859-1" locale="en_US">

  <!-- 
  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="2">
    a
    about
    after
    all
    also
    am
    an
    and
    another
    any
    are
    as
    at
    be
    because
    been
    before
    being
    between
    both
    but
    by
    came
    can
    come
    copyright
    corp
    corporation
    could
    did
    do
    does
    each
    etc
    for
    from
    get
    goes
    got
    had
    has
    have
    he
    her
    here
    him
    himself
    his
    how
    if
    in
    inc
    into
    is
    it
    its
    let
    like
    make
    many
    me
    might
    more
    most
    much
    must
    my
    never
    nor
    not
    now
    of
    off
    on
    one
    only
    or
    other
    our
    out
    over
    own
    reserved
    rights
    said
    same
    see
    set
    shall
    she
    should
    since
    so
    some
    still
    such
    take
    than
    that
    the
    their
    them
    then
    there
    these
    they
    this
    those
    though
    through
    to
    too
    under
    us
    use
    very
    was
    way
    we
    well
    were
    what
    when
    where
    which
    while
    who
    why
    will
    with
    would
    yes
    yet
    you
    your
  </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="Overview" href="HelpDC2-1-2-1-01.html" />
    <Document title="Installation Requirements" href="HelpDC2-1-2-1-02.html" />
    <Document title="Supported platforms" href="HelpDC2-1-2-1-03.html" />
    <Document title="Licensing" href="HelpDC2-1-2-1-04.html" />
    <Document title="Alias DirectConnect for Pro/ENGINEER®" href="HelpDC2-1-2-1-05.html" />
    <Document title="Alias DirectConnect for SolidWorks®" href="HelpDC2-1-2-1-06.html" />
    <Document title="Alias DirectConnect for STEP" href="HelpDC2-1-2-1-07.html" />
    <Document title="Alias DirectConnect for Inventor&#8482;" href="HelpDC2-1-2-1-08.html" />
    <Document title="Where to find imported data" href="HelpDC2-1-2-1-09.html" />
    <Document title="Glossary" href="HelpDC2-1-2-1-10.html" />
    <Document title="Legal Notices" href="HelpDC2-1-2-1-11.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>
