View schema

There are 2 QA scripts and 1 conversion scripts registered for this schema.
Link to the schema page on XMLCONV

<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="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>Birds Directive Article 12 Reporting. XML Schema for birds checklist.</xs:documentation></xs:annotation>
  <xs:element name="member_state_checklist">
    <xs:annotation>
      <xs:documentation>Root element for Bird type report</xs:documentation>
    </xs:annotation>
    <xs:complexType>
      <xs:sequence>
        <xs:element name="country" type="CountryArt12Type"/>
        <xs:element name="birds_list">
          <xs:complexType>
            <xs:sequence>
              <xs:element name="bird" type="BirdType" maxOccurs="unbounded"/>
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      </xs:sequence>
      <xs:attribute ref="xml:lang" use="required"/>
      <xs:attribute name="redlist" type="xs:boolean" use="optional"/>
    </xs:complexType>
  </xs:element>
  <xs:complexType name="BirdType">
    <xs:annotation>
      <xs:documentation>bird data in the checklist</xs:documentation>
    </xs:annotation>


    <xs:sequence>
      <!--   TODO check if names needed? -->
      <xs:element name="natura_2000_code" type="StringSimpleType"/>
      <xs:element name="euring_code" type="StringSimpleType"/>
      <xs:element name="name" type="StringSimpleType"/>
      <xs:element name="subspecies_unit" type="StringSimpleType"/>
      <xs:element name="season" type="SeasonType"/>
      <xs:element name="population_unit" type="String50Type"/>
      <xs:element name="spa_trigger" type="BooleanSimpleType"/>
      <xs:element name="non_native" type="BooleanSimpleType"/>
      <xs:element name="presence" type="String4Type"/>
      <xs:element name="comments" type="StringSimpleType"/>
      <xs:element name="ms_added" type="BooleanSimpleType"/>
      <xs:element name="predefined" type="BooleanSimpleType"/>
    </xs:sequence>
  </xs:complexType>
</xs:schema>
Note

A check-in comment is required. Please enter it below.


Note

The schema's file name will not be changed, regardless of the name of the file you upload. Only the file contents will be overwritten!

Note

A new version requires a new file with a new name: