Skip to content

Commit

Permalink
Update net to version 5.0
Browse files Browse the repository at this point in the history
Due to the BaseTypes schema version change from 3.3 to 4.0, net schema, which is imported by the other TN schemas, must also be moved to version 5.0 to avoid errors related to different namespaces.
  • Loading branch information
fabiovinci committed Feb 28, 2024
1 parent 9769c46 commit 78af586
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions schemas/net/5.0/Network.xsd
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?><schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:base="http://inspire.ec.europa.eu/schemas/base/3.3" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:gn="http://inspire.ec.europa.eu/schemas/gn/4.0" xmlns:net="http://inspire.ec.europa.eu/schemas/net/4.0" elementFormDefault="qualified" targetNamespace="http://inspire.ec.europa.eu/schemas/net/4.0" version="4.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:gml="http://www.opengis.net/gml/3.2" xmlns:gn="http://inspire.ec.europa.eu/schemas/gn/4.0" xmlns:net="http://inspire.ec.europa.eu/schemas/net/5.0" elementFormDefault="qualified" targetNamespace="http://inspire.ec.europa.eu/schemas/net/5.0" version="5.0">
<annotation>
<documentation>Generic application schema for networks.</documentation>
</annotation>
<import namespace="http://inspire.ec.europa.eu/schemas/base/3.3" schemaLocation="https://inspire.ec.europa.eu/schemas/base/3.3/BaseTypes.xsd"/>
<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/gn/4.0" schemaLocation="https://inspire.ec.europa.eu/schemas/gn/4.0/GeographicalNames.xsd"/>
<import namespace="http://www.opengis.net/gml/3.2" schemaLocation="http://schemas.opengis.net/gml/3.2.1/gml.xsd"/>
<!--XML Schema document created by ShapeChange-->
<!-- 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="CrossReference" substitutionGroup="gml:AbstractFeature" type="net:CrossReferenceType">
<annotation>
<documentation>-- Definition --
Expand Down

0 comments on commit 78af586

Please sign in to comment.