Changes between Version 2 and Version 3 of InspireView
- Timestamp:
- 03/09/10 04:28:18 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InspireView
v2 v3 11 11 == Overview == 12 12 INSPIRE metadata implementing rule document list all required field for an INSPIRE compliant metadata record. 13 This proposal aim is to add a specific view which contains all those elements.13 In combination with schematron validation for INSPIRE (see wiki:ValidationReportImprovement), this proposal make creation of INSPIRE compliant records easier. 14 14 15 This proposal aim is : 16 * to add an optional view which contains all those elements. 17 * to add schema suggestion in order to quickly provide required elements. 18 19 It also add : 20 * view tabs configuration to configure which tabs to show/hide in view and edit mode 21 * collapsible fieldsets 22 * basic CSS improvements to improve usability 15 23 16 24 The elements are grouped by sections: … … 51 59 52 60 {{{ 53 <!-- Display metadata tabs in edit and view mode.61 <!-- Display metadata tabs in edit and view mode. 54 62 ISO and INSPIRE view only available for ISO19139 records. 55 63 Default view is always visible. 64 65 Use the flat attribute in order to display elements in simple mode 66 (ie. could not access to all elements defined in the schema) 56 67 --> 57 68 <metadata-tab> 58 < default/>69 <simple flat="true"/> 59 70 <advanced/><!-- This view should not be removed as this is the only view to be able 60 71 to edit all elements defined in a schema. --> 61 72 <iso/> 62 <inspire/> 73 <inspire flat="true"/><!-- This view display all INSPIRE recommended elements 74 in a view --> 63 75 <xml/> 64 76 </metadata-tab>