Schema
RBDSUCA_2022.xsd
element RBDSUCA
complexType CompetentAuthority
element CompetentAuthority/euCACode
element CompetentAuthority/competentAuthorityName
element CompetentAuthority/competentAuthorityNameNL
element CompetentAuthority/competentAuthorityNameNLLanguage
element CompetentAuthority/linkToCompetentAuthority
element CompetentAuthority/acronym
element CompetentAuthority/street
element CompetentAuthority/city
element CompetentAuthority/cityNL
element CompetentAuthority/country
element CompetentAuthority/postcode
element CompetentAuthority/mainRole
element CompetentAuthority/otherRole
complexType RBD
element RBD/euRBDCode
element RBD/euSubUnitCode
element RBD/internationalRBD
element RBD/internationalRBDName
element RBD/primeCompetentAuthority
element RBD/otherCompetentAuthority
element RBD/subUnitsDefined
complexType RBDSUCA
element RBDSUCA/countryCode
element RBDSUCA/dcMetadata
element RBDSUCA/CompetentAuthority
element RBDSUCA/RBD
simpleType FeatureUniqueEUCodeType
simpleType NonNegativeDecimalType
simpleType PositiveDecimalType
simpleType String1000Type
simpleType String100Type
simpleType String10Type
simpleType String20Type
simpleType String2500Type
simpleType String250Type
simpleType String254Type
simpleType String25Type
simpleType String4000Type
simpleType String50Type
simpleType URLType
simpleType WiseDate
simpleType WiseDateTime
simpleType WiseDateTimeType
simpleType WiseLanguageCode_Enum
simpleType WiseYear
simpleType WiseYearMonth
XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy
schema location: | RBDSUCA_2022.xsd |
attribute form default: | |
element form default: | qualified |
targetNamespace: | http://dd.eionet.europa.eu/schemas/WFD2022 |
Elements | Complex types |
RBDSUCA | CompetentAuthority |
RBD | |
RBDSUCA |
schema location: | http://dd.eionet.europa.eu/schemas/WFD2022/WFDCommon_2022.xsd |
attribute form default: | |
element form default: | |
targetNamespace: | http://dd.eionet.europa.eu/schemas/WFD2022/wfdcommon |
element RBDSUCA
diagram | |||
namespace | http://dd.eionet.europa.eu/schemas/WFD2022 | ||
type | RBDSUCA | ||
properties |
|
||
children | countryCode dcMetadata CompetentAuthority RBD | ||
annotation |
|
||
source | <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> |
complexType CompetentAuthority
diagram | |||
namespace | http://dd.eionet.europa.eu/schemas/WFD2022 | ||
children | euCACode competentAuthorityName competentAuthorityNameNL competentAuthorityNameNLLanguage linkToCompetentAuthority acronym street city cityNL country postcode mainRole otherRole | ||
used by |
|
||
annotation |
|
||
source | <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="FeatureUniqueEUCodeType"> <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="String250Type"> <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="String250Type"> <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="LanguageCode_Enum"> <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="String1000Type"> <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="String100Type" minOccurs="0"> <xs:annotation> <xs:documentation>Optional. Acronym of the Competent Authority (if applicable).</xs:documentation> </xs:annotation> </xs:element> <xs:element name="street" type="String100Type" minOccurs="0"> <xs:annotation> <xs:documentation>Optional. Street address of the Competent Authority.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="city" type="String100Type" minOccurs="0"> <xs:annotation> <xs:documentation>Optional. City address of the Competent Authority in English.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="cityNL" type="String100Type" minOccurs="0"> <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="String100Type" minOccurs="0"> <xs:annotation> <xs:documentation>Optional. Country address of the Competent Authority in English.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="postcode" type="String100Type" minOccurs="0"> <xs:annotation> <xs:documentation>Optional. Postcode address of the Competent Authority.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="mainRole" type="Roles_Enum" 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="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> |
element CompetentAuthority/euCACode
diagram | |||
namespace | http://dd.eionet.europa.eu/schemas/WFD2022 | ||
type | FeatureUniqueEUCodeType | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="euCACode" type="FeatureUniqueEUCodeType"> <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> |
element CompetentAuthority/competentAuthorityName
diagram | |||
namespace | http://dd.eionet.europa.eu/schemas/WFD2022 | ||
type | String250Type | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="competentAuthorityName" type="String250Type"> <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> |
element CompetentAuthority/competentAuthorityNameNL
diagram | |||
namespace | http://dd.eionet.europa.eu/schemas/WFD2022 | ||
type | String250Type | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="competentAuthorityNameNL" type="String250Type"> <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> |
element CompetentAuthority/competentAuthorityNameNLLanguage
diagram | |||
namespace | http://dd.eionet.europa.eu/schemas/WFD2022 | ||
type | LanguageCode_Enum | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="competentAuthorityNameNLLanguage" type="LanguageCode_Enum"> <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> |
element CompetentAuthority/linkToCompetentAuthority
diagram | |||
namespace | http://dd.eionet.europa.eu/schemas/WFD2022 | ||
type | String1000Type | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="linkToCompetentAuthority" type="String1000Type"> <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> |
element CompetentAuthority/acronym
diagram | |||||||
namespace | http://dd.eionet.europa.eu/schemas/WFD2022 | ||||||
type | String100Type | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="acronym" type="String100Type" minOccurs="0"> <xs:annotation> <xs:documentation>Optional. Acronym of the Competent Authority (if applicable).</xs:documentation> </xs:annotation> </xs:element> |
element CompetentAuthority/street
diagram | |||||||
namespace | http://dd.eionet.europa.eu/schemas/WFD2022 | ||||||
type | String100Type | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="street" type="String100Type" minOccurs="0"> <xs:annotation> <xs:documentation>Optional. Street address of the Competent Authority.</xs:documentation> </xs:annotation> </xs:element> |
element CompetentAuthority/city
diagram | |||||||
namespace | http://dd.eionet.europa.eu/schemas/WFD2022 | ||||||
type | String100Type | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="city" type="String100Type" minOccurs="0"> <xs:annotation> <xs:documentation>Optional. City address of the Competent Authority in English.</xs:documentation> </xs:annotation> </xs:element> |
element CompetentAuthority/cityNL
diagram | |||||||
namespace | http://dd.eionet.europa.eu/schemas/WFD2022 | ||||||
type | String100Type | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="cityNL" type="String100Type" minOccurs="0"> <xs:annotation> <xs:documentation>Optional. City address of the Competent Authority in a national language.</xs:documentation> </xs:annotation> </xs:element> |
element CompetentAuthority/country
diagram | |||||||
namespace | http://dd.eionet.europa.eu/schemas/WFD2022 | ||||||
type | String100Type | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="country" type="String100Type" minOccurs="0"> <xs:annotation> <xs:documentation>Optional. Country address of the Competent Authority in English.</xs:documentation> </xs:annotation> </xs:element> |
element CompetentAuthority/postcode
diagram | |||||||
namespace | http://dd.eionet.europa.eu/schemas/WFD2022 | ||||||
type | String100Type | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="postcode" type="String100Type" minOccurs="0"> <xs:annotation> <xs:documentation>Optional. Postcode address of the Competent Authority.</xs:documentation> </xs:annotation> </xs:element> |
element CompetentAuthority/mainRole
diagram | |||||||
namespace | http://dd.eionet.europa.eu/schemas/WFD2022 | ||||||
type | Roles_Enum | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="mainRole" type="Roles_Enum" 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> |
element CompetentAuthority/otherRole
diagram | |||||||
namespace | http://dd.eionet.europa.eu/schemas/WFD2022 | ||||||
type | Roles_Enum | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="otherRole" type="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> |
complexType RBD
diagram | |||
namespace | http://dd.eionet.europa.eu/schemas/WFD2022 | ||
children | euRBDCode euSubUnitCode internationalRBD internationalRBDName primeCompetentAuthority otherCompetentAuthority subUnitsDefined | ||
used by |
|
||
source | <xs:complexType name="RBD"> <xs:sequence> <xs:element name="euRBDCode" type="FeatureUniqueEUCodeType"> <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="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="YesNoCode_Enum"> <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="String250Type" minOccurs="0"> <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="FeatureUniqueEUCodeType" 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="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="YesNoCode_Enum"> <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> |
element RBD/euRBDCode
diagram | |||
namespace | http://dd.eionet.europa.eu/schemas/WFD2022 | ||
type | FeatureUniqueEUCodeType | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="euRBDCode" type="FeatureUniqueEUCodeType"> <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> |
element RBD/euSubUnitCode
diagram | |||||||
namespace | http://dd.eionet.europa.eu/schemas/WFD2022 | ||||||
type | FeatureUniqueEUCodeType | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="euSubUnitCode" type="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> |
element RBD/internationalRBD
diagram | |||
namespace | http://dd.eionet.europa.eu/schemas/WFD2022 | ||
type | YesNoCode_Enum | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="internationalRBD" type="YesNoCode_Enum"> <xs:annotation> <xs:documentation>Required. Indicate whether the RBD is part of an international RBD.</xs:documentation> </xs:annotation> </xs:element> |
element RBD/internationalRBDName
diagram | |||||||
namespace | http://dd.eionet.europa.eu/schemas/WFD2022 | ||||||
type | String250Type | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="internationalRBDName" type="String250Type" minOccurs="0"> <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> |
element RBD/primeCompetentAuthority
diagram | |||||||
namespace | http://dd.eionet.europa.eu/schemas/WFD2022 | ||||||
type | FeatureUniqueEUCodeType | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="primeCompetentAuthority" type="FeatureUniqueEUCodeType" 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> |
element RBD/otherCompetentAuthority
diagram | |||||||
namespace | http://dd.eionet.europa.eu/schemas/WFD2022 | ||||||
type | FeatureUniqueEUCodeType | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="otherCompetentAuthority" type="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> |
element RBD/subUnitsDefined
diagram | |||
namespace | http://dd.eionet.europa.eu/schemas/WFD2022 | ||
type | YesNoCode_Enum | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="subUnitsDefined" type="YesNoCode_Enum"> <xs:annotation> <xs:documentation>Required. Indicate whether the RBD has been divided into Sub-units.</xs:documentation> </xs:annotation> </xs:element> |
complexType RBDSUCA
diagram | |||
namespace | http://dd.eionet.europa.eu/schemas/WFD2022 | ||
children | countryCode dcMetadata CompetentAuthority RBD | ||
used by |
|
||
source | <xs:complexType name="RBDSUCA"> <xs:sequence> <xs:element name="countryCode" type="CountryCode_Enum"> <xs:annotation> <xs:documentation>Two-letter ISO country code</xs:documentation> </xs:annotation> </xs:element> <xs:element name="dcMetadata" type="dcMetadata"/> <xs:element name="CompetentAuthority" type="CompetentAuthority" 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" 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> |
element RBDSUCA/countryCode
diagram | |||
namespace | http://dd.eionet.europa.eu/schemas/WFD2022 | ||
type | CountryCode_Enum | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="countryCode" type="CountryCode_Enum"> <xs:annotation> <xs:documentation>Two-letter ISO country code</xs:documentation> </xs:annotation> </xs:element> |
element RBDSUCA/dcMetadata
diagram | |||
namespace | http://dd.eionet.europa.eu/schemas/WFD2022 | ||
type | dcMetadata | ||
properties |
|
||
source | <xs:element name="dcMetadata" type="dcMetadata"/> |
element RBDSUCA/CompetentAuthority
diagram | |||||||||
namespace | http://dd.eionet.europa.eu/schemas/WFD2022 | ||||||||
type | CompetentAuthority | ||||||||
properties |
|
||||||||
children | euCACode competentAuthorityName competentAuthorityNameNL competentAuthorityNameNLLanguage linkToCompetentAuthority acronym street city cityNL country postcode mainRole otherRole | ||||||||
annotation |
|
||||||||
source | <xs:element name="CompetentAuthority" type="CompetentAuthority" 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> |
element RBDSUCA/RBD
diagram | |||||||||
namespace | http://dd.eionet.europa.eu/schemas/WFD2022 | ||||||||
type | RBD | ||||||||
properties |
|
||||||||
children | euRBDCode euSubUnitCode internationalRBD internationalRBDName primeCompetentAuthority otherCompetentAuthority subUnitsDefined | ||||||||
annotation |
|
||||||||
source | <xs:element name="RBD" type="RBD" 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> |
simpleType FeatureUniqueEUCodeType
namespace | http://dd.eionet.europa.eu/schemas/WFD2022/wfdcommon | ||||||||||||
type | restriction of xs:string | ||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:simpleType name="FeatureUniqueEUCodeType"> <xs:annotation> <xs:documentation>2020 Type for EU code, allows up to 42 characters (unique code within MS prefixed with country ISO 2 character code</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:minLength value="3"/> <xs:maxLength value="42"/> <xs:pattern value="[A-Z]{2}[0-9A-Z]{1}([0-9A-Z_\-]{0,38}[0-9A-Z]{1}){0,1}"/> </xs:restriction> </xs:simpleType> |
simpleType NonNegativeDecimalType
namespace | http://dd.eionet.europa.eu/schemas/WFD2022/wfdcommon | ||||||
type | restriction of xs:decimal | ||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:simpleType name="NonNegativeDecimalType"> <xs:annotation> <xs:documentation>Non negative decimal</xs:documentation> </xs:annotation> <xs:restriction base="xs:decimal"> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> |
simpleType PositiveDecimalType
namespace | http://dd.eionet.europa.eu/schemas/WFD2022/wfdcommon | ||||||
type | restriction of xs:decimal | ||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:simpleType name="PositiveDecimalType"> <xs:annotation> <xs:documentation>Positive decimal</xs:documentation> </xs:annotation> <xs:restriction base="xs:decimal"> <xs:minExclusive value="0"/> </xs:restriction> </xs:simpleType> |
simpleType String1000Type
namespace | http://dd.eionet.europa.eu/schemas/WFD2022/wfdcommon | |||||||||
type | restriction of xs:string | |||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:simpleType name="String1000Type"> <xs:annotation> <xs:documentation>2020 String of up to 1000 characters</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="1000"/> </xs:restriction> </xs:simpleType> |
simpleType String100Type
namespace | http://dd.eionet.europa.eu/schemas/WFD2022/wfdcommon | |||||||||
type | restriction of xs:string | |||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:simpleType name="String100Type"> <xs:annotation> <xs:documentation>2020 String of up to 100 characters</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="100"/> </xs:restriction> </xs:simpleType> |
simpleType String10Type
namespace | http://dd.eionet.europa.eu/schemas/WFD2022/wfdcommon | |||||||||
type | restriction of xs:string | |||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:simpleType name="String10Type"> <xs:annotation> <xs:documentation>2020 String of up to 10 characters</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="10"/> </xs:restriction> </xs:simpleType> |
simpleType String20Type
namespace | http://dd.eionet.europa.eu/schemas/WFD2022/wfdcommon | |||||||||
type | restriction of xs:string | |||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:simpleType name="String20Type"> <xs:annotation> <xs:documentation>2020 String of up to 20 characters</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="20"/> </xs:restriction> </xs:simpleType> |
simpleType String2500Type
namespace | http://dd.eionet.europa.eu/schemas/WFD2022/wfdcommon | |||||||||
type | restriction of xs:string | |||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:simpleType name="String2500Type"> <xs:annotation> <xs:documentation>2020 String of up to 2500 characters</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="2500"/> </xs:restriction> </xs:simpleType> |
simpleType String250Type
namespace | http://dd.eionet.europa.eu/schemas/WFD2022/wfdcommon | |||||||||
type | restriction of xs:string | |||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:simpleType name="String250Type"> <xs:annotation> <xs:documentation>2020 String of up to 250 characters</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="250"/> </xs:restriction> </xs:simpleType> |
simpleType String254Type
namespace | http://dd.eionet.europa.eu/schemas/WFD2022/wfdcommon | ||||||||||||
type | restriction of xs:string | ||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:simpleType name="String254Type"> <xs:annotation> <xs:documentation>2020 String of up to 254 characters</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="254"/> <xs:pattern value="(\p{L}|[0-9]){1}.{0,253}"/> </xs:restriction> </xs:simpleType> |
simpleType String25Type
namespace | http://dd.eionet.europa.eu/schemas/WFD2022/wfdcommon | |||||||||
type | restriction of xs:string | |||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:simpleType name="String25Type"> <xs:annotation> <xs:documentation>2020 String of up to 25 characters</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="25"/> </xs:restriction> </xs:simpleType> |
simpleType String4000Type
namespace | http://dd.eionet.europa.eu/schemas/WFD2022/wfdcommon | |||||||||
type | restriction of xs:string | |||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:simpleType name="String4000Type"> <xs:annotation> <xs:documentation>2020 String of up to 4000 characters</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="4000"/> </xs:restriction> </xs:simpleType> |
simpleType String50Type
namespace | http://dd.eionet.europa.eu/schemas/WFD2022/wfdcommon | |||||||||
type | restriction of xs:string | |||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:simpleType name="String50Type"> <xs:annotation> <xs:documentation>2020 String of up to 50 characters</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="50"/> </xs:restriction> </xs:simpleType> |
simpleType URLType
namespace | http://dd.eionet.europa.eu/schemas/WFD2022/wfdcommon | ||||||||||||
type | restriction of xs:string | ||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:simpleType name="URLType"> <xs:annotation> <xs:documentation>URL string of up to 250 characters</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="250"/> <xs:pattern value="https?://.*"/> </xs:restriction> </xs:simpleType> |
simpleType WiseDate
namespace | http://dd.eionet.europa.eu/schemas/WFD2022/wfdcommon | ||||||
type | restriction of xs:date | ||||||
facets |
|
||||||
source | <xs:simpleType name="WiseDate"> <xs:restriction base="xs:date"> <xs:pattern value="\d{4}-\d{2}-\d{2}"/> </xs:restriction> </xs:simpleType> |
simpleType WiseDateTime
namespace | http://dd.eionet.europa.eu/schemas/WFD2022/wfdcommon | ||||||
type | restriction of xs:dateTime | ||||||
facets |
|
||||||
source | <xs:simpleType name="WiseDateTime"> <xs:restriction base="xs:dateTime"> <xs:pattern value="\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}"/> </xs:restriction> </xs:simpleType> |
simpleType WiseDateTimeType
namespace | http://dd.eionet.europa.eu/schemas/WFD2022/wfdcommon | ||
type | union of (WiseDate, WiseDateTime, WiseYear, WiseYearMonth) | ||
annotation |
|
||
source | <xs:simpleType name="WiseDateTimeType"> <xs:annotation> <xs:documentation>Dates must be reported using the ISO 8601 extended format: YYYY-MM-DD, for days; YYYY-MM, for months; YYYY, for years. (If necessary, or convenient, time values can be reported. The ISO 8601 extended format for UTC time should be used.)</xs:documentation> </xs:annotation> <xs:union memberTypes="WiseDate WiseDateTime WiseYear WiseYearMonth"/> </xs:simpleType> |
simpleType WiseLanguageCode_Enum
namespace | http://dd.eionet.europa.eu/schemas/WFD2022/wfdcommon | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | restriction of xs:string | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:simpleType name="WiseLanguageCode_Enum"> <xs:restriction base="xs:string"> <xs:enumeration value="alb"/> <xs:enumeration value="arm"/> <xs:enumeration value="baq"/> <xs:enumeration value="bel"/> <xs:enumeration value="bul"/> <xs:enumeration value="cat"/> <xs:enumeration value="cze"/> <xs:enumeration value="dan"/> <xs:enumeration value="dut"/> <xs:enumeration value="eng"/> <xs:enumeration value="est"/> <xs:enumeration value="fao"/> <xs:enumeration value="fin"/> <xs:enumeration value="fre"/> <xs:enumeration value="geo"/> <xs:enumeration value="ger"/> <xs:enumeration value="gle"/> <xs:enumeration value="glg"/> <xs:enumeration value="gre"/> <xs:enumeration value="hrv"/> <xs:enumeration value="hun"/> <xs:enumeration value="ice"/> <xs:enumeration value="ita"/> <xs:enumeration value="lav"/> <xs:enumeration value="lit"/> <xs:enumeration value="ltz"/> <xs:enumeration value="mac"/> <xs:enumeration value="mis"/> <xs:enumeration value="mlt"/> <xs:enumeration value="nor"/> <xs:enumeration value="pol"/> <xs:enumeration value="por"/> <xs:enumeration value="roh"/> <xs:enumeration value="rum"/> <xs:enumeration value="rus"/> <xs:enumeration value="slo"/> <xs:enumeration value="slv"/> <xs:enumeration value="spa"/> <xs:enumeration value="srp"/> <xs:enumeration value="swe"/> <xs:enumeration value="tur"/> <xs:enumeration value="ukr"/> </xs:restriction> </xs:simpleType> |
simpleType WiseYear
namespace | http://dd.eionet.europa.eu/schemas/WFD2022/wfdcommon | ||||||
type | restriction of xs:gYear | ||||||
facets |
|
||||||
source | <xs:simpleType name="WiseYear"> <xs:restriction base="xs:gYear"> <xs:pattern value="\d{4}"/> </xs:restriction> </xs:simpleType> |
simpleType WiseYearMonth
namespace | http://dd.eionet.europa.eu/schemas/WFD2022/wfdcommon | ||||||
type | restriction of xs:gYearMonth | ||||||
facets |
|
||||||
source | <xs:simpleType name="WiseYearMonth"> <xs:restriction base="xs:gYearMonth"> <xs:pattern value="\d{4}-\d{2}"/> </xs:restriction> </xs:simpleType> |
XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy