<?xml version="1.0" encoding="utf-8"?>
<!-- 
210502
210508
This xml is used for retrieving elements default labels according to ISO/IEC 81346-12
    A prefix is assigned for each directory. Every element inside that directory
    will be assigned the directory prefix unless it has a text with tag "label"
    different than "_" inside its .elmt file. If a directory does not have a prefix the
    element will assign its parent directory prefix and so on.
    Prefix tag MUST be located AFTER its child categorys
    Example:
    <category name="310_relays_contactors&amp;contacts">
      <category name="01_coils">
        <prefix>K</prefix>
      </category>
      <category name="02_contacts_cross_referencing">
        <category name="01_auxiliary_contacts"></category>
        <category name="02_power_contacts"></category>
        <category name="11_delayed_contacts"></category>
        <category name="15_protection_contacts"></category>
        <prefix>S</prefix>
      </category>
    Every Coil will be assigned "K" as a label
    Auxiliary, power, delayed and protection contacts will be assigned "S" as a label.
X K F Q P S T G RB L KF M Y YB R EH B V
18
-->
<labels>
      <category name="X">
        <prefix>X</prefix>
      </category>

      <category name="K">
        <prefix>K</prefix>
      </category>

      <category name="F">
        <prefix>F</prefix>
      </category>

      <category name="Q">
        <prefix>Q</prefix>
      </category>

      <category name="P">
        <prefix>P</prefix>
      </category>

      <category name="S">
        <prefix>S</prefix>
      </category>

      <category name="T">
        <prefix>T</prefix>
      </category>

      <category name="G">
        <prefix>G</prefix>
      </category>

      <category name="RB">
        <prefix>RB</prefix>
      </category>

      <category name="L">
        <prefix>L</prefix>
      </category>

      <category name="KF">
        <prefix>KF</prefix>
      </category>

      <category name="M">
        <prefix>M</prefix>
      </category>

      <category name="Y">
        <prefix>Y</prefix>
      </category>

      <category name="YB">
        <prefix>YB</prefix>
      </category>

      <category name="R">
        <prefix>R</prefix>
      </category>

      <category name="EH">
        <prefix>EH</prefix>
      </category>

      <category name="B">
        <prefix>B</prefix>
      </category>

      <category name="V">
        <prefix>V</prefix>
      </category>


  <report>
    <directories>20</directories>
  </report>
</labels>
