This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git
commit 9c0136b5ced68f5e51ab7fef1defafff9d524f5a Author: Martin Desruisseaux <[email protected]> AuthorDate: Thu Oct 25 18:12:51 2018 +0200 Documentation update. --- .../apache/sis/metadata/iso/DefaultIdentifier.java | 23 +++++++++++----------- 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/DefaultIdentifier.java b/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/DefaultIdentifier.java index c1ca67d..ca3ffeb 100644 --- a/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/DefaultIdentifier.java +++ b/core/sis-metadata/src/main/java/org/apache/sis/metadata/iso/DefaultIdentifier.java @@ -53,22 +53,21 @@ import org.apache.sis.xml.Namespaces; * {@code org.apache.metadata} hierarchy because of the immutable nature of referencing objects.</p> * * <div class="section">Text, URN and XML representations</div> - * The XML representation of {@link DefaultIdentifier} is similar to the {@link ImmutableIdentifier} - * one except for the {@code "MD_"} prefix. Example: + * The XML representation of {@link DefaultIdentifier} is as the following example: * * {@preformat xml - * <gmd:MD_Identifier - * <gmd:code> + * <mcc:MD_Identifier + * <mcc:code> * <gco:CharacterString>4326</gco:CharacterString> - * </gmd:code> - * <gmd:authority> - * <gmd:CI_Citation> - * <gmd:title> + * </mcc:code> + * <mcc:authority> + * <cit:CI_Citation> + * <cit:title> * <gco:CharacterString>EPSG</gco:CharacterString> - * </gmd:title> - * </gmd:CI_Citation> - * </gmd:authority> - * </gmd:MD_Identifier> + * </cit:title> + * </cit:CI_Citation> + * </mcc:authority> + * </mcc:MD_Identifier> * } * * <div class="section">Limitations</div>
