Comments are prefixed with "<--", they explain you the main structure of the skin file. The details of the XML syntax is explained in getting_started_xml, and the keywords and skinning language are detailed in the KUIML Tutorial by Examples and KUIML Language Reference sections.
Skin Structure A skin is basically a tree of graphical elements (cells) that compose a 2D User Interface. It is composed of a root cell (The structure has been changed to add two titles. In order to keep things aligned, the v_align property has been changed to "bottom". For the gain and bypass columns. The response_curve attribute has been set to "exp1" for the rate parameter so that the user has more control for the low rates than for the high ones.
KUIML Overview The KUIML language lets you describe the structure of the user interface as well as its data model. It is a strongly typed, model-driven language. The purpose of the language is to be able to quickly write applications which, once loaded, produce as little runtime errors as possible.
Comments are prefixed with "<--", they explain you the main structure of the skin file. The details of the XML syntax is explained in about XML section, and the keywords and skinning language are detailed in the tutorial and reference sections.