| Schema URL | http://dd-test.01dev.eea.europa.eu/schemas/resolution-8-2012/res8_generalreport.xsd |
|---|---|
| File name | res8_generalreport.xsd |
| Schema set | resolution-8-2012 |
| Name | Resolution 8 - general report |
There are 0 QA scripts and 0 conversion scripts registered for this schema.
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
<xs:include schemaLocation="datatypes.xsd"/>
<xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/03/xml.xsd"/>
<xs:annotation><xs:documentation>Resolution 8 (2012) Reporting. XML Schema for General report.</xs:documentation></xs:annotation>
<xs:element name="report">
<xs:annotation><xs:documentation>Root element for Resolution 8 (2012) general report. One report per Country</xs:documentation></xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="country" type="CountryType"/>
<!-- 1. Main achievements under Recommendation No. 16 (1986) and Resolution No. 5 (1998) -->
<xs:element name="achievements" type="StringSimpleType"/>
<!-- 2. "2. General information sources on the implementation of the
Recommendation No. 16 (1986) and Resolution No. 5 (1998) – Links to
information sources of the country" -->
<xs:element name="general_info" type="StringSimpleType"/>
<xs:element name="info_on_network" type="StringSimpleType"/>
<xs:element name="monitoring_schemes" type="StringSimpleType"/>
<xs:element name="protection_of_species" type="StringSimpleType"/>
<xs:element name="measures_impact" type="StringSimpleType" />
<xs:element name="process_adoption" type="StringSimpleType" />
<xs:element name="funding" type="StringSimpleType" />
<xs:element name="involvement" type="StringSimpleType" />
<xs:element name="awareness" type="StringSimpleType" />
<xs:element name="scientific_identification" type="StringSimpleType" />
<xs:element name="nomination" type="StringSimpleType" />
<!-- 3. Emerald Network – site designation -->
<xs:element name="proposed_sites_number" type="PositiveIntegerSimpleType"/>
<xs:element name="proposed_sites_total_area" type="PositiveDecimalSimpleType"/>
<xs:element name="proposed_sites_marine" type="PositiveDecimalSimpleType"/>
<xs:element name="proposed_sites_terrestrial" type="PositiveDecimalSimpleType"/>
<xs:element name="candidate_sites_number" type="PositiveIntegerSimpleType"/>
<xs:element name="candidate_sites_total_area" type="PositiveDecimalSimpleType"/>
<xs:element name="candidate_sites_marine" type="PositiveDecimalSimpleType"/>
<xs:element name="candidate_sites_terrestrial" type="PositiveDecimalSimpleType"/>
<xs:element name="adopted_sites_number" type="PositiveIntegerSimpleType"/>
<xs:element name="adopted_sites_total_area" type="PositiveDecimalSimpleType"/>
<xs:element name="adopted_sites_terrestrial" type="PositiveDecimalSimpleType"/>
<xs:element name="adopted_sites_marine" type="PositiveDecimalSimpleType"/>
<xs:element name="designated_sites_number" type="PositiveIntegerSimpleType"/>
<xs:element name="designated_sites_total_area" type="PositiveDecimalSimpleType"/>
<xs:element name="designated_sites_terrestrial" type="PositiveDecimalSimpleType"/>
<xs:element name="designated_sites_marine" type="PositiveDecimalSimpleType"/>
<xs:element name="database_date" type="DateOrMonthType"/>
<!-- "4. Comprehensive management measures put in place for adopted Emerald
sites [Resolution No. 8 (2012), paragraph 2, with special reference to
paragraphs 2.1, 2.2, 2.3 and 2.4]" -->
<xs:element name="measures_applied_number" type="PositiveIntegerSimpleType"/>
<xs:element name="measures_applied_perc" type="PositiveDecimalSimpleType"/>
<xs:element name="measures_setout_number" type="PositiveIntegerSimpleType"/>
<xs:element name="measures_setout_perc" type="PositiveDecimalSimpleType"/>
<!-- 5. Measures taken in relation to approval of plans & projects -->
<xs:element name="compensation_measures">
<xs:complexType>
<xs:sequence>
<xs:element name="measure" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="sitecode" type="String20Type"/>
<xs:element name="sitename" type="String255Type"/>
<xs:element name="project_title" type="String255Type"/>
<xs:element name="commission_informed_year" type="YearType"/>
<xs:element name="project_year" type="YearType"/>
<xs:element name="commission_opinion" type="BooleanSimpleType"/>
<xs:element name="project_impact" type="StringSimpleType"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<!-- 6. Measures taken to ensure coherence of the Emerald Network -->
<xs:element name="coherence_measures" type="StringSimpleType"/>
<!--"7. Research and work required as a basis for the protection, management and
sustainable use of bird populations" -->
<!-- 7.1 National bird atlas -->
<xs:element name="national_bird_atlas_title" type="String255Type"/>
<xs:element name="national_bird_atlas_year" type="YearType"/>
<xs:element name="national_bird_atlas_reference" type="StringSimpleType"/>
<!-- 7.2 National bird monitoring overview -->
<xs:element name="monitoring_publications">
<xs:complexType>
<xs:sequence>
<xs:element name="publication" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="title" type="StringSimpleType"/>
<xs:element name="year" type="YearType"/>
<xs:element name="reference" type="StringSimpleType"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<!-- 7.3 National bird red list -->
<xs:element name="national_bird_redlist_title" type="String255Type"/>
<xs:element name="national_bird_redlist_year" type="YearType"/>
<xs:element name="national_bird_redlist_reference" type="StringSimpleType"/>
<!-- 7.4 Other publications of interest for the geographical area covered by the Bern Convention (e.g. national verview of action for threatened species) -->
<xs:element name="other_publications">
<xs:complexType>
<xs:sequence>
<xs:element name="publication" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="title" type="StringSimpleType"/>
<xs:element name="year" type="YearType"/>
<xs:element name="reference" type="StringSimpleType"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute ref="xml:lang" use="required"/>
</xs:complexType>
</xs:element>
</xs:schema>
European Environment Agency
Kgs. Nytorv 6, DK-1050 Copenhagen K, Denmark