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. In the case that it is unspecified, the filename will be displayed instead. |
any text value | no | |
xmlns |
This line is required for use by phenote software. 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 incase 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. Keep 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 about 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>