Author: desruisseaux
Date: Tue Jan 15 02:53:49 2013
New Revision: 1433268

URL: http://svn.apache.org/viewvc?rev=1433268&view=rev
Log:
Javadoc clarification (side-effect of discussions at OGC).

Modified:
    
sis/branches/JDK7/sis-utility/src/main/java/org/apache/sis/xml/IdentifierSpace.java

Modified: 
sis/branches/JDK7/sis-utility/src/main/java/org/apache/sis/xml/IdentifierSpace.java
URL: 
http://svn.apache.org/viewvc/sis/branches/JDK7/sis-utility/src/main/java/org/apache/sis/xml/IdentifierSpace.java?rev=1433268&r1=1433267&r2=1433268&view=diff
==============================================================================
--- 
sis/branches/JDK7/sis-utility/src/main/java/org/apache/sis/xml/IdentifierSpace.java
 (original)
+++ 
sis/branches/JDK7/sis-utility/src/main/java/org/apache/sis/xml/IdentifierSpace.java
 Tue Jan 15 02:53:49 2013
@@ -59,7 +59,8 @@ public interface IdentifierSpace<T> exte
      * Its type is {@code "xs:ID"} - i.e. it is a fragment identifier, unique 
within document scope only,
      * for internal cross-references. It is not useful by itself as a 
persistent unique identifier.
      *
-     * <p>The XML {@linkplain #getName() attribute name} is {@code 
"gml:id"}.</p>
+     * <p>The XML {@linkplain #getName() attribute name} is {@code "gml:id"}.
+     * The XML attribute name of the reference to an identified object is 
{@code "xlink:href"}.</p>
      *
      * @see javax.xml.bind.annotation.XmlID
      */
@@ -70,7 +71,8 @@ public interface IdentifierSpace<T> exte
      * that implement ISO 19115 in XML. May be used as a persistent unique 
identifier, but only
      * available within GMD context.
      *
-     * <p>The XML {@linkplain #getName() attribute name} is {@code 
"gco:uuid"}.</p>
+     * <p>The XML {@linkplain #getName() attribute name} is {@code "gco:uuid"}.
+     * The XML attribute name of the reference to an identified object is 
{@code "gco:uuidref"}.</p>
      *
      * @see UUID
      */


Reply via email to