Skip to content

Commit

Permalink
refactor: automated resource update
Browse files Browse the repository at this point in the history
  • Loading branch information
stempler committed Mar 15, 2024
1 parent e5f1980 commit 08fe487
Show file tree
Hide file tree
Showing 11 changed files with 809 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
year: 2024
version: 2024.2.21
version: 2024.3.15
2 changes: 2 additions & 0 deletions resources/hosts/inspire.ec.europa.eu/applicationSchemas.xml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@
<applicationSchema id='http://inspire.ec.europa.eu/applicationschema/lcn' name='Land Cover Nomenclature' theme='lc' themeId=''>
<schema version='3.0' url='https://inspire.ec.europa.eu/schemas/lcn/3.0/LandCoverNomenclature.xsd' />
<schema version='4.0' url='https://inspire.ec.europa.eu/schemas/lcn/4.0/LandCoverNomenclature.xsd' />
<schema version='5.0' url='https://inspire.ec.europa.eu/schemas/lcn/5.0/LandCoverNomenclature.xsd' />
</applicationSchema>
<applicationSchema id='http://inspire.ec.europa.eu/applicationschema/lcr' name='Land Cover Raster' theme='lc' themeId=''>
<schema version='3.0' url='https://inspire.ec.europa.eu/schemas/lcr/3.0/LandCoverRaster.xsd' />
Expand All @@ -176,6 +177,7 @@
<applicationSchema id='http://inspire.ec.europa.eu/applicationschema/net' name='Network' theme='' themeId=''>
<schema version='3.2' url='https://inspire.ec.europa.eu/schemas/net/3.2/Network.xsd' />
<schema version='4.0' url='https://inspire.ec.europa.eu/schemas/net/4.0/Network.xsd' />
<schema version='5.0' url='https://inspire.ec.europa.eu/schemas/net/5.0/Network.xsd' />
</applicationSchema>
<applicationSchema id='http://inspire.ec.europa.eu/applicationschema/nz-core' name='Natural Risk Zones' theme='nz' themeId=''>
<schema version='3.0' url='https://inspire.ec.europa.eu/schemas/nz-core/3.0/NaturalRiskZonesCore.xsd' />
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
<?xml version="1.0" encoding="UTF-8"?><schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:base="http://inspire.ec.europa.eu/schemas/base/4.0" xmlns:base2="http://inspire.ec.europa.eu/schemas/base2/2.0" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:lcn="http://inspire.ec.europa.eu/schemas/lcn/5.0" elementFormDefault="qualified" targetNamespace="http://inspire.ec.europa.eu/schemas/lcn/5.0" version="5.0">
<annotation>
<documentation>application schema for Land Cover Nomenclature</documentation>
</annotation>
<import namespace="http://inspire.ec.europa.eu/schemas/base/4.0" schemaLocation="https://inspire.ec.europa.eu/schemas/base/4.0/BaseTypes.xsd"/>
<import namespace="http://inspire.ec.europa.eu/schemas/base2/2.0" schemaLocation="https://inspire.ec.europa.eu/schemas/base2/2.0/BaseTypes2.xsd"/>
<import namespace="http://www.opengis.net/gml/3.2" schemaLocation="http://schemas.opengis.net/gml/3.2.1/gml.xsd"/>
<!-- v5.0 of this schema released in INSPIRE schema release v.2024.1.3
Change performed: Updated to version 5.0 and changed the imported BaseTypes schema - non-breaking change - Amendment 1089/2010
See https://github.com/INSPIRE-MIF/application-schemas/releases/tag/2024.1.3 -->
<element name="LandCoverNomenclature" substitutionGroup="gml:AbstractObject" type="lcn:LandCoverNomenclatureType">
<annotation>
<documentation>-- Name --
Land Cover Nomenclature

-- Definition --
Information about reference national, institutional or local Land Cover nomenclature.

-- Description --
Land Cover Nomenclature allows to reference nomenclatures documentation and associated code list, and to define them through an external reference or included within the data according 19144-2.</documentation>
</annotation>
</element>
<complexType name="LandCoverNomenclatureType">
<sequence>
<element minOccurs="0" name="embeddedDescription" nillable="true">
<annotation>
<documentation>-- Name --
embedded Description

