xedf(5)                Database file for Eliza or Tubes.               xedf(5)


NAME
       *.xedf - Database file for Eliza and Tubes.

DESCRIPTION
       This type is an XML based new version of EDF type file.
       You can use it for:
           - Eliza v1.0 or later,
           - Tubes v0.1 or later.

       Structure of the file:

       -------------------------------------------------------
       <?xml version='1.0' encoding='utf-8' ?>
       <xedf>
         <header>
           <dscr>Short description of catalogue</dscr>
           <ctgr nr="1">~Category 1</ctgr>
           <ctgr nr="2">C~ategory 2</ctgr>
           <ctgr nr="3">Ca~tegory 3</ctgr>
           <ctgr nr="4">Cat~egory 4</ctgr>
           <prmt cat="1">parameter_1_of_1st_category [unit]</prmt>
           <prmt cat="1">parameter_2_of_1st_category [unit]</prmt>
           <prmt cat="2">parameter_1_of_2nd_category [unit]</prmt>
           <prmt cat="2">parameter_2_of_2nd_category [unit]</prmt>
         </header>
         <component>
           <cpnm>Name</cpnm>
           <cpct>Category</cpct>
           <cpds>Short description</cpds>
           <cppc>Package</cppc>
           <cppn nr="1">name of 1st pin</cppn>
           <cppn nr="2">name of 2nd pin</cppn>
           <cppn nr="3">name of 3rd pin</cppn>
           <cppn nr="4">name of 4th pin</cppn>
           <prmt>parameter_1_of_this_element's_category_without_unit</prmt>
           <prmt>parameter_2_of_this_element's_category_without_unit</prmt>
           <cpld>Long description</cpld>
         </component>
           ...
           ...
         <component>
           ...
         </component>
       </xedf>
       -------------------------------------------------------

       ETC:

       * There is not length-limit of elements.

AUTHOR
       Pozsar Zsolt
       Web:      http://www.pozsarzs.hu
       E-mail:   info@pozsarzs.hu


Pozsar Zsolt                                                           xedf(5)
