<?xml version="1.0" encoding="UTF-8"?><gmd:MD_Metadata xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gco="http://www.isotc211.org/2005/gco" xmlns:gmx="http://www.isotc211.org/2005/gmx" xmlns:srv="http://www.isotc211.org/2005/srv" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:xlink="http://www.w3.org/1999/xlink" xsi:schemaLocation="http://www.isotc211.org/2005/gmd https://inspire.ec.europa.eu/draft-schemas/inspire-md-schemas-temp/apiso-inspire/apiso-inspire.xsd">
	<!--TG Recommendation C.1: metadata/2.0/rec/common/fileIdentifier: The metadata record should contain a globally unique and persistent fileIdentifier element.-->
	<gmd:fileIdentifier>
		<gco:CharacterString>p_tn:SECAP_APRIE_ATOM</gco:CharacterString>
	</gmd:fileIdentifier>
	<!--TG Requirement C.5: metadata/2.0/req/common/metadata-language-code: The language of the provided metadata content shall be given. It shall be encoded using gmd:MD_Metadata/gmd:language/gmd:LanguageCode element pointing to one of the three-letter language codes of the ISO 639-2/B code list. Only the code values for the official languages of the European Union shall be used. The multiplicity of this element is 1.-->
	<gmd:language>
		<gmd:LanguageCode codeList="http://www.loc.gov/standards/iso639-2/" codeListValue="eng">eng</gmd:LanguageCode>
	</gmd:language>
	<gmd:characterSet>
		<gmd:MD_CharacterSetCode codeListValue="utf8" codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_CharacterSetCode">UTF-8</gmd:MD_CharacterSetCode>
	</gmd:characterSet>
	<!--TG Requirement 3.1: metadata/2.0/req/sds/resource-type: Resource type shall be declared as "service" using gmd:hierarchyLevel/gmd:MD_ScopeCode element.
Additionally the name of the hierarchy level shall be given using element gmd:hierarchyLevelName element with a Non-empty Free Text Element containing the term "service" in the language of the metadata.
The multiplicity of both of these elements is 1.-->
	<gmd:hierarchyLevel>
		<gmd:MD_ScopeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_ScopeCode" codeListValue="service">service</gmd:MD_ScopeCode>
	</gmd:hierarchyLevel>
	<gmd:hierarchyLevelName>
		<gco:CharacterString>service</gco:CharacterString>
	</gmd:hierarchyLevelName>
	<!--TG Requirement C.6: metadata/2.0/req/common/md-point-of-contact: Point of contact for the responsible party for the provided metadata shall be given using element gmd:MD_metadata/gmd:contact/gmd:CI_ResponsibleParty. The multiplicity of this element is 1..*. The gmd:CI_ResponsibleParty element shall contain the following child elements: The name of the responsible organisation shall be provided as the value of gmd:organisationName element with a Non-empty Free Text Element content. The email address of the organisation shall be provided as the value of gmd:contactInfo/gmd:CI_Contact/gmd:address/gmd:CI_Address/gmd:electronicMailAddress element with a Non-empty Free Text Element containing a functioning email address of the responsible party. The value of gmd:role/gmd:CI_RoleCode shall point to the value "pointOfContact" of [ISO 19139] code list CI_RoleCode.-->
	<gmd:contact>
		<gmd:CI_ResponsibleParty>
			<gmd:organisationName>
				<gco:CharacterString>Agenzia provinciale per le risorse idriche e l’energia  - A.P.R.I.E.</gco:CharacterString>
			</gmd:organisationName>
			<gmd:contactInfo>
				<gmd:CI_Contact>
					<gmd:address>
						<gmd:CI_Address>
							<gmd:electronicMailAddress>
								<gco:CharacterString>aprie@provincia.tn.it</gco:CharacterString>
							</gmd:electronicMailAddress>
						</gmd:CI_Address>
					</gmd:address>
				</gmd:CI_Contact>
			</gmd:contactInfo>
			<gmd:role>
				<gmd:CI_RoleCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_RoleCode" codeListValue="pointOfContact">pointOfContact</gmd:CI_RoleCode>
			</gmd:role>
		</gmd:CI_ResponsibleParty>
	</gmd:contact>
	<!--TG Requirement C.7: metadata/2.0/req/common/md-date: The latest update date of the metadata description shall be given for each metadata record. It shall be encoded using the gmd:MD_Metadata/gmd:dateStamp element. If no updates to the metadata have been made since publishing it, the creation date of the metadata shall be used instead. The multiplicity of this element is 1.-->
	<gmd:dateStamp>
		<gco:Date>2020-10-12</gco:Date>
		<!-- To also specify the time zone (optional), the value would be e.g. 2019-05-15T09:00:00+02:00 -->
	</gmd:dateStamp>
	<gmd:metadataStandardName>
		<gmx:Anchor xlink:href="https://registry.geodati.gov.it/document/rndt-lg">Linee Guida RNDT</gmx:Anchor>
	</gmd:metadataStandardName>
	<gmd:metadataStandardVersion>
		<gco:CharacterString>2.0</gco:CharacterString>
	</gmd:metadataStandardVersion>
	<gmd:referenceSystemInfo>
		<gmd:MD_ReferenceSystem>
			<gmd:referenceSystemIdentifier>
				<gmd:RS_Identifier>
					<gmd:code>
						<gmx:Anchor xlink:href="http://www.opengis.net/def/crs/EPSG/0/4258">EPSG:4258</gmx:Anchor>
					</gmd:code>
				</gmd:RS_Identifier>
			</gmd:referenceSystemIdentifier>
		</gmd:MD_ReferenceSystem>
	</gmd:referenceSystemInfo>
	<!--TG Requirement 3.2: metadata/2.0/req/sds/service-identification-element: The first gmd:identificationInfo property of gmd:MD_Metadata element shall contain a srv:SV_ServiceIdentification element for identifying an INSPIRE Spatial Data Service.-->
	<gmd:identificationInfo>
		<srv:SV_ServiceIdentification>
			<!--TG Requirement C.8: metadata/2.0/req/common/resource-title: A human readable, non-empty title of the described data set, data set series or service shall be provided. It shall be encoded using the gmd:citation/gmd:CI_Citation/gmd:title element with a Non-empty Free Text Element content in the language of the metadata. The multiplicity of the element is 1.-->
			<!--TG Requirement C.11: metadata/2.0/req/common/temporal-reference: At least one temporal reference describing the resource shall be given using gmd:citation/gmd:CI_Citation/gmd:date/gmd:CI_Date/gmd:date element, with one of the following date types: - publication for date of publication of the resource, - revision for the date of last revision of the resource, or - creation for the date of creation of the resource.
The date type shall be given using the gmd:citation/gmd:CI_Citation/gmd:date/gmd:CI_Date/gmd:dateType/gmd:CI_DateTypeCode element and it shall point to the corresponding value of [ISO 19139] code list CI_DateTypeCode mentioned above.
The date values shall be expressed using Gregorian calendar and in accordance with [ISO 8601] with either date precision or date and time precision. For date precision the gmd:CI_Date/gmd:date/gco:Date element, and for date and time precision gmd:CI_Date/gmd:date/gco:DateTime element shall be used.-->
			<!--TG Requirement C.12: metadata/2.0/req/common/max-1-date-of-creation: Not more than one date of creation for the described resource shall be given.-->
			<!--TG Requirement C.13: metadata/2.0/req/common/max-1-date-of-last-revision: Not more than one date of last revision for the described resource shall be given.-->
			<gmd:citation>
				<gmd:CI_Citation>
					<gmd:title>
						<gco:CharacterString>SECAP APRIE ATOM Download Service</gco:CharacterString>
					</gmd:title>
					<gmd:date>
						<gmd:CI_Date>
							<gmd:date>
								<gco:Date>2020-10-12</gco:Date>
							</gmd:date>
							<gmd:dateType>
								<gmd:CI_DateTypeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_DateTypeCode" codeListValue="creation">Creation</gmd:CI_DateTypeCode>
							</gmd:dateType>
						</gmd:CI_Date>
					</gmd:date>
					<gmd:identifier>
						<gmd:MD_Identifier>
							<gmd:code>
								<gco:CharacterString>p_tn:SECAP_APRIE_ATOM</gco:CharacterString>
							</gmd:code>
						</gmd:MD_Identifier>
					</gmd:identifier>
					<gmd:citedResponsibleParty>
						<gmd:CI_ResponsibleParty>
							<gmd:organisationName>
								<gco:CharacterString>Provincia Autonoma di Trento</gco:CharacterString>
							</gmd:organisationName>
							<gmd:contactInfo>
								<gmd:CI_Contact>
									<gmd:address>
										<gmd:CI_Address>
											<gmd:electronicMailAddress>
												<gco:CharacterString>aprie@provincia.tn.it</gco:CharacterString>
											</gmd:electronicMailAddress>
										</gmd:CI_Address>
									</gmd:address>
								</gmd:CI_Contact>
							</gmd:contactInfo>
							<gmd:role>
								<gmd:CI_RoleCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/gmxCodelists.xml#CI_RoleCode" codeListValue="owner">owner</gmd:CI_RoleCode>
							</gmd:role>
						</gmd:CI_ResponsibleParty>
					</gmd:citedResponsibleParty>
					<!-- MANCA PRESENTATION FORM. QUESTO E' UN BUG PERCHE' L'ELEMENTO ORA E' OPZIONALE E NON PIU' OBBLIGATORIO COME LO ERA NELLA VECCHIA VERSIONE DEL PROFILO. LO CORREGGEREMO QUANTO PRIMA -->
					<gmd:presentationForm>
						<gmd:CI_PresentationFormCode codeList="http://standards.iso.org/ittf/PubliclyAvailableStandards/ISO_19139_Schemas/resources/codelist/gmxCodelists.xml#CI_PresentationFormCode" codeListValue="mapDigital">mapDigital</gmd:CI_PresentationFormCode>
					</gmd:presentationForm>
					<!-- MANCA ID LIVELLO SUPERIORE CHE NEL CASO DI UN DATASET NON APPARTENENTE AD UNA SERIE COME QUESTO ASSUME LO STESSO VALORE DI IDENTIFIER-->
					<gmd:series>
						<gmd:CI_Series>
							<gmd:issueIdentification>
								<gco:CharacterString>p_tn:SECAP_APRIE_ATOM</gco:CharacterString>
							</gmd:issueIdentification>
						</gmd:CI_Series>
					</gmd:series>
				</gmd:CI_Citation>
			</gmd:citation>
			<!--TG Requirement C.9: metadata/2.0/req/common/resource-abstract: A non-empty brief narrative summary of the content of the described data set, data set series or service shall be provided. It shall be encoded using the gmd:abstract element with a Non-empty Free Text Element content in the language of the metadata. The multiplicity of this element is 1.-->
			<!-- TG Requirement 3.3: metadata/2.0/req/sds/spatial-resolution: For services with restriction on the spatial resolution, these restrictions shall be expressed in the gmd:abstract element with a Non-empty Free Text Element content. The spatial resolution restriction text shall include either an equivalent scale as integer valued scale denominator or a resolution distance using a numerical length value and with a unit of length.-->
			<gmd:abstract>
				<gco:CharacterString>APRIE INSPIRE Download Service providing datasets of Sustainable Energy and Climate Action Plans of the municipalities of Trento province harmonised according to the SECAP data model</gco:CharacterString>
			</gmd:abstract>
			<!--TG Requirement C.10: metadata/2.0/req/common/responsible-organisation: The point of contact for the organisation responsible for the establishment, management, maintenance and distribution of the described resource shall be given using element gmd:pointOfContact/gmd:CI_ResponsibleParty. The multiplicity of this element is 1..*.
