diff --git a/resources/hosts/inspire.ec.europa.eu/.metadata/metadata.yml b/resources/hosts/inspire.ec.europa.eu/.metadata/metadata.yml index 9f759964..6c9a96cb 100644 --- a/resources/hosts/inspire.ec.europa.eu/.metadata/metadata.yml +++ b/resources/hosts/inspire.ec.europa.eu/.metadata/metadata.yml @@ -1,2 +1,2 @@ year: 2024 -version: 2024.2.21 +version: 2024.3.15 diff --git a/resources/hosts/inspire.ec.europa.eu/applicationSchemas.xml b/resources/hosts/inspire.ec.europa.eu/applicationSchemas.xml index 0679fcee..10b6f01a 100644 --- a/resources/hosts/inspire.ec.europa.eu/applicationSchemas.xml +++ b/resources/hosts/inspire.ec.europa.eu/applicationSchemas.xml @@ -150,6 +150,7 @@ + @@ -176,6 +177,7 @@ + diff --git a/resources/hosts/inspire.ec.europa.eu/schemas/lcn/5.0/LandCoverNomenclature.xsd b/resources/hosts/inspire.ec.europa.eu/schemas/lcn/5.0/LandCoverNomenclature.xsd new file mode 100644 index 00000000..b3a61d96 --- /dev/null +++ b/resources/hosts/inspire.ec.europa.eu/schemas/lcn/5.0/LandCoverNomenclature.xsd @@ -0,0 +1,100 @@ + + + application schema for Land Cover Nomenclature + + + + + + + + -- 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. + + + + + + + -- Name -- +embedded Description + +-- Definition -- +An embedded encoding of the classification system according to ISO 19144-2. + + + + + + + + + + + + -- 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. + + + + + -- Name -- +nomenclatureCodeList + +-- Definition -- +An http URI pointing to the code list attached to the nomenclature used. + + + + + -- Name -- +externalDescription + +-- Definition -- +Document describing the nomenclature used in this data set. + + + + + + + + + + + + + + + -- 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, ... + + + + + + + + + + diff --git a/resources/hosts/inspire.ec.europa.eu/schemas/lcv/5.0/LandCoverVector.xsd b/resources/hosts/inspire.ec.europa.eu/schemas/lcv/5.0/LandCoverVector.xsd index 6364c40b..802f544f 100644 --- a/resources/hosts/inspire.ec.europa.eu/schemas/lcv/5.0/LandCoverVector.xsd +++ b/resources/hosts/inspire.ec.europa.eu/schemas/lcv/5.0/LandCoverVector.xsd @@ -1,9 +1,9 @@ - + application schema for Land Cover Vector - + diff --git a/resources/hosts/inspire.ec.europa.eu/schemas/net/5.0/Network.xsd b/resources/hosts/inspire.ec.europa.eu/schemas/net/5.0/Network.xsd new file mode 100644 index 00000000..97122bc7 --- /dev/null +++ b/resources/hosts/inspire.ec.europa.eu/schemas/net/5.0/Network.xsd @@ -0,0 +1,692 @@ + + + Generic application schema for networks. + + + + + + + + -- Definition -- +Represents a reference between two elements in the same network. + +-- Description -- +The cross reference may represent the case where two elements are different representations of the same spatial object. + + + + + + + + + -- Definition -- +The cross referenced elements + + net:NetworkElement + + + + + + + + + + + + + + + + + -- Definition -- +A link either in its positive or negative direction. + + + + + + + -- Definition -- +Indicates if the directed link agrees (positive) or disagrees (negative) with the positive direction of the link. + + + + + -- Definition -- +The link + + net:Link + + + + + + + + + + + + + -- Definition -- +Abstract base type representing a linear network element that may be used as a target in linear referencing. + + + + + + + + + + + + + + + + + + + -- Definition -- +Indicator which of two or more intersecting elements is/are below and which is/are above, to be used if elevation coordinates are not present or cannot be trusted. + +-- Description -- +NOTE 1 In most cases, the number of elements will be two. + +NOTE 2 In the normal case this is when elements intersect in the x/y-plane when the z coordinate is not present or is not accurate enough. + + + + + + + + + -- Definition -- +Sequence of crossing links. The order reflects their elevation; the first link is the lower link. + + net:Link + + + + + + + + + + + + + + + + + -- Definition -- +Curvilinear network element that connects two positions and represents a homogeneous path in the network. The connected positions may be represented as nodes. + + + + + + + + + -- Definition -- +The geometry that represents the centreline of the link. + + + + + -- Definition -- +Indicator that the centreline geometry of the link is a straight line with no intermediate control points &ndash; unless the straight line represents the geography in the resolution of the data set appropriately. + + + + + -- Definition -- +The optional end node for this link. The end node may be the same instance as the start node. + + net:Node + net:spokeEnd + + + + + + -- Definition -- +The optional start node for this link. + + net:Node + net:spokeStart + + + + + + + + + + + + + + + + + -- Definition -- +A network reference to a linear network element. + + + + + + + + + -- Definition -- +The directions of the generalised link to which the reference applies. + +In cases where a property does not apply <i>to</i> a direction along a link, but represents a phenomenon <i>along</i> a link, &ldquo;inDirection&rdquo; refers to the right side in the direction of the link. + +-- Description -- +EXAMPLE A speed limit is a property that applies to a direction of the link (or both directions) while a house number is a phenomenon along a link. + + + + + + + + + + + + + + -- Definition -- +A network element which represents a continuous path in the network without any branches. The element has a defined beginning and end and every position on the link sequence is identifiable with one single parameter such as length. + +-- Description -- +EXAMPLE A link sequence may represent a route. + + + + + + + + + -- Definition -- +The ordered collection of directed links that constitute the link sequence. + + + + + + + + + + + + + + + + -- Definition -- +A collection of link sequences and/or individual links that has a specific function or significance in a network. + +-- Description -- +NOTE This spatial object type supports the aggregation of links to form objects with branches, loops, parallel sequences of links, gaps, etc. + +EXAMPLE A dual carriageway road, as a collection of the two link sequences that represent each carriageway. + + + + + + + + + -- Definition -- +The set of links and link sequences that constitute the link set. + + net:GeneralisedLink + + + + + + + + + + + + + + + + + + + + + + + + + -- Definition -- +A network is a collection of network elements. + +-- Description -- +The reason for collecting certain elements in a certain network may vary (e.g. connected elements for the same mode of transport) + + + + + + + + + -- Definition -- +Geographical name for this network. + + + + + + + + + + + -- Definition -- +The collection of elements that constitutes the network. + + net:NetworkElement + net:inNetwork + + + + + + + + + + -- Definition -- +A 2-dimensional element in a network. + + + + + + + + + -- Definition -- +Represents the geometric properties of the area + + + + + + + + + + + + + + + + -- Definition -- +Represents a logical connection between two or more network elements in different networks. + +-- Description -- +In the case where the networks are in different spatial data sets, a network connection object may exist in both data sets. + + + + + + + + + -- Definition -- +Categorisation of the network connection. + + + + + -- Definition -- +Network elements in different networks + + net:NetworkElement + + + + + + + + + + + + + + + + + -- Definition -- +Abstract base type representing an element in a network. Every element in a network provides some function that is of interest in the network. + + + + + + + + + -- Definition -- +Date and time at which this version of the spatial object was inserted or changed in the spatial data set. + + + + + + + + + + + + -- 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. + + + + + -- Definition -- +Date and time at which this version of the spatial object was superseded or retired in the spatial data set. + + + + + + + + + + + + -- Definition -- +The networks in which a network element is a member. + + net:Network + net:elements + + + + + + + + + + + + + + + + + -- Definition -- +Abstract base type representing phenomena located at or along a network element. This base type provides general properties to associate the network-related phenomena (network properties) with the network elements. + +-- Description -- +In the simplest case (NetworkReference), the network property applies to the whole network element. In the case of a Link, the spatial reference may be restricted to part of the Link by using a linear reference. ISO/TC 211 is currently in the early stages of developing a standard for Linear Referencing (ISO 19148). A simple mechanism to express linear references is provided in this version of the network model; it is expected that the model will be extended once ISO 19148 is stable. The current simple model requires for all linear references two expressions representing a distance from the start of the Link along its curve geometry. The network property applies to the part of the Link between fromPosition and toPosition. + + + + + + + + + -- Definition -- +Spatial reference of the network-related property. + +-- Description -- +This attribute provides an indirect spatial reference based on a reference to an element of an underlying network. See the chapter on Object Referencing in the Generic Conceptual Model for a discussion on modelling object references. + + + + + + + + + + + -- 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. + + + + + -- Definition -- +Date and time at which this version of the spatial object was inserted or changed in the spatial data set. + + + + + + + + + + + + -- Definition -- +Date and time at which this version of the spatial object was superseded or retired in the spatial data set. + + + + + + + + + + + + + + + + + + + + + + + -- Definition -- +A reference to a network element. + + + + + + + -- Definition -- +The referenced network element. + + net:NetworkElement + + + + + + + + + + + + + -- Definition -- +Represents a significant position in the network that always occurs at the beginning or the end of a link. + +-- Description -- +NOTE if a topological representation of the network is used the road node is either a topological connection between two or more links or the termination of a ink. If a geometric representation of the network is used road nodes are represented by points or alternatively another geometric shape. [EuroRoadS] + + + + + + + + + -- Definition -- +The location of the node. + + + + + -- Definition -- +The links that enter the node. + +-- Description -- +NOTE In the INSPIRE context, this spoke property is to be published when this information is published in current exchange formats of the data set. + + net:Link + net:endNode + + + + + + -- Definition -- +The links that leave the node. + +-- Description -- +NOTE In the INSPIRE context, this spoke property is to be published when this information is published in current exchange formats of the data set. + + net:Link + net:startNode + + + + + + + + + + + + + + + + + -- Definition -- +A network reference that is restricted to part of a linear network element. The part is the part of the network element between fromPosition and toPosition. + + + + + + + + + -- Definition -- +The start position of the linear element, expressed as the distance from the start of the linear network element along its curve geometry. + + + + + -- Definition -- +The end position of the linear element, expressed as the distance from the start of the linear network element along its curve geometry. + + + + + -- Definition -- +An offset from the centerline geometry of the generalised link, where applicable; a positive offset is to the right in the direction of the link, a negative offset is to the left. + + + + + + + + + + + + + + + + + + + + + -- Definition -- +A network reference that is restricted to a point on a linear network element. The point is the location on the network element at the position atPosition along the network. + + + + + + + + + -- Definition -- +Position of the point, expressed as the distance from the start of the linear network element along its curve geometry. + + + + + -- Definition -- +An offset from the centerline geometry of the generalised link, where applicable; a positive offset is to the right in the direction of the link, a negative offset is to the left. + + + + + + + + + + + + + + + + + + + diff --git a/resources/hosts/inspire.ec.europa.eu/schemas/tn-ra/5.0/RailwayTransportNetwork.xsd b/resources/hosts/inspire.ec.europa.eu/schemas/tn-ra/5.0/RailwayTransportNetwork.xsd index a9ebe57e..75392298 100644 --- a/resources/hosts/inspire.ec.europa.eu/schemas/tn-ra/5.0/RailwayTransportNetwork.xsd +++ b/resources/hosts/inspire.ec.europa.eu/schemas/tn-ra/5.0/RailwayTransportNetwork.xsd @@ -1,9 +1,9 @@ - + -- Definition -- This package defines the types that are used on the rail subtheme - + diff --git a/resources/hosts/inspire.ec.europa.eu/schemas/tn-ro/5.0/RoadTransportNetwork.xsd b/resources/hosts/inspire.ec.europa.eu/schemas/tn-ro/5.0/RoadTransportNetwork.xsd index 58224c97..56778a9b 100644 --- a/resources/hosts/inspire.ec.europa.eu/schemas/tn-ro/5.0/RoadTransportNetwork.xsd +++ b/resources/hosts/inspire.ec.europa.eu/schemas/tn-ro/5.0/RoadTransportNetwork.xsd @@ -1,10 +1,10 @@ - + -- Definition -- This package defines the types that are used on the road subtheme. - +