-- Definition --
An embedded encoding of the classification system according to ISO 19144-2.</documentation>
</annotation>
<complexType>
<complexContent>
<extension base="anyType">
<attribute name="nilReason" type="gml:NilReasonType"/>
</extension>
</complexContent>
</complexType>
</element>
<element name="inspireId" type="base:IdentifierPropertyType">
<annotation>
<documentation>-- Name --
inspireId

-- Definition --
External object identifier of the spatial object.

-- Description --
NOTE An external object identifier is a unique object identifier published by the responsible body, which may be used by external applications to reference the spatial object. The identifier is an identifier of the spatial object, not an identifier of the real-world phenomenon.</documentation>
</annotation>
</element>
<element name="nomenclatureCodeList" type="anyURI">
<annotation>
<documentation>-- Name --
nomenclatureCodeList

-- Definition --
An http URI pointing to the code list attached to the nomenclature used.</documentation>
</annotation>
</element>
<element maxOccurs="unbounded" minOccurs="0" name="externalDescription" nillable="true">
<annotation>
<documentation>-- Name --
externalDescription

-- Definition --
Document describing the nomenclature used in this data set.</documentation>
</annotation>
<complexType>
<complexContent>
<extension base="gml:AbstractMemberType">
<sequence minOccurs="0">
<element ref="base2:DocumentCitation"/>
</sequence>
<attributeGroup ref="gml:AssociationAttributeGroup"/>
</extension>
</complexContent>
</complexType>
</element>
<element name="responsibleParty" type="base2:RelatedPartyPropertyType">
<annotation>
<documentation>-- Name --
responsible party

-- Definition --
Party responsible for the development and/or maintenance of the nomenclature.

-- Description --
The responsible party could be EEA, a national or local mapping agency, ...</documentation>
</annotation>
</element>
</sequence>
</complexType>
<complexType name="LandCoverNomenclaturePropertyType">
<sequence>
<element ref="lcn:LandCoverNomenclature"/>
</sequence>
</complexType>
</schema>
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?><schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:base="http://inspire.ec.europa.eu/schemas/base/4.0" xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:lcn="http://inspire.ec.europa.eu/schemas/lcn/4.0" xmlns:lcv="http://inspire.ec.europa.eu/schemas/lcv/5.0" xmlns:sc="http://www.interactive-instruments.de/ShapeChange/AppInfo" elementFormDefault="qualified" targetNamespace="http://inspire.ec.europa.eu/schemas/lcv/5.0" version="5.0">
<?xml version="1.0" encoding="UTF-8"?><schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:base="http://inspire.ec.europa.eu/schemas/base/4.0" xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:lcn="http://inspire.ec.europa.eu/schemas/lcn/5.0" xmlns:lcv="http://inspire.ec.europa.eu/schemas/lcv/5.0" xmlns:sc="http://www.interactive-instruments.de/ShapeChange/AppInfo" elementFormDefault="qualified" targetNamespace="http://inspire.ec.europa.eu/schemas/lcv/5.0" version="5.0">
<annotation>
<documentation>application schema for Land Cover Vector</documentation>
</annotation>
<import namespace="http://inspire.ec.europa.eu/schemas/base/4.0" schemaLocation="https://inspire.ec.europa.eu/schemas/base/4.0/BaseTypes.xsd"/>
<import namespace="http://inspire.ec.europa.eu/schemas/lcn/4.0" schemaLocation="https://inspire.ec.europa.eu/schemas/lcn/4.0/LandCoverNomenclature.xsd"/>
<import namespace="http://inspire.ec.europa.eu/schemas/lcn/5.0" schemaLocation="https://inspire.ec.europa.eu/schemas/lcn/5.0/LandCoverNomenclature.xsd"/>
<import namespace="http://www.interactive-instruments.de/ShapeChange/AppInfo" schemaLocation="http://portele.de/ShapeChangeAppinfo.xsd"/>
<import namespace="http://www.isotc211.org/2005/gmd" schemaLocation="http://schemas.opengis.net/iso/19139/20070417/gmd/gmd.xsd"/>
<import namespace="http://www.opengis.net/gml/3.2" schemaLocation="http://schemas.opengis.net/gml/3.2.1/gml.xsd"/>
Expand Down
Loading

0 comments on commit 08fe487

Please sign in to comment.