The gmd:CI_ResponsibleParty element shall contain the following child elements: The name of the organisation shall be given as the value of gmd:pointOfContact/gmd:CI_ResponsibleParty/gmd:organisationName element with a Non-empty Free Text Element content.
The email address of the organisation shall be provided as the value of gmd:pointOfContact/gmd:CI_ResponsibleParty/gmd:contactInfo/gmd:CI_Contact/gmd:address/gmd:CI_Address/gmd:electronicMailAddress element with a Non-empty Free Text Element containing a functioning email address of the responsible party.
The value of gmd:pointOfContact/gmd:CI_ResponsibleParty/gmd:role/gmd:CI_RoleCode shall point to the most relevant value of ISO 19139 code list CI_RoleCode.-->
			<gmd:pointOfContact>
				<gmd:CI_ResponsibleParty>
					<gmd:organisationName>
						<gco:CharacterString>Agenzia provinciale per le risorse idriche e l’energia  - A.P.R.I.E.</gco:CharacterString>
					</gmd:organisationName>
					<gmd:contactInfo>
						<gmd:CI_Contact>
							<gmd:address>
								<gmd:CI_Address>
									<gmd:electronicMailAddress>
										<gco:CharacterString>aprie@provincia.tn.it</gco:CharacterString>
									</gmd:electronicMailAddress>
								</gmd:CI_Address>
							</gmd:address>
						</gmd:CI_Contact>
					</gmd:contactInfo>
					<gmd:role>
						<gmd:CI_RoleCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_RoleCode" codeListValue="owner">owner</gmd:CI_RoleCode>
					</gmd:role>
				</gmd:CI_ResponsibleParty>
			</gmd:pointOfContact>
			<!--TG Requirement C.15: metadata/2.0/req/common/keyword-originating-cv: When using keywords originating from a controlled vocabulary, the originating controlled vocabulary shall be cited using gmd:descriptiveKeywords/gmd:MD_Keywords/gmd:thesaurusName/gmd:CI_Citation element.
The title of the vocabulary shall be given using gmd:title element with a Non-empty Free Text Element content.
The publication date of the vocabulary shall be given using the gmd:date/gmd:CI_Date/gmd:date/gco:Date and gmd:dateType/gmd:CI_DateTypeCode elements.-->
			<!--TG Requirement 3.4: metadata/2.0/req/sds/sds-category
