View schema

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

<?xml version="1.0" encoding="utf-8"?>
<xs:schema targetNamespace="http://dd.eionet.europa.eu/schemas/WFD2022" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://dd.eionet.europa.eu/schemas/WFD2022" xmlns:wfd="http://dd.eionet.europa.eu/schemas/WFD2022/wfdcommon" xmlns:dc="http://purl.org/dc/elements/1.1/" elementFormDefault="qualified">
	<xs:import namespace="http://dd.eionet.europa.eu/schemas/WFD2022/wfdcommon" schemaLocation="http://dd.eionet.europa.eu/schemas/WFD2022/WFDCommon_2022.xsd"/>
	<xs:element name="RBDSUCA" type="RBDSUCA">
		<xs:annotation>
			<xs:documentation>Reporting requirement for all  River Basin Districts, Sub-units and Competent Authorities that have been designated within the Member State.</xs:documentation>
		</xs:annotation>
	</xs:element>
	<xs:complexType name="CompetentAuthority">
		<xs:annotation>
			<xs:documentation>Information regarding the Competent Authorities and RBDs within a Member State should be reported at Member State level. Report the whole CompetentAuthority class once for each Competent Authority in the Member State. </xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="euCACode" type="wfd:FeatureUniqueEUCodeType" minOccurs="1" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Required. Unique EU code of each Competent Authority. Prefix the Competent Authority’s national, unique code with the Member State’s 2-letter ISO country code.
Where a number of small Competent Authorities (e.g. municipalities) have a key involvement in the water management, they can be reported as a single generic group, rather than each Competent Authority being reported as a separate entity.
Quality checks: Element check: String length must be within the range of 3 to 42 characters. First 2 characters must be the Member State’s 2-letter ISO country code.
Within-schema check: euCACode must be unique.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="competentAuthorityName" type="wfd:String250Type" minOccurs="1" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Required. Official name of the Competent Authority in English.
Where a number of small Competent Authorities (e.g. municipalities) have a key involvement in the water management, they can be reported as a single generic group, rather than each Competent Authority being reported as a separate entity. In that case, please indicate in the name the number of individual authorities represented by the generic entry, e.g. ‘Municipalities in the RBD – 365 authorities’.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="competentAuthorityNameNL" type="wfd:String250Type" minOccurs="1" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Required. Official name of the Competent Authority in a national language.
Where a number of small Competent Authorities (e.g. municipalities) have a key involvement in the water management, they can be reported as a single generic group, rather than each Competent Authority being reported as a separate entity.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="competentAuthorityNameNLLanguage" type="wfd:LanguageCode_Enum" minOccurs="1" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Required. Language used for reporting the name of the Competent Authority in a national language.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="linkToCompetentAuthority" type="wfd:String1000Type" minOccurs="1" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Required. Website address of the Competent Authority.
If a generic group of Competent Authorities is reported (see guidance under competentAuthorityName and competentAuthorityNameNL), report the prime Competent Authority’s website address, if any. If not, report ‘Not available’.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="acronym" type="wfd:String100Type" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Optional. Acronym of the Competent Authority (if applicable).</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="street" type="wfd:String100Type" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Optional. Street address of the Competent Authority.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="city" type="wfd:String100Type" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Optional. City address of the Competent Authority in English.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="cityNL" type="wfd:String100Type" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Optional. City address of the Competent Authority in a national language.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="country" type="wfd:String100Type" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Optional. Country address of the Competent Authority in English.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="postcode" type="wfd:String100Type" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Optional. Postcode address of the Competent Authority.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="mainRole" type="wfd:Roles_Enum" minOccurs="1" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Required. Identify the Competent Authority’s main role(s) in the implementation of the WFD in the RBD. More than one role can be selected from the enumeration list.
All of the main roles included in the enumeration list must be covered by at least one Competent Authority within the Member State. A single Competent Authority may or may not be responsible for all of the main roles.
Quality checks: Within-schema check: Each main role must be covered by at least one Competent Authority within the Member State.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="otherRole" type="wfd:Roles_Enum" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Optional. If relevant, identify the role(s) where the Competent Authority contributes or supports another Competent Authority in a particular role.</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="RBD">
		<xs:sequence>
			<xs:element name="euRBDCode" type="wfd:FeatureUniqueEUCodeType" minOccurs="1" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Required. Unique EU code of each River Basin District. Prefix the RBD’s national, unique code with the Member State’s 2-letter ISO country code.
Quality checks: Element check: String length must be within the range of 3 to 42 characters. First 2 characters must be the Member State’s 2-letter ISO country code.
Within-schema check: euRBDCode must be unique.
Cross-schema check: euRBDCode must be identical to a thematicIdIdentifier reported for River Basin Districts in spatial data.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="euSubUnitCode" type="wfd:FeatureUniqueEUCodeType" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Conditional. If the RBD has been divided into Sub-units, report the unique EU code of each Sub-unit.
Quality checks: Within-schema check: euSubUnitCode must be unique.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="internationalRBD" type="wfd:YesNoCode_Enum" minOccurs="1" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Required. Indicate whether the RBD is part of an international RBD.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="internationalRBDName" type="wfd:String250Type" minOccurs="0" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Conditional. Report the name in English of the international RBD of which this RBD is a part.
Quality checks: Conditional check: Report if and only if internationalRBD is ‘Yes’.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="primeCompetentAuthority" type="wfd:FeatureUniqueEUCodeType" minOccurs="1" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Required. Report the euCACode of the RBD’s Prime Competent Authority.
An RBD will usually have only one Prime Competent Authority. Please report more than one Prime Competent Authority only in those cases in which there is more than one Competent Authority with an equivalent level of competences (e.g. over different geographical areas within the RBD) with no established hierarchy and/or where none has a defined role as co-ordinator.
Quality checks: Within-schema check: The reported euCACode(s) must be consistent with the codes reported in RBDSUCA/CompetentAuthority/euCACode.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="otherCompetentAuthority" type="wfd:FeatureUniqueEUCodeType" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Conditional. If relevant, report the euCACode(s) of other Competent Authority(ies) in the RBD.
Quality checks: Within-schema check: The reported euCACode(s) must be consistent with the codes reported in RBDSUCA/CompetentAuthority/euCACode.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="subUnitsDefined" type="wfd:YesNoCode_Enum" minOccurs="1" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Required. Indicate whether the RBD has been divided into Sub-units.</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="RBDSUCA">
		<xs:sequence>
			<xs:element name="countryCode" type="wfd:CountryCode_Enum" minOccurs="1" maxOccurs="1">
				<xs:annotation>
					<xs:documentation>Two-letter ISO country code</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="dcMetadata" type="wfd:dcMetadata" minOccurs="1" maxOccurs="1"/>
			<xs:element name="CompetentAuthority" type="CompetentAuthority" minOccurs="1" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Table 6.4.2 Give details of all the Competent Authorities designated within the MS</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="RBD" type="RBD" minOccurs="1" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation>Give details of all the River Basin Districts (including the national parts of international River Basins) designated within the MS</xs:documentation>
				</xs:annotation>
			</xs:element>
		</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: