Changes between Initial Version and Version 1 of AddCharacterStringSubstituteSupport


Ignore:
Timestamp:
Mar 9, 2010, 7:56:26 AM (14 years ago)
Author:
fxp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AddCharacterStringSubstituteSupport

    v1 v1  
     1= Add gco:CharacterString substitution group support and filter substitution element list =
     2
     3|| '''Date''' || 2010/03/09 ||
     4|| '''Contact(s)''' || Francois ||
     5|| '''Last edited''' || [[Timestamp]] ||
     6|| '''Status''' || Draft ||
     7|| '''Assigned to release''' || 2.5 ||
     8|| '''Resources''' || GéoSource [BRGM] ||
     9|| '''Ticket''' ||  ||
     10
     11== Overview ==
     12Actually, GeoNetwork ignore all gco:CharacterString substites due to the following lines in schema-substitutes.xml :
     13{{{
     14<!-- override all the schema substitutes for gco:CharacterString
     15        - we don't want any-->
     16        <field name="gco:CharacterString">
     17        </field>
     18}}}
     19It also provide by default all substites of an element. The proposal allows to filter substitution list.
     20
     21
     22The idea of the proposal is to be able to some elements to be able to use one or more substitutes of gco:CharacterString. Indeed, some substitute like gmx:FileName or gmx:Anchor could be useful in some situation.
     23The proposal add :
     24 * a way configure allowed substitutes for an element
     25 * add support for gmx:FileName to be used to store a document in the catalogue
     26 * suggest only gml:Polygon for bounding polygon choice list.
     27
     28
     29=== Proposal Type ===
     30 * '''Type''': Editor
     31 * '''App''': !GeoNetwork
     32 * '''Module''': Editor
     33
     34=== Links ===
     35 
     36 * '''Email discussions''':
     37 * '''IRC discussions''':
     38
     39=== Voting History ===
     40 * Vote not yet proposed
     41
     42== Proposal details ==
     43=== Configuration ===
     44
     45{{{
     46<field name="gmd:otherCitationDetails">
     47                <suggest name="gco:CharacterString"/>
     48                <suggest name="gmx:FileName"/>
     49        </field>
     50}}}
     51
     52== Risks ==
     53
     54== Participants ==
     55 * Francois