Syntax of presentation styles file

A presentation styles file (4st) is an XML file comprised of StyleList, Style, and StyleAttribute elements.

<StyleList>
  <Style name="style-identifier" >
    <StyleAttribute name="attribute-name" value="attribute-value" />
      [...]
  </Style>
  [...]
</StyleList>
where style-identifier can be:
{ *
| element-type
| .style-name
| element-type.style-name }
  1. element-type defines the type of the graphical object (for example, Window).
  2. style-name is the name of a specific style referenced by graphical objects using the style attribute.
  3. attribute-name defines the name of the attribute.
  4. attribute-value defines the value to be assigned to attribute-name.