At least one Spatial Data Service category or subcategory for the described service shall be given using the language-neutral keyword values as defined in Part D 4 “Classification of Spatial Data Services” of [Regulation 1205/2008].-->
			<gmd:descriptiveKeywords>
				<gmd:MD_Keywords>
					<gmd:keyword>
						<gmx:Anchor xlink:href="http://inspire.ec.europa.eu/metadata-codelist/SpatialDataServiceCategory/infoFeatureAccessService">infoFeatureAccessService</gmx:Anchor>
					</gmd:keyword>
					<gmd:thesaurusName>
						<gmd:CI_Citation>
							<gmd:title>
								<gmx:Anchor xlink:href="http://data.europa.eu/eli/reg/2008/1205">Commission Regulation (EC) No 1205/2008 of 3 December 2008
									implementing Directive 2007/2/EC of the European Parliament and
									of the Council as regards metadata</gmx:Anchor>
							</gmd:title>
							<gmd:date>
								<gmd:CI_Date>
									<gmd:date>
										<gco:Date>2008-12-03</gco:Date>
									</gmd:date>
									<gmd:dateType>
										<gmd:CI_DateTypeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">Publication</gmd:CI_DateTypeCode>
									</gmd:dateType>
								</gmd:CI_Date>
							</gmd:date>
						</gmd:CI_Citation>
					</gmd:thesaurusName>
				</gmd:MD_Keywords>
			</gmd:descriptiveKeywords>
			<gmd:descriptiveKeywords>
				<gmd:MD_Keywords>
					<gmd:keyword>
						<gco:CharacterString>open data</gco:CharacterString>
					</gmd:keyword>
					<gmd:keyword>
						<gco:CharacterString>SECAP</gco:CharacterString>
					</gmd:keyword>
					<gmd:keyword>
						<gco:CharacterString>SEAP</gco:CharacterString>
					</gmd:keyword>
					<gmd:keyword>
						<gco:CharacterString>PAES</gco:CharacterString>
					</gmd:keyword>
					<gmd:keyword>
						<gco:CharacterString>PAESC</gco:CharacterString>
					</gmd:keyword>
					<gmd:keyword>
						<gco:CharacterString>com</gco:CharacterString>
					</gmd:keyword>
					<gmd:keyword>
						<gco:CharacterString>covenant of mayors</gco:CharacterString>
					</gmd:keyword>
					<gmd:keyword>
						<gco:CharacterString>patto dei sindaci</gco:CharacterString>
					</gmd:keyword>
					<gmd:keyword>
						<gco:CharacterString>EU</gco:CharacterString>
					</gmd:keyword>
				</gmd:MD_Keywords>
			</gmd:descriptiveKeywords>

			<!--TG Requirement C.18: metadata/2.0/req/common/conditions-for-access-and-use: Conditions for access and use of the described resource shall be described using exactly one gmd:resourceConstraints/gmd:MD_LegalConstraints element. This element shall not be the same used for describing limitations on public access (see 2.4.6).
The gmd:resourceConstraints/gmd:MD_LegalConstraints element for conditions for access and use shall be encoded as follows:
One instance of either gmd:accessConstraints or gmd:useConstraints element shall be given. In both cases this element shall contain a gmd:MD_RestrictionCode element with code list value "otherRestrictions".
Additionally at least one instance of gmd:otherConstraints shall be given describing the actual conditions.
If no conditions apply the gmd:otherConstraints shall include a gmx:Anchor element pointing to the value "noConditionsApply" in the code list ConditionsApplyingToAccessAndUse.
If the conditions are unknown gmd:otherConstraints shall include a gmx:Anchor element pointing to the value "conditionsUnknown" in the code list ConditionsApplyingToAccessAndUse.
In other cases gmd:otherConstraints shall include a Non-empty Free Text Element with a textual description of the conditions in the language of the metadata. This text shall include descriptions of terms and conditions, including where applicable, the corresponding fees or an URL pointing to an online resource where these terms and conditions are described.-->
			<gmd:resourceConstraints>
				<gmd:MD_LegalConstraints>
					<gmd:useConstraints>
						<gmd:MD_RestrictionCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_RestrictionCode" codeListValue="otherRestrictions">Altri vincoli</gmd:MD_RestrictionCode>
					</gmd:useConstraints>
					<gmd:otherConstraints>
						<gco:CharacterString>Attribuzione 4.0 Internazionale (CC BY 4.0)</gco:CharacterString>
					</gmd:otherConstraints>
					<gmd:otherConstraints>
						<gmx:Anchor xlink:href=" https://creativecommons.org/licenses/by/4.0/deed.it">Attribuzione 4.0 Internazionale (CC BY 4.0)</gmx:Anchor>
					</gmd:otherConstraints>
				</gmd:MD_LegalConstraints>
			</gmd:resourceConstraints>
			<!--TG Requirement C.17: metadata/2.0/req/common/limitations-on-public-access: Limitations on public access (or lack of such limitations) for the described resource shall be described using exactly one gmd:resourceConstraints/gmd:MD_LegalConstraints element. This element shall not be the same one as used for describing conditions applying to access and use (see 2.4.7).
