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"?>
<!--Generated by Enterprise Architect 15.1.1526 ( Build: 1526 )-->
<xs:schema
		xmlns:xs="http://www.w3.org/2001/XMLSchema"
		targetNamespace="http://dd.eionet.europa.eu/schemas/WFD2022/wfdgml"
		xmlns:wfdgml="http://dd.eionet.europa.eu/schemas/WFD2022/wfdgml"
		xmlns:gml="http://www.opengis.net/gml/3.2"
		xmlns:wfd="http://dd.eionet.europa.eu/schemas/WFD2022/wfdcommon"
		elementFormDefault="qualified">
	<xs:include schemaLocation="http://dd.eionet.europa.eu/schemas/WFD2022/GML_Common_2022.xsd"/>
	<xs:import namespace="http://dd.eionet.europa.eu/schemas/WFD2022/wfdcommon" schemaLocation="http://dd.eionet.europa.eu/schemas/WFD2022/WFDCommon_2022.xsd"/>
	<xs:import namespace="http://www.opengis.net/gml/3.2" schemaLocation="http://schemas.opengis.net/gml/3.2.1/gml.xsd"/>
	<xs:annotation>
		<xs:documentation>
			-- Name --
			Surface Water Body Centreline
			
			-- Definition --
			Body of surface water means a discrete and significant element of surface water such as a lake, a reservoir, a stream, river or canal, part of a stream, river or canal, a transitional water or a stretch of coastal water.
		</xs:documentation>
	</xs:annotation>
	<xs:element name="FeatureCollection" type="wfdgml:FeatureCollectionType" substitutionGroup="gml:AbstractFeature"/>
	<xs:complexType name="FeatureCollectionType">
		<xs:complexContent>
			<xs:extension base="gml:AbstractFeatureType">
				<xs:sequence>
					<xs:element name="featureMember" type="wfdgml:SurfaceWaterBodyCentrelinePropertyType" minOccurs="1" maxOccurs="unbounded"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="FeatureCollectionPropertyType">
		<xs:sequence minOccurs="0">
			<xs:element ref="wfdgml:FeatureCollection"/>
		</xs:sequence>
		<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
		<xs:attributeGroup ref="gml:OwnershipAttributeGroup"/>
	</xs:complexType>
	<xs:complexType name="SurfaceWaterBodyCentrelineType">
		<xs:complexContent>
			<xs:extension base="gml:AbstractFeatureType">
				<xs:sequence>
					<xs:element name="geometry" type="gml:CurvePropertyType">
						<xs:annotation>
							<xs:documentation>
								-- Definition -- 
								The geometry representing the spatial extent of the spatial object.
								
								-- WISE GIS Guidance -- 
								The element is required.
								Data Providers should report the geometry of segments of the hydrographic network (represented by centrelines) and their relation to the surface water bodys reported in the SurfaceWaterBodyPolygon and SurfaceWaterBodyLine data sets. 
							</xs:documentation>
						</xs:annotation>
					</xs:element>
					<xs:element name="thematicIdIdentifier" minOccurs="0" maxOccurs="1" type="wfd:FeatureUniqueEUCodeType">
						<xs:annotation>
							<xs:documentation>
								-- Definition -- 
								Unique identifier used to identify the spatial object within the specified identification scheme. 
								
								-- Source -- 
								https://inspire.ec.europa.eu/data-model/approved/r4618/fc/
								
								-- WISE GIS Guidance -- 
								The element is conditional.
								The thematicIdIdentifier must match the thematicIdIdentifier of one the objects reported in the SurfaceWaterBody or the SurfaceWaterBodyLine dataset.
								If the segment is a virtual segment connecting WFD surface water bodies, but does not belong to any WFD surface water body, do not report the thematicIdIdentifier and provide the value 'virtualSegmentNotUnderOtherClassification' in the 'continua' element. 
								If the segment is a real hydrographic feature connecting WFD surface water bodies, but that does not belong to any WFD surface water body, do not report the thematicIdIdentifier and provide the value 'realSurfaceWaterSegment' or 'realUndergroundSegment' in the continua element (as applicable).
							</xs:documentation>
						</xs:annotation>
					</xs:element>
					<xs:element name="thematicIdIdentifierScheme" type="wfdgml:IdentifierScheme" minOccurs="0" maxOccurs="1">
						<xs:annotation>
							<xs:documentation>
								-- Definition -- 
								Identifier defining the scheme used to assign the identifier.
								 
								-- Description -- 
								Note 1: Reporting requirements for different environmental legislation mandate that each spatial object is assigned an identifier conforming to specific lexical rules.
								Note 2: These rules are often inconsistent so a spatial object may be assigned multiple identifiers which are used for object referencing to link information to the spatial object. 
								
								-- Source -- 
								https://inspire.ec.europa.eu/data-model/approved/r4618/fc/
								
								-- WISE GIS Guidance -- 
								The element is conditional.
								The element must be reported if the thematicIdIdentifier is reported.
								Data Providers reporting under WFD must use the default value 'euSurfaceWaterBodyCode'.
							</xs:documentation>
						</xs:annotation>
					</xs:element>
					<xs:element name="hydroIdLocalId" type="wfd:String254LeadingLetterOrNum">
						<xs:annotation>
							<xs:documentation>
								-- Definition -- 
								A hydrographic thematic identifier. An identifier that is used to identify a hydrographic object in the real world. It provides a 'key' for implicitly associating different representations of the object. A local identifier, assigned by some authority.
								
								-- Description -- 
								NOTE 1 The identifier may be a national hydrological identification code.
								
								-- WISE GIS Guidance -- 
								Note that the hydrographic identifier is not the inspireId, but a generic hydrographic identifier. The INSPIRE Data Specification on Hydrography (INSPIRE_DataSpecification_HY_v3.1) proposes a "hydrographic thematic identifier" named hydroId (which is composed of localId, namespace and classificationScheme). 
								For WISE reporting purposes, it is recommended that hydroIdLocalId be a unique thematic identifier in the scope of the corresponding namespace.
							</xs:documentation>
						</xs:annotation>
					</xs:element>
					<xs:element name="hydroIdNamespace" type="wfd:String254LeadingLetterOrNum">
						<xs:annotation>
							<xs:documentation>
								-- Definition -- 
								An indicator of the scope for the hydrographic identifier.
								
								-- WISE GIS Guidance -- 
								For WISE reporting purposes, it is recommended that hydroIdNamespace be treated similarly to the thematicIdIdentifierScheme in the remaining themes (i.e. identifying the national or international identifier scheme from which the hydrographic identifier was obtained).
							</xs:documentation>
						</xs:annotation>
					</xs:element>
					<xs:element name="geographicalNameText" type="wfd:String254Type">
						<xs:annotation>
							<xs:documentation>
								 -- Definition -- 
								Name, in the national language, of the hydrological water body. National language endonym, or national language version of the name of the geographical feature or spatial object.
								
								-- WISE GIS Guidance -- 
								Note that the geographical name refers to the hydrographic feature, not to the water body used as a management unit or a reporting unit.
							</xs:documentation>
						</xs:annotation>
					</xs:element>
					<xs:element name="geographicalNameLanguage" type="wfd:WiseLanguageCode_Enum">
						<xs:annotation>
							<xs:documentation>
								-- Definition -- 
								Language code of the language used in the geographicalNameText value.
							</xs:documentation>
						</xs:annotation>
					</xs:element>
					<xs:element name="continua" type="wfdgml:ContinuaValue">
						<xs:annotation>
							<xs:documentation>
								 -- Definition -- 
								Type of centreline (ficticious or not).
								
								-- WISE GIS Guidance -- 
								Data Providers reporting should use one of the following values:
								{'realSurfaceWaterSegment', 'realUndergroundSegment', 'virtualSegmentLake', 'virtualSegmentTransitionalWater', 'virtualSegmentCoastalWater', 'virtualSegmentTerritorialWater', 'virtualSegmentNotUnderOtherClassification', 
								'virtualSegmentToConnectTributary'}
							</xs:documentation>
						</xs:annotation>
					</xs:element>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="SurfaceWaterBodyCentrelinePropertyType">
		<xs:sequence minOccurs="0">
			<xs:element name="SurfaceWaterBodyCentreline" type="wfdgml:SurfaceWaterBodyCentrelineType"/>
		</xs:sequence>
		<xs:attributeGroup ref="gml:AssociationAttributeGroup"/>
		<xs:attributeGroup ref="gml:OwnershipAttributeGroup"/>
	</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: