Skip to content

Commit

Permalink
line ending fix
Browse files Browse the repository at this point in the history
  • Loading branch information
willtp87 committed Apr 12, 2013
1 parent 2d0d6e9 commit dcb6bb6
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions schema/ISO19139/19139-GML_readme.txt
@@ -1,27 +1,27 @@
For the sake of convenience, GML 3.2 XML schemas (version 19136 DIS - 2005 november) are (temporarily) provided with the 19139 set of schemas. The following changes were applied to the GML schemas to enable locale referencing:
-1- "referenceSystems.xsd" :
a)replace
<import namespace="http://www.isotc211.org/schemas/2005/gmd" schemaLocation="../iso19139/gmd/gmd.xsd"/>
with
<import namespace="http://www.isotc211.org/2005/gmd" schemaLocation="../gmd/gmd.xsd"/>
b) replace
xmlns:gmd="http://www.isotc211.org/schemas/2005/gmd"
with
xmlns:gmd="http://www.isotc211.org/2005/gmd"
-2- "coordinateOperations.xsd" :
a) replace
<import namespace="http://www.isotc211.org/schemas/2005/gmd" schemaLocation="../iso19139/gmd/gmd.xsd"/>
with
<import namespace="http://www.isotc211.org/2005/gmd" schemaLocation="../gmd/gmd.xsd"/>
b) replace
xmlns:gmd="http://www.isotc211.org/schemas/2005/gmd"
with
For the sake of convenience, GML 3.2 XML schemas (version 19136 DIS - 2005 november) are (temporarily) provided with the 19139 set of schemas. The following changes were applied to the GML schemas to enable locale referencing:

-1- "referenceSystems.xsd" :

a)replace
<import namespace="http://www.isotc211.org/schemas/2005/gmd" schemaLocation="../iso19139/gmd/gmd.xsd"/>
with
<import namespace="http://www.isotc211.org/2005/gmd" schemaLocation="../gmd/gmd.xsd"/>

b) replace
xmlns:gmd="http://www.isotc211.org/schemas/2005/gmd"
with
xmlns:gmd="http://www.isotc211.org/2005/gmd"



-2- "coordinateOperations.xsd" :

a) replace
<import namespace="http://www.isotc211.org/schemas/2005/gmd" schemaLocation="../iso19139/gmd/gmd.xsd"/>
with
<import namespace="http://www.isotc211.org/2005/gmd" schemaLocation="../gmd/gmd.xsd"/>

b) replace
xmlns:gmd="http://www.isotc211.org/schemas/2005/gmd"
with
xmlns:gmd="http://www.isotc211.org/2005/gmd"

0 comments on commit dcb6bb6

Please sign in to comment.