The limitations on public access (or lack of such limitations) based on reasons referred to in point (a) or in points (c) to (h) of Article 13(1) of INSPIRE Directive quoted above, the gmd:resourceConstraints/gmd:MD_LegalConstraints element shall include a combination of: - one instance of gmd:accessConstraints/gmd:MD_RestrictionCode element with code list value "otherRestrictions" and - at least one instance of gmd:otherConstraints/gmx:Anchor pointing to one of the values from the code list for LimitationsOnPublicAccess. If there are no limitations on public access, the element shall point to the code list value "noLimitations".-->
			<gmd:resourceConstraints>
				<gmd:MD_LegalConstraints>
					<gmd:accessConstraints>
						<gmd:MD_RestrictionCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_RestrictionCode" codeListValue="otherRestrictions">otherRestrictions</gmd:MD_RestrictionCode>
					</gmd:accessConstraints>
					<gmd:otherConstraints>
						<gmx:Anchor xlink:href="http://inspire.ec.europa.eu/metadata-codelist/LimitationsOnPublicAccess/noLimitations">No limitations</gmx:Anchor>
					</gmd:otherConstraints>
				</gmd:MD_LegalConstraints>
			</gmd:resourceConstraints>

			<!--TG Requirement 3.5: metadata/2.0/req/sds/sds-type: Spatial Data Service type shall be given using element srv:serviceType/gco:LocalName. The multiplicity of this element is 1.-->
			<!--TG Requirement 4.1: metadata/2.0/req/ns/sds-type: Spatial Data Service type shall be given encoded as specified in TG Requirement 3.5. The value for the element shall be "view", "download", "discovery" or "transformation" depending on the kind of the described Network Service. The multiplicity of the srv:serviceType/gco:LocalName element used for the above purpose is 1.-->
			<srv:serviceType>
				<gco:LocalName codeSpace="http://inspire.ec.europa.eu/metadata-codelist/SpatialDataServiceType">download</gco:LocalName>
			</srv:serviceType>
			<srv:extent>
				<gmd:EX_Extent>
					<!--TG Requirement C.19: metadata/2.0/req/common/bounding-box: A minimal containing geographic bounding box of the data set or data set series shall be described. This bounding box shall be encoded using one or more gmd:extent/gmd:EX_Extent/gmd:geographicElement/gmd:EX_GeographicBoundingBox elements.
The multiplicity of this element is 1..* for data sets and data set series, and 0..n for services.
The bounding coordinate values for west and east bound longitudes and south and north bound latitudes shall be given in decimal degree values using WGS 84 Coordinate Reference System, as specified for the EX_GeographicBoundingBox class of the [ISO 19115] data model. The coordinates shall be given with at least 2 decimal precision.-->
					<gmd:geographicElement>
						<gmd:EX_GeographicBoundingBox>
							<gmd:westBoundLongitude>
								<gco:Decimal>10.00</gco:Decimal>
							</gmd:westBoundLongitude>
							<gmd:eastBoundLongitude>
								<gco:Decimal>12.00</gco:Decimal>
							</gmd:eastBoundLongitude>
							<gmd:southBoundLatitude>
								<gco:Decimal>45.00</gco:Decimal>
							</gmd:southBoundLatitude>
							<gmd:northBoundLatitude>
								<gco:Decimal>47.00</gco:Decimal>
							</gmd:northBoundLatitude>
						</gmd:EX_GeographicBoundingBox>
					</gmd:geographicElement>
					<!--TG Requirement C.14: metadata/2.0/req/common/temporal-extent: If a temporal reference is provided using the temporal extent, it shall be encoded using the gmd:extent/gmd:EX_Extent element with one or more gmd:temporalElement/gmd:EX_TemporalExtent/gmd:extent child elements. The value of each of these element may be an individual date or a time period between two dates.
