<?xml version="1.0" encoding="UTF-8"?>
<profiles class="com.xmlmind.xmleditext.profiling.dita.DITAProfileSet"
          unselectedProfileStyle="background-image: icon(hatch1, #F0E0E0);"
          xmlns="http://www.xmlmind.com/xmleditor/schema/profiling"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xmlns:xs="http://www.w3.org/2001/XMLSchema"
          xmlns:prf="http://www.xmlmind.com/xmleditor/schema/profiling"
          xmlns:ns="http://www.w3.org/1999/xhtml">
  <attributes implementation="editions_files/attributeValues.ditamap">
    <attribute name="product">
      <value style="color: #CC0033;">Lite</value>

      <value style="color: #009900;">Professional</value>

      <value style="color: #660099;">Ultimate</value>
    </attribute>
  </attributes>

  <profile implementation="editions_files/lite.ditaval" xml:id="lite">
    <attribute name="product">
      <value>Lite</value>
    </attribute>
  </profile>

  <profile implementation="editions_files/pro.ditaval" xml:id="pro">
    <attribute name="product">
      <value>Professional</value>
    </attribute>
  </profile>

  <profile implementation="editions_files/ultimate.ditaval" xml:id="ultimate">
    <attribute name="product">
      <value>Ultimate</value>
    </attribute>
  </profile>
</profiles>
