From commits-return-6446-apmail-sis-commits-archive=sis.apache.org@sis.apache.org Wed Oct 7 15:17:03 2015 Return-Path: X-Original-To: apmail-sis-commits-archive@www.apache.org Delivered-To: apmail-sis-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B7D2317EAD for ; Wed, 7 Oct 2015 15:17:03 +0000 (UTC) Received: (qmail 89725 invoked by uid 500); 7 Oct 2015 15:16:57 -0000 Delivered-To: apmail-sis-commits-archive@sis.apache.org Received: (qmail 89694 invoked by uid 500); 7 Oct 2015 15:16:57 -0000 Mailing-List: contact commits-help@sis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: sis-dev@sis.apache.org Delivered-To: mailing list commits@sis.apache.org Received: (qmail 89685 invoked by uid 99); 7 Oct 2015 15:16:57 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Oct 2015 15:16:57 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 05265180E0F for ; Wed, 7 Oct 2015 15:16:57 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.79 X-Spam-Level: * X-Spam-Status: No, score=1.79 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id v6YS3Egk23Fq for ; Wed, 7 Oct 2015 15:16:54 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTP id 96AC142B7B for ; Wed, 7 Oct 2015 15:16:54 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id E556EE05BE for ; Wed, 7 Oct 2015 15:16:53 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 5534A3A02E5 for ; Wed, 7 Oct 2015 15:16:53 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1707325 - in /sis/site/trunk: book/en/xml.html book/fr/xml.html content/book/en/developer-guide.html content/book/fr/developer-guide.html content/release-notes/0.6.html Date: Wed, 07 Oct 2015 15:16:52 -0000 To: commits@sis.apache.org From: desruisseaux@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20151007151653.5534A3A02E5@svn01-us-west.apache.org> 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.