The multiplicity of this element is 0..*.
A single individual date or a time period shall be encoded using one gmd:temporalElement/gmd:EX_TemporalExtent/gmd:extent element. For individual dates this element shall contain a gml:TimeInstant/gml:timePosition element with the date value given according to [ISO 8601].
For a single time period the gmd:temporalElement/gmd:EX_TemporalExtent/gmd:extent element shall contain a gml:TimePeriod element containing start and end dates of the period. In case the time period is open-ended with either the start or the end date unknown, the elements gml:startPosition or gml:endPosition may be used with an empty value and the attribute indeterminatePosition with value "unknown". If the temporal extent is on-going, the gml:endPosition may be used with an empty value and the attribute indeterminatePosition with value "now".
Individual dates and time periods may be combined to form a complex temporal extent using multiple gmd:temporalElement/gmd:EX_TemporalExtent/gmd:extent elements.-->
					<gmd:temporalElement>
						<gmd:EX_TemporalExtent>
							<gmd:extent>
								<gml:TimePeriod gml:id="IDcd3b1c4f-b5f7-439a-afc4-3317a4cd89be">
									<gml:beginPosition>2019-04-29</gml:beginPosition>
									<gml:endPosition indeterminatePosition="now"/>
								</gml:TimePeriod>
							</gmd:extent>
						</gmd:EX_TemporalExtent>
					</gmd:temporalElement>
				</gmd:EX_Extent>
			</srv:extent>
			<srv:couplingType>
				<srv:SV_CouplingType codeList="#SVCouplingType" codeListValue="loose">loose</srv:SV_CouplingType>
			</srv:couplingType>
			<srv:containsOperations>
				<srv:SV_OperationMetadata>
					<srv:operationName>
						<gco:CharacterString>GetCapabilities</gco:CharacterString>
					</srv:operationName>
					<srv:DCP>
						<srv:DCPList codeListValue="WebServices" codeList="#DCPList">WebServices</srv:DCPList>
					</srv:DCP>
					<srv:connectPoint>
						<gmd:CI_OnlineResource>
							<gmd:linkage>
								<gmd:URL>http://osservatorio.energia.provincia.tn.it/APRIE/OPENDATA/INSPIRE/ELISE/SECAP/SECAP_APRIE.atom.en.xml</gmd:URL>
							</gmd:linkage>
						</gmd:CI_OnlineResource>
					</srv:connectPoint>
				</srv:SV_OperationMetadata>
			</srv:containsOperations>
			<!--TG Requirement 3.6: metadata/2.0/req/sds/coupled-resource: Links pointing to the online metadata descriptions of data sets provided by the described service shall be given using srv:operatesOn element. The multiplicity of this element is 0..n. This property shall be implemented by reference. The xlink:href attribute of each of the srv:operatesOn elements shall contain a URI pointing to the gmd:MD_DataIdentification element of the metadata record of the provided the data set or data set series.-->
			<srv:operatesOn uuidref="p_tn:SECAP_APRIE_Trento" xlink:href="https://geodati.gov.it/geoportalRNDTPA/rest/document?id=p_tn:SECAP_APRIE_Trento"/>
		</srv:SV_ServiceIdentification>
	</gmd:identificationInfo>
	<gmd:distributionInfo>
		<gmd:MD_Distribution>
			<gmd:distributionFormat>
				<gmd:MD_Format>
					<gmd:name>
						<gmx:Anchor xlink:href="https://www.iana.org/assignments/media-types/image/png">png</gmx:Anchor>
					</gmd:name>
					<gmd:version gco:nilReason="http://inspire.ec.europa.eu/codelist/VoidReasonValue/Unknown"/>
				</gmd:MD_Format>
			</gmd:distributionFormat>
			<!--TG Requirement 3.7: metadata/2.0/req/sds/resource-locator
A Resource locator linking to the described Spatial Data Service shall be given, if online access to this service is available. If no online access to the described Spatial Data Service is available, but there is a publicly available online resource providing additional information about the described service, the URL pointing to this resource shall be given instead. These links shall be encoded using gmd:transferOptions/gmd:MD_DigitalTransferOptions/gmd:onLine/ gmd:CI_OnlineResource/gmd:linkage/gmd:URL element. The multiplicity of this element is 0..n.-->
			<gmd:transferOptions>
				<gmd:MD_DigitalTransferOptions>
					<gmd:onLine>
						<gmd:CI_OnlineResource>
							<gmd:linkage>
								<gmd:URL>http://osservatorio.energia.provincia.tn.it/APRIE/OPENDATA/INSPIRE/ELISE/SECAP/SECAP_APRIE.atom.en.xml</gmd:URL>
							</gmd:linkage>
							<gmd:protocol>
								<gmx:Anchor xlink:href="https://tools.ietf.org/html/rfc4287">Atom</gmx:Anchor>
							</gmd:protocol>
							<gmd:applicationProfile>
								<gmx:Anchor xlink:href="http://inspire.ec.europa.eu/metadata-codelist/SpatialDataServiceType/download">download</gmx:Anchor>
							</gmd:applicationProfile>
							<gmd:name>
								<gco:CharacterString>SECAP APRIE ATOM Download Service</gco:CharacterString>
							</gmd:name>
							<gmd:description>
								<gco:CharacterString>APRIE INSPIRE Download Service providing datasets of Sustainable Energy and Climate Action Plans of the municipalities of Trento province harmonised according to the SECAP data model</gco:CharacterString>
							</gmd:description>
							<gmd:function>
								<gmd:CI_OnLineFunctionCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_OnLineFunctionCode" codeListValue="information"/>
							</gmd:function>
						</gmd:CI_OnlineResource>
					</gmd:onLine>
				</gmd:MD_DigitalTransferOptions>
			</gmd:transferOptions>
		</gmd:MD_Distribution>
	</gmd:distributionInfo>
	<!--TG Requirement 3.8: metadata/2.0/req/sds/only-one-dq-element
