| ATTRIBUTE | TYPE | DESRIPTION |
| Element: project |
| name | string | project's title |
| mapunits | degrees|meters|km|inches|feet|miles | Units in which the coordinates of the spatial data contained in your project are stored. |
| zoomunits | meters|km|inches|feet|miles | Units used to set zoom ranges. |
| zmin | float | minimum possible zoom |
| zmax | float | maximum possible zoom. This is a width of project extent by default. |
| backcolor | color | background color for map |
| Element: domain |
| name | string | domain's title |
| full | boolean | Full domain defines bounding box for project. |
| startup | boolean | Startup domain defines extent which applies on project start. |
| xmin | float | Bounding box coordinates |
| ymax | float |
| ymin | float |
| xmax | float |
| movebeyond | boolean | If "yes", it allows to zoom outside domain. Applicable for "full" domain only |
| Element: map |
| name | string | Thematic map title |
| id | string | Unique id. It used in attribute map of element renderer |
| startup | boolean | Defines thematic map which applies on project start. |
| Element: layer |
| name | string | layer's title |
| zmin | float | minimum zoom of map below which layer is disabled |
| zmax | float | maximum zoom of map above which layer is disabled |
| id | string | Unique id. It used in "depeneded" attribute |
| dependent | list | List of ids of dependent layers. Visibility of all dependent layers will change according visibility of master layer |
| order | int | draw order |
| startup | boolean | Defines active layer on project start. |
| visible | boolean | Initial layer's visibility |
| showlegend | boolean | Represent in Legend |
| legendoutofrange | boolean | Hide layer in legend when it is out of zoom range |
| imagelabel | string | Text in legend for raster layer |
| Element: dataset |
| id | string | ID in Clearinghouse database |
| name | string | optional dataset name |
| type | shape|image | type of dataset. Is required if dataset loading via Server and its type is unknown beforehand. By default is "shape" |
| direct | boolean | Defines the mode of file loading: directly from applet code base or via Server. Is meaningful for file-based datasets only(Shape/MIF files or JPG/GIF). |
| full | boolean | Defines partial downloading. If "no" then Cache is used on server side. Is meaningful for vector datasets only. |
| Element: selsymbol. Symbology definitions for selected feature |
| size | int | size for marker |
| filled | boolean | use fill |
| fill | color | fill color |
| outlined | boolean | draw outline |
| outline | color | outline color |
| image | URL | URL to custom image for marker |
| Element: symbol. Symbology definitions |
| size | int | size for marker or for font, line width 1 or 2 |
| style | 0|1|2|3 | type of point marker. Circle-0; Square-1; Triangle-2; Cross-3. |
| filled | boolean | use fill for polygons and marker |
| fill | color | fill color, font color |
| outlined | boolean | draw outline, draw halo for labels |
| outline | color | outline color, halo color for labels |
| image | URL | URL to custom image for marker |
| label | string | text in legend |
| val | string | A string expression that evaluates to the required value for the renderer |
| Element: renderer. Define renderer to customize Layer drawing as you please |
| type | set | There are four possible types - default,label,gradcolor and chart |
| label | string | text in legend |
| map | list | List of thematic maps where this renderer applies. All maps by default |
| showlegend | boolean | Represent in Legend |
| equal | boolean | Type of comparison. If "yes", the field value must be equal to value of "val" attribute for one of "symbols" in content. Otherwise renderer will use symbology of first symbol in content which has value less than field value. Applicable for label and gradcolor types. |
| drawdefault | boolean | Use the default renderer if no one symbol fits renderer value |
| field | field | A field that set to the value for the Gradcolor Renderer. |
| symbolfield | field | A field that set to the value for the Label Renderer. |
| labelfield | field | A field that stores the text values to use as labels for the Label Renderer. |
| charttype | pie|bar | Type of chart. Pie by default |
| size | int | A chart pie diameter or bar height |
| sizefield | field | A field that stores the diameter for chart pie or height for bar. Use instead of "size" |
| minsize | int | A min diamter for pie |
| maxsize | int | A max diamter for pie |
| Element: field - define fields that participate in chart rendering |
| name | field | field name |
| fill | color | fill color |
| label | string | text in legend |