Lemongrass XML definition
Below is a full listing/example of all of the Lemongrass elements and their attributes.
- <lemongrass version="0.1">
- <title>descriptive title of this database</title> (required)
- <language>primary language of content in this file</language> (optional, RFC 4646)
- <generator>program used to generate this file</generator> (optional)
- <link>web page URL which hosts these schemes</link> (optional)
- <organisation>organisation which hosts this file</organisation> (optional)
- <editor email="email of person responsible for this file">name of person responsible for this file</editor> (required)
- <doc>http://www.feast.org/lemongrass/</doc> (required)
- <last_edited>date that this file was last changed</last_edited> (required, RFC 2822)
- <scheme> (required, multiple allowed)
- <title>full name of the scheme</title> (required)
- <acronym>acronym/abbreviation of the scheme</acronym> (optional)
- <type>simple categorisation of the scheme, eg. scholarship</type> (optional)
- <dates> (required)
- <duration> (optional)
- <min>minimum time period of award</min> (required)
- <max>maximum time period of award</max> (optional)
- <period>units of the time period</period> (required)
- </duration>
- <due> (required, multiple allowed)
- <open>when is call for proposals expected to open</open> (optional)
- <expression>due date for expressions of interest</expression> (optional)
- <final>when final applications are due</final> (required)
- <period>frequency of calls</period> (optional)
- </due>
- <start>when was the scheme was first introduced</start> (optional)
- <finish>when is the scheme is expected to close, or is it ongoing</finish> (optional)
- </dates>
- <eligibility> (required)
- <language status="required or optional">language</language> (optional, RFC 4646, multiple allowed)
- <nationality preferred="true" except="true">nationality requirement</nationality> (optional, preferred or except attributes optional, multiple allowed)
- <location>location requirement</location> (optional, multiple allowed)
- <subject>subject prerequisite requirement</subject> (optional, multiple allowed)
- <qualification>formal qualification requirement</qualification> (optional, multiple allowed)
- <age>age requirements</age> (optional)
- <membership>membership required</membership> (optional, multiple allowed)
- <other>any other requirement</other> (optional, multiple allowed)
- </eligibility>
- <selection> (optional)
- <criteria>criteria for ranking</criteria> (required, multiple allowed)
- </selection>
- <provider> (required)
- <host>hosting organisation</host> (optional, multiple allowed)
- <sponsor url="sponsor’s URL">organisation responsible for the scheme/opportunity</sponsor> (required, multiple allowed)
- </provider>
- <description xml:lang="language">description of the scheme</description> (required, plain text or HTML CDATA)
- <contact primary="true"> (required, primary attribute optional, multiple allowed)
- <name>full name of contact</name> (optional)
- <email>email address of contact</email> (optional)
- <phone>phone number of contact</phone> (optional)
- <link>web page URL of contact</link> (optional)
- <address xml:space="preserve">postal address of contact</address> (optional)
- </contact>
- <link primary="true">official web page for the scheme</link> (required, primary attribute optional, multiple allowed)
- <keywords> (optional)
- <keyword>keyword or key phrase</keyword> (required, multiple allowed)
- </keywords>
- <funding> (optional)
- <currency>currency code</currency> (required, ISO 4217)
- <amount>funding amount available</amount> (required)
- <per>period of payment of above amount</per> (required)
- <other>additional funding available</other> (optional)
- <items>elligible items</items> (optional)
- </funding>
- <categories> (optional)
- <category> (required, multiple allowed)
- <type>the category/classification scheme used</type> (required)
- <key>official reference key for the category</key> (required)
- <description>text description of category</description> (required)
- </category>
- </categories>
- <guid>internal unique identifier</guid> (required)
- </scheme>
- </lemongrass>