There shall be exactly one gmd:dataQualityInfo/gmd:DQ_DataQuality element scoped to the entire described service. The scoping shall be encoded using gmd:scope/gmd:DQ_Scope/gmd:level/gmd:MD_ScopeCode element referring to value "service" of [ISO 19139] code list MD_ScopeCode61. Additionally the level shall be named using element gmd:scope/gmd:DQ_Scope/gmd:levelDescription/gmd:MD_ScopeDescription/gmd:other element with a Non-empty Free Text Element containing the term "service" in the language of the metadata.-->
	<gmd:dataQualityInfo>
		<gmd:DQ_DataQuality>
			<gmd:scope>
				<gmd:DQ_Scope>
					<gmd:level>
						<gmd:MD_ScopeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#MD_ScopeCode" codeListValue="service">service</gmd:MD_ScopeCode>
					</gmd:level>
					<gmd:levelDescription>
						<gmd:MD_ScopeDescription>
							<gmd:other>
								<gco:CharacterString>Service</gco:CharacterString>
							</gmd:other>
						</gmd:MD_ScopeDescription>
					</gmd:levelDescription>
				</gmd:DQ_Scope>
			</gmd:scope>
			<gmd:report>
				<gmd:DQ_AbsoluteExternalPositionalAccuracy>
					<gmd:result>
						<gmd:DQ_QuantitativeResult>
							<gmd:valueUnit>
								<gml:BaseUnit gml:id="UD1">
									<gml:identifier codeSpace="http://www.bipm.org/en/si/base_units">m</gml:identifier>
									<gml:unitsSystem xlink:href="http://www.bipm.org/en/si"/>
								</gml:BaseUnit>
							</gmd:valueUnit>
							<gmd:value>
								<gco:Record xsi:type="gco:Real_PropertyType">
									<gco:Real>1</gco:Real>
								</gco:Record>
							</gmd:value>
						</gmd:DQ_QuantitativeResult>
					</gmd:result>
				</gmd:DQ_AbsoluteExternalPositionalAccuracy>
			</gmd:report>
			<!--TG Requirement C.20: metadata/2.0/req/common/conformity: The degree of conformity of the described resource with an INSPIRE Implementing Rule, specification document or Conformance Class, shall be given using one or several gmd:DQ_ConformanceResult elements under gmd:report/gmd:DQ_DomainConsistency/gmd:result. For each conformity statement (i.e. for each specification), a separate gmd:DQ_ConformanceResult element shall be used. The multiplicity of this element is 1..*.-->
			<!--TG Requirement C.21: metadata/2.0/req/common/conformity-specification: Each gmd:report/gmd:DQ_DomainConsistency/gmd:result/gmd:DQ_ConformanceResult element shall include a citation of the INSPIRE Implementing Rule, specification document or Conformance Class, including its official title and the date of publication of the document, using gmd:specification/gmd:CI_Citation element.
