The <phenote-configuration> tag ...
| Name | Description | Legal Values | Required | Default |
|
name |
This is a short descriptive name given to the Configuration to be displayed in the "chooser" window. This does not have to be the same as the filename. If it is not specified, the filename will be displayed instead. |
any text value | no | |
|
xmlns |
This line is required. Please include as specified: |
"phenote/config/xml" | yes | |
|
author |
The name of the author of the configuration file. It might be nice to include an email address in case if there are questions. |
any text value | no | |
|
version |
A version number for the configuration. This should indicate which version of Phenote it is compatible with, and something about the revision history itself. Use the format: 1.3.1 (first two numbers indicate Phenote version, last number is the revision number for the configuration) | any text value | yes | |
|
description |
This is a general description of the purpose of the configuration. The author might list the general target community, the overall use of the data, a repository where the data might be stored, or other important information. | any text value | no |
All other tags should be included within the <phenote-configuration> tag, including:
<ns:phenote-configuration version="1.3.1" xmlns:ns="phenote/config/xml">
<!--Enter your configuration options here -->
</ns:phenote-configuration>