Author: desruisseaux
Date: Sat Oct 20 13:44:52 2018
New Revision: 1844418

URL: http://svn.apache.org/viewvc?rev=1844418&view=rev
Log:
Replace legacy "gmd" prefix by new prefixes used in ISO 19115-3.

Modified:
    sis/site/trunk/book/en/annexes/geoapi/DefinitionProcess.html
    sis/site/trunk/book/en/storage/XML-ISO-19115.html
    sis/site/trunk/book/fr/annexes/geoapi/DefinitionProcess.html
    sis/site/trunk/book/fr/storage/XML-ISO-19115.html

Modified: sis/site/trunk/book/en/annexes/geoapi/DefinitionProcess.html
URL: 
http://svn.apache.org/viewvc/sis/site/trunk/book/en/annexes/geoapi/DefinitionProcess.html?rev=1844418&r1=1844417&r2=1844418&view=diff
==============================================================================
--- sis/site/trunk/book/en/annexes/geoapi/DefinitionProcess.html [UTF-8] 
(original)
+++ sis/site/trunk/book/en/annexes/geoapi/DefinitionProcess.html [UTF-8] Sat 
Oct 20 13:44:52 2018
@@ -61,9 +61,9 @@
             Converting from <abbr>UML</abbr> schemas avoids this problem, but 
tools capable of performing this operation are less common.
           </p>
           <div class="example"><p><b>Example:</b>
-            <abbr>XSD</abbr> metadata schemas insert a 
<code>&lt;gmd:CI_Citation&gt;</code> element
-            inside a <code class="OGC">&lt;gmd:citation&gt;</code>,
-            a <code>&lt;gmd:CI_OnlineResource&gt;</code> element inside a 
<code class="OGC">&lt;gmd:onlineResource&gt;</code>,
+            <abbr>XSD</abbr> metadata schemas insert a 
<code>&lt;cit:CI_Citation&gt;</code> element
+            inside a <code class="OGC">&lt;cit:citation&gt;</code>,
+            a <code>&lt;cit:CI_OnlineResource&gt;</code> element inside a 
<code class="OGC">&lt;cit:onlineResource&gt;</code>,
             and so on for the hundreds of classes defined by <abbr>ISO</abbr> 
19115 standard.
             This redundancy is certainly not necessary in a Java program.
           </p></div>

Modified: sis/site/trunk/book/en/storage/XML-ISO-19115.html
URL: 
http://svn.apache.org/viewvc/sis/site/trunk/book/en/storage/XML-ISO-19115.html?rev=1844418&r1=1844417&r2=1844418&view=diff
==============================================================================
--- sis/site/trunk/book/en/storage/XML-ISO-19115.html [UTF-8] (original)
+++ sis/site/trunk/book/en/storage/XML-ISO-19115.html [UTF-8] Sat Oct 20 
13:44:52 2018
@@ -37,7 +37,7 @@
       </header>
       <p>
         For each metadata class, there is an <abbr>XML</abbr> type with the 
same name than in the abstract specification
-        (for example, <code>gmd:MD_Metadata</code> and 
<code>gmd:CI_Citation</code>).
+        (for example, <code>mdb:MD_Metadata</code> and 
<code>cit:CI_Citation</code>).
         All of these types may be used as the root of an <abbr>XML</abbr> 
document.
         It is therefore possible to write a document representing a complete 
<code>MD_Metadata</code> object,
         or to write a document representing only a <code>CI_Citation</code> 
object.
@@ -91,7 +91,7 @@
         <li><p>
           It begins with the name of the property, which always begins with a 
lower-case letter (ignoring prefixes).
           In Java <abbr>API</abbr>s, each property corresponds to a method in 
its enclosing class.
-          In the example above, <code>gmd:identificationInfo</code>  (a 
property of <code>MD_Metadata</code> class)
+          In the example above, <code>mdb:identificationInfo</code>  (a 
property of <code>MD_Metadata</code> class)
           corresponds to the <code>Metadata.getIdentificationInfo()</code> 
method.
         </p></li>
         <li><p>

Modified: sis/site/trunk/book/fr/annexes/geoapi/DefinitionProcess.html
URL: 
http://svn.apache.org/viewvc/sis/site/trunk/book/fr/annexes/geoapi/DefinitionProcess.html?rev=1844418&r1=1844417&r2=1844418&view=diff
==============================================================================
--- sis/site/trunk/book/fr/annexes/geoapi/DefinitionProcess.html [UTF-8] 
(original)
+++ sis/site/trunk/book/fr/annexes/geoapi/DefinitionProcess.html [UTF-8] Sat 
Oct 20 13:44:52 2018
@@ -62,8 +62,8 @@
           </p>
           <div class="example"><p><b>Exemple:</b>
             Les schémas <abbr>XSD</abbr> des méta-données insèrent
-            un élément <code>&lt;gmd:CI_Citation&gt;</code> à l’intérieur de 
<code>&lt;gmd:citation&gt;</code>,
-            un élément <code>&lt;gmd:CI_OnlineResource&gt;</code> à 
l’intérieur de <code>&lt;gmd:onlineResource&gt;</code>,
+            un élément <code>&lt;cit:CI_Citation&gt;</code> à l’intérieur de 
<code>&lt;cit:citation&gt;</code>,
+            un élément <code>&lt;cit:CI_OnlineResource&gt;</code> à 
l’intérieur de <code>&lt;cit:onlineResource&gt;</code>,
             et ainsi de suite pour la centaine de classes définies dans le 
standard <abbr>ISO</abbr> 19115.
             Cette redondance n’est absolument pas nécessaire à un programme 
Java.
           </p></div>

Modified: sis/site/trunk/book/fr/storage/XML-ISO-19115.html
URL: 
http://svn.apache.org/viewvc/sis/site/trunk/book/fr/storage/XML-ISO-19115.html?rev=1844418&r1=1844417&r2=1844418&view=diff
==============================================================================
--- sis/site/trunk/book/fr/storage/XML-ISO-19115.html [UTF-8] (original)
+++ sis/site/trunk/book/fr/storage/XML-ISO-19115.html [UTF-8] Sat Oct 20 
13:44:52 2018
@@ -37,7 +37,7 @@
       </header>
       <p>
         Pour chaque classe de méta-donnée, il existe un type <abbr>XML</abbr> 
portant le même nom que dans la spécification abstraite
-        (par exemple <code>gmd:MD_Metadata</code> et 
<code>gmd:CI_Citation</code>).
+        (par exemple <code>mdb:MD_Metadata</code> et 
<code>cit:CI_Citation</code>).
         Tous ces types peuvent être employés comme racine d’un document 
<abbr>XML</abbr>.
         Ainsi, il est possible d’écrire un document représentant un objet 
<code>MD_Metadata</code> complet,
         ou d’écrire un document représentant seulement un objet 
<code>CI_Citation</code>.
@@ -91,7 +91,7 @@
         <li><p>
           Il y a d’abord le nom de la propriété, qui commence toujours par une 
lettre minuscule (en ignorant les préfixes).
           Dans les <abbr>API</abbr> Java, chaque propriété correspond à une 
méthode de la classe englobante.
-          Dans l’exemple ci-haut, <code>gmd:identificationInfo</code> (une 
propriété de la classe <code>MD_Metadata</code>)
+          Dans l’exemple ci-haut, <code>mdb:identificationInfo</code> (une 
propriété de la classe <code>MD_Metadata</code>)
           correspond à la méthode 
<code>Metadata.getIdentificationInfo()</code>.
         </p></li>
         <li><p>


Reply via email to