The title shall be given using the gmd:title child element of the citation element with a Non-empty Free Text Element content. For the INSPIRE Implementation Rule documents the value of the title element shall match exactly the official title of the cited document in the language of the metadata.
The publication date of the cited document shall be given using gmd:date child element.
The date value shall be expressed in accordance with ISO 8601 with only the date part included. The date type code element gmd:date/gmd:CI_Date/gmd:dateType/gmd:CI_DateTypeCode shall be given and it shall point to the value "publication" of the ISO 19139 code list CI_DateTypeCode.-->
			<!--TG Requirement C.22: metadata/2.0/req/common/conformity-degree: Each gmd:report/gmd:DQ_DomainConsistency/gmd:result/gmd:DQ_ConformanceResult element containing a specification citation described in Requirement C.21 shall also include the degree of declared conformity against this specification using gmd:pass property with gco:Boolean value of "true" for a conformant resource and "false" for non-conformant resource. If the conformity has not yet been evaluated, the gmd:pass element shall be empty and contain a nil reason attribute with value "unknown".-->
			<!--TG Recommendation 4.1: metadata/2.0/rec/ns/conformity: Metadata for an INSPIRE Network Services should declare the conformity to the Network Services Implementation Rules, and it should be encoded using gmd:report/gmd:DQ_DomainConsistency/gmd:result/ gmd:DQ_ConformanceResult element as specified in the TG Requirement C.2063. This element should contain a citation for the [Regulation 976/2009] encoded according to TG Requirement C.2164. The degree of conformity should be encoded according to TG Requirement C.2265. The multiplicity of the gmd:report/gmd:DQ_DomainConsistency/gmd:result/ gmd:DQ_ConformanceResult element used for the above purpose is 1.-->
			<!--TG Recommendation 4.2: metadata/2.0/rec/ns/uri-for-regulation-976-2009: If providing the specification title as an gmx:Anchor element (as recommended in TG Recommendation C.11), the following URI should be used to refer to [Regulation 976/2009]: http://data.europa.eu/eli/reg/2009/976.-->
			<gmd:report>
				<gmd:DQ_DomainConsistency>
					<gmd:result>
						<gmd:DQ_ConformanceResult>
							<gmd:specification>
								<gmd:CI_Citation>
									<gmd:title>
										<!-- IL VALORE DEL TITOLO E' VALIDATO SOLO IN ITALIANO -->
										<gmx:Anchor xlink:href="http://data.europa.eu/eli/reg/2010/1089">Commission Regulation (EU) No 1089/2010 of 23 November 2010 implementing Directive 2007/2/EC of the European Parliament and of the Council as regards interoperability of spatial data sets and services</gmx:Anchor>
										<!--<gmx:Anchor xlink:href="http://data.europa.eu/eli/reg/2010/1089">REGOLAMENTO (UE) N. 1089/2010 DELLA COMMISSIONE del 23 novembre 2010 recante attuazione della direttiva 2007/2/CE del Parlamento europeo e del Consiglio per quanto riguarda l'interoperabilità dei set di dati territoriali e dei servizi di dati territoriali</gmx:Anchor>-->
									</gmd:title>
									<gmd:date>
										<gmd:CI_Date>
											<gmd:date>
												<gco:Date>2010-12-08</gco:Date>
											</gmd:date>
											<gmd:dateType>
												<gmd:CI_DateTypeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">Publication</gmd:CI_DateTypeCode>
											</gmd:dateType>
										</gmd:CI_Date>
									</gmd:date>
								</gmd:CI_Citation>
							</gmd:specification>
							<gmd:explanation>
								<gco:CharacterString>This data set is conformant with the INSPIRE Implementing Rules for the interoperability of spatial data sets and services</gco:CharacterString>
							</gmd:explanation>
							<gmd:pass><gco:Boolean>true</gco:Boolean></gmd:pass>
						</gmd:DQ_ConformanceResult>
					</gmd:result>
				</gmd:DQ_DomainConsistency>
			</gmd:report>
			<gmd:report>
				<gmd:DQ_DomainConsistency>
					<gmd:result>
						<gmd:DQ_ConformanceResult>
							<gmd:specification>
								<gmd:CI_Citation>
									<gmd:title>
										<gmx:Anchor xlink:href="http://data.europa.eu/eli/reg/2009/976">COMMISSION REGULATION (EC) No 976/2009 of 19 October 2009 implementing Directive 2007/2/EC of the European Parliament and of the Council as regards the Network Services</gmx:Anchor>
									</gmd:title>
									<gmd:date>
										<gmd:CI_Date>
											<gmd:date>
												<gco:Date>2010-12-08</gco:Date>
											</gmd:date>
											<gmd:dateType>
												<gmd:CI_DateTypeCode codeList="http://standards.iso.org/iso/19139/resources/gmxCodelists.xml#CI_DateTypeCode" codeListValue="publication">Publication</gmd:CI_DateTypeCode>
											</gmd:dateType>
										</gmd:CI_Date>
									</gmd:date>
								</gmd:CI_Citation>
							</gmd:specification>
							<gmd:explanation>
								<gco:CharacterString>This data set is conformant with the INSPIRE
									Implementing Rules for Network Services</gco:CharacterString>
							</gmd:explanation>
							<gmd:pass><gco:Boolean>true</gco:Boolean></gmd:pass>
						</gmd:DQ_ConformanceResult>
					</gmd:result>
				</gmd:DQ_DomainConsistency>
			</gmd:report>
		</gmd:DQ_DataQuality>
	</gmd:dataQualityInfo>
</gmd:MD_Metadata>