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 @@
- 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>
_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 @@
- 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>
_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
-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>
_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
-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>
<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.