FORMAT DESCRIPTIONS
===================

CASE FORMAT .koac
-----------------

These files describe case layouts. All dimensions are in 1/10 mm.
If a dimension is zero it means that this side does not exist for
the specific case.

<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE koverartistcase SYSTEM "koverartistcase.dtd">
<koverartistcase version="1">
 <Label>Standard CD Case</Label>
 <FrontBackConnected>none</FrontBackConnected>
 <Front width="1210" height="1210" />
 <Back width="1370" height="1180" />
 <BackLeftSide width="65" />
 <BackRightSide width="65" />
 <FrontLeftSide width="0" />
 <FrontRightSide width="0" />
</koverartistcase>

Label
  The English name label of the case that is shown in the case
  selection combobox.

FrontBackConnected: left|right|none
  Set if front and back sides are connected and where (seen from
  the front side). E.g. a standard CD case is connected on the left
  side.

Front, Back width="w" height="h"
  Dimension of the front and back sides.

FrontLeftSide, FrontRightSide width="w"
  Width of the sides that connect to the front side. The standard
  CD case for example has its sides connected to the back side,
  multi-CD cases often have front and back sides. The height of the
  sides is taken from the "Front" height.

BackLeftSide, BackRightSide width="w"
  Width of the sides that connect to the back side, also seen from
  the front side. BackLeftSide is next to FrontLeftSide, if both
  exist. The height of the sides is taken from the "Back" height.

