Changes between Version 2 and Version 3 of InspireView


Ignore:
Timestamp:
Mar 9, 2010, 4:28:18 AM (14 years ago)
Author:
fxp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InspireView

    v2 v3  
    1111== Overview ==
    1212INSPIRE 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.
     13In combination with schematron validation for INSPIRE (see wiki:ValidationReportImprovement), this proposal make creation of INSPIRE compliant records easier.
    1414
     15This 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
     19It 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
    1523
    1624The elements are grouped by sections:
     
    5159
    5260{{{
    53 <!-- Display metadata tabs in edit and view mode.
     61 <!-- Display metadata tabs in edit and view mode.
    5462  ISO and INSPIRE view only available for ISO19139 records.
    5563  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)
    5667 -->
    5768 <metadata-tab>
    58   <default/>
     69  <simple flat="true"/>
    5970  <advanced/><!-- This view should not be removed as this is the only view to be able
    6071  to edit all elements defined in a schema. -->
    6172  <iso/>
    62   <inspire/>
     73  <inspire flat="true"/><!-- This view display all INSPIRE recommended elements
     74  in a view -->
    6375  <xml/>
    6476 </metadata-tab>