Author: desruisseaux
Date: Wed Oct 7 15:16:52 2015
New Revision: 1707325
URL: http://svn.apache.org/viewvc?rev=1707325&view=rev
Log:
Remove mention of gml:idref attribute, which does not seem to exist.
Modified:
sis/site/trunk/book/en/xml.html
sis/site/trunk/book/fr/xml.html
sis/site/trunk/content/book/en/developer-guide.html
sis/site/trunk/content/book/fr/developer-guide.html
sis/site/trunk/content/release-notes/0.6.html
Modified: sis/site/trunk/book/en/xml.html
URL: http://svn.apache.org/viewvc/sis/site/trunk/book/en/xml.html?rev=1707325&r1=1707324&r2=1707325&view=diff
==============================================================================
--- sis/site/trunk/book/en/xml.html (original)
+++ sis/site/trunk/book/en/xml.html Wed Oct 7 15:16:52 2015
@@ -213,7 +213,7 @@
define a type whose name ends with â<code class="OGC">_PropertyType</code>â.
For the second group, each element has a type whose name ends with â<code
class="OGC">_Type</code>â.
The â<code class="OGC">_PropertyType</code>â elements may have
a group of attributes
- (such as <code>gmd:idref</code>, <code>gco:uuidref</code>
and <code>xlink:href</code>)
+ (such as <code>gco:uuidref</code> and <code>xlink:href</code>)
which the <abbr>XSD</abbr> schemas collectively name <code>gco:ObjectIdentification</code>.
These attributes do not have dedicated Java methods, but are accessible indirectly
via the
<code class="SIS">IdentifiedObject</code> interface described in the
following subsection.
@@ -223,8 +223,7 @@
<h3 id="gco-id">Identification of Already-Defined Instances</h3>
<p>
- The parent element may contain an <code class="OGC">id</code>, <code
class="OGC">uuid</code> or
- <code>xlink:href</code> attribute.
+ The parent element may contain an <code class="OGC">id</code> or <code
class="OGC">uuid</code> attribute.
If one of these attributes is present, the parent attribute may be completely omitted;
it will be replaced at the time of reading by the element referenced by the attribute.
In the following example, the part on the left defines an element associated with the
identifier â<code>my_id</code>,â
@@ -248,7 +247,7 @@
</td>
<td>
<pre class="xml" style="margin-top: 6pt"><MD_MetaData>
- <identificationInfo idref="<b>my_id</b>"/>
+ <identificationInfo xlink:href="<b>#my_id</b>"/>
</MD_MetaData></pre>
</td>
</tr>
Modified: sis/site/trunk/book/fr/xml.html
URL: http://svn.apache.org/viewvc/sis/site/trunk/book/fr/xml.html?rev=1707325&r1=1707324&r2=1707325&view=diff
==============================================================================
--- sis/site/trunk/book/fr/xml.html (original)
+++ sis/site/trunk/book/fr/xml.html Wed Oct 7 15:16:52 2015
@@ -219,7 +219,7 @@
un type dont le nom se termine par â<code class="OGC">_PropertyType</code>â.
Pour le second groupe, chaque élément a un type dont le nom se termine par
â<code class="OGC">_Type</code>â.
Les â<code class="OGC">_PropertyType</code>â peuvent avoir
un groupe dâattributs
- (notamment <code>gmd:idref</code>, <code>gco:uuidref</code>
et <code>xlink:href</code>)
+ (notamment <code>gco:uuidref</code> et <code>xlink:href</code>)
que les schémas <abbr>XSD</abbr> nomment collectivement <code>gco:ObjectReference</code>.
Ces attributs nâont pas de méthodes Java dédiées, mais sont accessibles
indirectement via lâinterface
<code class="SIS">IdentifiedObject</code> décrite dans la sous-section
suivante.
@@ -229,8 +229,7 @@
<h3 id="gco-id">Identification dâinstances déjà définies</h3>
<p>
- Lâélément englobant peut contenir un attribut <code class="OGC">id</code>,
- <code class="OGC">uuid</code> ou <code>xlink:href</code>.
+ Lâélément englobant peut contenir un attribut <code class="OGC">id</code>
ou <code class="OGC">uuid</code>.
Si un de ces attributs est présent, lâélément englobé peut être
complètement omis;
il sera remplacé au moment de la lecture par lâélément référencé
par lâattribut.
Dans lâexemple suivant, la partie gauche définie un élément associé
à lâidentifiant â<code>mon_id</code>â,
@@ -254,7 +253,7 @@
</td>
<td>
<pre class="xml" style="margin-top: 6pt"><MD_MetaData>
- <identificationInfo idref="<b>mon_id</b>"/>
+ <identificationInfo xlink:href="<b>#mon_id</b>"/>
</MD_MetaData></pre>
</td>
</tr>
Modified: sis/site/trunk/content/book/en/developer-guide.html
URL: http://svn.apache.org/viewvc/sis/site/trunk/content/book/en/developer-guide.html?rev=1707325&r1=1707324&r2=1707325&view=diff
==============================================================================
--- sis/site/trunk/content/book/en/developer-guide.html (original)
+++ sis/site/trunk/content/book/en/developer-guide.html Wed Oct 7 15:16:52 2015
@@ -1492,7 +1492,7 @@ For each element of the first group list
define a type whose name ends with â<code class="OGC">_PropertyType</code>â.
For the second group, each element has a type whose name ends with â<code class="OGC">_Type</code>â.
The â<code class="OGC">_PropertyType</code>â elements may have a group
of attributes
-(such as <code class="OGC">gmd:idref</code>, <code class="OGC">gco:uuidref</code>
and <code>xlink:href</code>)
+(such as <code class="OGC">gco:uuidref</code> and <code>xlink:href</code>)
which the <abbr>XSD</abbr> schemas collectively name <code class="OGC">gco:ObjectIdentification</code>.
These attributes do not have dedicated Java methods, but are accessible indirectly via the
<code class="SIS">IdentifiedObject</code> interface described in the following
subsection.
@@ -1502,8 +1502,7 @@ These attributes do not have dedicated J
<h3 id="gco-id"><span class="section-number">3.1.1.</span> Identification
of Already-Defined Instances</h3>
<p>
-The parent element may contain an <code class="OGC">id</code>, <code class="OGC">uuid</code>
or
-<code>xlink:href</code> attribute.
+The parent element may contain an <code class="OGC">id</code> or <code class="OGC">uuid</code>
attribute.
If one of these attributes is present, the parent attribute may be completely omitted;
it will be replaced at the time of reading by the element referenced by the attribute.
In the following example, the part on the left defines an element associated with the identifier
â<code>my_id</code>,â
@@ -1527,7 +1526,7 @@ while the part on the right references t
</td>
<td>
<pre class="xml" style="margin-top: 6pt"><MD_MetaData>
- <identificationInfo idref=<i>"<b>my_id</b>"</i>/>
+ <identificationInfo xlink:href=<i>"<b>#my_id</b>"</i>/>
</MD_MetaData></pre>
</td>
</tr>
Modified: sis/site/trunk/content/book/fr/developer-guide.html
URL: http://svn.apache.org/viewvc/sis/site/trunk/content/book/fr/developer-guide.html?rev=1707325&r1=1707324&r2=1707325&view=diff
==============================================================================
--- sis/site/trunk/content/book/fr/developer-guide.html [UTF-8] (original)
+++ sis/site/trunk/content/book/fr/developer-guide.html [UTF-8] Wed Oct 7 15:16:52 2015
@@ -1557,7 +1557,7 @@ Les schémas <abbr>XSD</abbr> de l’<ab
un type dont le nom se termine par “<code class="OGC">_PropertyType</code>”.
Pour le second groupe, chaque élément a un type dont le nom se termine par “<code
class="OGC">_Type</code>”.
Les “<code class="OGC">_PropertyType</code>” peuvent avoir un groupe d’attributs
-(notamment <code class="OGC">gmd:idref</code>, <code class="OGC">gco:uuidref</code>
et <code>xlink:href</code>)
+(notamment <code class="OGC">gco:uuidref</code> et <code>xlink:href</code>)
que les schémas <abbr>XSD</abbr> nomment collectivement <code class="OGC">gco:ObjectReference</code>.
Ces attributs n’ont pas de méthodes Java dédiées, mais sont accessibles indirectement
via l’interface
<code class="SIS">IdentifiedObject</code> décrite dans la sous-section suivante.
@@ -1567,8 +1567,7 @@ Ces attributs n’ont pas de méthodes J
<h3 id="gco-id"><span class="section-number">3.1.1.</span> Identification
d’instances déjà définies</h3>
<p>
-L’élément englobant peut contenir un attribut <code class="OGC">id</code>,
-<code class="OGC">uuid</code> ou <code>xlink:href</code>.
+L’élément englobant peut contenir un attribut <code class="OGC">id</code>
ou <code class="OGC">uuid</code>.
Si un de ces attributs est présent, l’élément englobé peut être complètement omis;
il sera remplacé au moment de la lecture par l’élément référencé par l’attribut.
Dans l’exemple suivant, la partie gauche définie un élément associé à l’identifiant
“<code>mon_id</code>”,
@@ -1592,7 +1591,7 @@ alors que la partie droite référence c
</td>
<td>
<pre class="xml" style="margin-top: 6pt"><MD_MetaData>
- <identificationInfo idref=<i>"<b>mon_id</b>"</i>/>
+ <identificationInfo xlink:href=<i>"<b>#mon_id</b>"</i>/>
</MD_MetaData></pre>
</td>
</tr>
Modified: sis/site/trunk/content/release-notes/0.6.html
URL: http://svn.apache.org/viewvc/sis/site/trunk/content/release-notes/0.6.html?rev=1707325&r1=1707324&r2=1707325&view=diff
==============================================================================
--- sis/site/trunk/content/release-notes/0.6.html (original)
+++ sis/site/trunk/content/release-notes/0.6.html Wed Oct 7 15:16:52 2015
@@ -33,7 +33,7 @@
See <a href="https://issues.apache.org/jira/browse/SIS-159">SIS-159</a>.</li>
<li>Unit of measurement of <code><gmd:Resolution></code>
is hard-coded to metres.
See <a href="https://issues.apache.org/jira/browse/SIS-149">SIS-149</a>.</li>
- <li><code>gml:id</code> and <code>gml:idref</code> not yet
supported.
+ <li><code>gml:id</code> and <code>xlink:href</code> not yet
supported.
See <a href="https://issues.apache.org/jira/browse/SIS-173">SIS-173</a>.</li>
</ul>
|