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 “_PropertyType”. For the second group, each element has a type whose name ends with “_Type”. The “_PropertyType” elements may have a group of attributes - (such as gmd:idref, gco:uuidref and xlink:href) + (such as gco:uuidref and xlink:href) which the XSD schemas collectively name gco:ObjectIdentification. These attributes do not have dedicated Java methods, but are accessible indirectly via the IdentifiedObject interface described in the following subsection. @@ -223,8 +223,7 @@

Identification of Already-Defined Instances

- The parent element may contain an id, uuid or - xlink:href attribute. + The parent element may contain an id or uuid 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 “my_id,” @@ -248,7 +247,7 @@

<MD_MetaData>
-  <identificationInfo idref="my_id"/>
+  <identificationInfo xlink:href="#my_id"/>
 </MD_MetaData>
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 “_PropertyType”. Pour le second groupe, chaque élément a un type dont le nom se termine par “_Type”. Les “_PropertyType” peuvent avoir un groupe d’attributs - (notamment gmd:idref, gco:uuidref et xlink:href) + (notamment gco:uuidref et xlink:href) que les schémas XSD nomment collectivement gco:ObjectReference. Ces attributs n’ont pas de méthodes Java dédiées, mais sont accessibles indirectement via l’interface IdentifiedObject décrite dans la sous-section suivante. @@ -229,8 +229,7 @@

Identification d’instances déjà définies

- L’élément englobant peut contenir un attribut id, - uuid ou xlink:href. + L’élément englobant peut contenir un attribut id ou uuid. 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 “mon_id”, @@ -254,7 +253,7 @@

<MD_MetaData>
-  <identificationInfo idref="mon_id"/>
+  <identificationInfo xlink:href="#mon_id"/>
 </MD_MetaData>
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 “_PropertyType”. For the second group, each element has a type whose name ends with “_Type”. The “_PropertyType” elements may have a group of attributes -(such as gmd:idref, gco:uuidref and xlink:href) +(such as gco:uuidref and xlink:href) which the XSD schemas collectively name gco:ObjectIdentification. These attributes do not have dedicated Java methods, but are accessible indirectly via the IdentifiedObject interface described in the following subsection. @@ -1502,8 +1502,7 @@ These attributes do not have dedicated J

3.1.1. Identification of Already-Defined Instances

-The parent element may contain an id, uuid or -xlink:href attribute. +The parent element may contain an id or uuid 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 “my_id,” @@ -1527,7 +1526,7 @@ while the part on the right references t

<MD_MetaData>
-  <identificationInfo idref="my_id"/>
+  <identificationInfo xlink:href="#my_id"/>
 </MD_MetaData>
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 XSD de l’_PropertyType”. Pour le second groupe, chaque élément a un type dont le nom se termine par “_Type”. Les “_PropertyType” peuvent avoir un groupe d’attributs -(notamment gmd:idref, gco:uuidref et xlink:href) +(notamment gco:uuidref et xlink:href) que les schémas XSD nomment collectivement gco:ObjectReference. Ces attributs n’ont pas de méthodes Java dédiées, mais sont accessibles indirectement via l’interface IdentifiedObject décrite dans la sous-section suivante. @@ -1567,8 +1567,7 @@ Ces attributs n’ont pas de méthodes J

3.1.1. Identification d’instances déjà définies

-L’élément englobant peut contenir un attribut id, -uuid ou xlink:href. +L’élément englobant peut contenir un attribut id ou uuid. 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 “mon_id”, @@ -1592,7 +1591,7 @@ alors que la partie droite référence c

<MD_MetaData>
-  <identificationInfo idref="mon_id"/>
+  <identificationInfo xlink:href="#mon_id"/>
 </MD_MetaData>
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 SIS-159.
  • Unit of measurement of <gmd:Resolution> is hard-coded to metres. See SIS-149.
  • -
  • gml:id and gml:idref not yet supported. +
  • gml:id and xlink:href not yet supported. See SIS-173.