Changes between Version 5 and Version 6 of AddCharacterStringSubstituteSupport
- Timestamp:
- 03/18/10 03:47:13 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AddCharacterStringSubstituteSupport
v5 v6 17 17 </field> 18 18 }}} 19 It also provide by default all substitutes of an element (see below). The proposal allows to filter these substitution lists .19 It also provide by default all substitutes of an element (see below). The proposal allows to filter these substitution lists using schema-suggestion configuration file. 20 20 [[Image(substition-group-all.png)]] 21 21 22 The idea of the proposal is to be able for some elements to be able touse one or more substitutes of gco:CharacterString. Indeed, some substitute like gmx:FileName or gmx:Anchor could be useful in some situation.22 The idea of the proposal is to be able for some elements to use one or more substitutes of gco:CharacterString. Indeed, some substitute like gmx:FileName or gmx:Anchor could be useful in some situation. 23 23 24 24 The proposal enhancements are : 25 25 * Add configuration of allowed substitutes for an element 26 * Add support for gmx:FileName to be used to store a document in the catalogue ( added by default tootherCitationDetails)26 * Add support for gmx:FileName to be used to store a document in the catalogue (Configuration example to be used for otherCitationDetails) 27 27 * Suggest only gml:Polygon for bounding polygon element. 28 28 … … 44 44 === Configuration === 45 45 46 The file schema-substitutes.xml is modified to load gco:CharacterString on startup.46 The file schema-substitutes.xml is modified to load gco:CharacterString substitute on startup. 47 47 gmx.xsd schema is imported in iso19139 schema.xsd. 48 48 … … 76 76 will only suggest gmd:Polygon to editors. Furthermore, the bounding polygon extent map drawing tools only allows to draw polygons. This will make the editor more consistent. 77 77 78 == Backwards Compatibility Issues == 79 If no suggestion defined for an element having a gco:CharacterString sub-element, default behavior is applied. 80 78 81 == Risks == 79 82