SF.net SVN: geonetwork:[1403] sandbox/geonetworkui/BlueNetMEST/web/ geonetwork/xml/xforms/config-brs.xml

View: New views
1 Messages — Rating Filter:   Alert me  

SF.net SVN: geonetwork:[1403] sandbox/geonetworkui/BlueNetMEST/web/ geonetwork/xml/xforms/config-brs.xml

by rdewit :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Revision: 1403
          http://geonetwork.svn.sourceforge.net/geonetwork/?rev=1403&view=rev
Author:   rdewit
Date:     2008-07-17 06:39:22 +0000 (Thu, 17 Jul 2008)

Log Message:
-----------
Updates to reflect changes in config file handling.

Modified Paths:
--------------
    sandbox/geonetworkui/BlueNetMEST/web/geonetwork/xml/xforms/config-brs.xml

Modified: sandbox/geonetworkui/BlueNetMEST/web/geonetwork/xml/xforms/config-brs.xml
===================================================================
--- sandbox/geonetworkui/BlueNetMEST/web/geonetwork/xml/xforms/config-brs.xml 2008-07-17 04:45:50 UTC (rev 1402)
+++ sandbox/geonetworkui/BlueNetMEST/web/geonetwork/xml/xforms/config-brs.xml 2008-07-17 06:39:22 UTC (rev 1403)
@@ -1,210 +1,171 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <config>
- <!-- MetaData Category -->
-  <category name="Metadata" id="MetadataMetadata" xpath="/">
-    <group name="Attributes TEST" xpath="/gmd:MD_Metadata">
-      <item xpath="@id"/>
-      <item xpath="@uuid"/>
-      <item xpath="gmd:featureType/@uuid"/>
-      <item xpath="gmd:CI_ResponsibleParty/gmd:contactInfo/gmd:CI_Contact/gmd:phone/@xlink:href"/>
-      <item xpath="gmd:CI_ResponsibleParty/gmd:contactInfo/gmd:CI_Contact/gmd:phone/@xlink:show"/>
-    </group>
-    <group name="File Information" xpath="/gmd:MD_Metadata">
-      <item xpath="gmd:fileIdentifier"/>
-      <item xpath="gmd:parentIdentifier"/>
-    </group>
-    <group name="Resource Type" xpath="/gmd:MD_Metadata">
-      <item xpath="gmd:hierarchyLevel/gmd:MD_ScopeCode"/>
-      <item xpath="gmd:hierarchyLevelName"/>
-    </group>
-    <group name="Party Responsible for Metadata" xpath="/gmd:MD_Metadata/gmd:contact">
-      <item xpath="gmd:CI_ResponsibleParty/gmd:role/gmd:CI_RoleCode"/>
-      <group name="Who" xpath="gmd:CI_ResponsibleParty">
-       <item xpath="gmd:individualName"/>
-       <item xpath="gmd:organisationName"/>
-       <item xpath="gmd:positionName"/>
-      </group>
-      <group name="Contact Information" xpath="gmd:CI_ResponsibleParty/gmd:contactInfo">
-       <group name="Telphone" xpath="gmd:CI_Contact/gmd:phone">
-       <item xpath="gmd:CI_Telephone/gmd:voice"/>
-       <item xpath="gmd:CI_Telephone/gmd:facsimile"/>
-       </group>
-       <group name="Address" xpath="gmd:CI_Contact/gmd:address">
-       <item xpath="gmd:CI_Address/gmd:deliveryPoint"/>
-       <item xpath="gmd:CI_Address/gmd:city"/>
-       <item xpath="gmd:CI_Address/gmd:administrativeArea"/>
-       <item xpath="gmd:CI_Address/gmd:postalCode"/>
-       <item xpath="gmd:CI_Address/gmd:country"/>
-       <item xpath="gmd:CI_Address/gmd:electronicMailAddress"/>
-       </group>
-      </group>
-    </group>
-    <group name="Metadata Language" xpath="/gmd:MD_Metadata">
-      <item xpath="gmd:language"/>
-    </group>
-  </category>
-
  <!-- Resource Information Category -->
-  <category name="Resource Information" id="ResourceInformation" xpath="/">
-    <group name="Resource Title" xpath="/gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:citation">
-      <item xpath="gmd:CI_Citation/gmd:title"/>
-      <item xpath="gmd:CI_Citation/gmd:alternateTitle"/>
-    </group>
+  <category name="Resource Information" id="ResourceInformation">
 
-    <group name="Resource Date" xpath="/gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:citation/gmd:CI_Citation/gmd:date">
-      <item xpath="gmd:CI_Date/gmd:date"/>
-      <item xpath="gmd:CI_Date/gmd:dateType/gmd:CI_DateTypeCode"/>
-    </group>
+    <group type="meta" xpath="/gmd:MD_Metadata/gmd:identificationInfo">
 
-   <!-- Resource Identifier -->
-  <group name="Resource Identifier" xpath="/gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:citation">
-   <item xpath="gmd:CI_Citation/gmd:identifier/gmd:MD_Identifier/gmd:code"/>
-  </group>
-  
-    <!-- Resource Form -->
-    <group name="Resource Form" xpath="/gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:citation">
-      <item xpath="gmd:CI_Citation/gmd:presentationForm/gmd:CI_PresentationFormCode"/>
-  </group>
-  
-    <group name="Abstract" xpath="/gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification">
-      <item xpath="gmd:abstract"/>
-    </group>
-    <group name="Acknowledgements" xpath="/gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification">
-      <item xpath="gmd:credit"/>
-    </group>
+      <group name="Resource Title" xpath="gmd:MD_DataIdentification/gmd:citation">
+        <item xpath="gmd:CI_Citation/gmd:title"/>
+        <item xpath="gmd:CI_Citation/gmd:alternateTitle"/>
+      </group>
 
-    <!-- Keywords -->
-    <group name="Keywords" xpath="/gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:descriptiveKeywords">
-     <item xpath="gmd:MD_Keywords/gmd:keyword"/>
-      <item xpath="gmd:MD_Keywords/gmd:type/gmd:MD_KeywordTypeCode"/>
-      <group name="ANZLIC Keyword Citation" xpath="gmd:MD_Keywords/gmd:thesaurusName">
-       <item xpath="gmd:CI_Citation/gmd:title"/>
-       <item xpath="gmd:CI_Citation/gmd:date/gmd:CI_Date/gmd:date"/>
-       <item xpath="gmd:CI_Citation/gmd:edition"/>
+      <group name="Resource Date" xpath="gmd:MD_DataIdentification/gmd:citation/gmd:CI_Citation/gmd:date">
+        <item xpath="gmd:CI_Date/gmd:date"/>
+        <item xpath="gmd:CI_Date/gmd:dateType/gmd:CI_DateTypeCode"/>
       </group>
-    <group name="Responsible Party" xpath="gmd:MD_Keywords/gmd:thesaurusName/gmd:CI_Citation/gmd:citedResponsibleParty">
-     <item xpath="gmd:CI_ResponsibleParty/gmd:role/gmd:CI_RoleCode" />
-     <item xpath="gmd:CI_ResponsibleParty/gmd:organisationName"/>
-     <group name="Contact Information" xpath="gmd:CI_ResponsibleParty/gmd:contactInfo/gmd:CI_Contact/gmd:address">
-     <item xpath="gmd:CI_Address/gmd:deliveryPoint"/>
-     <item xpath="gmd:CI_Address/gmd:city"/>
-     <item xpath="gmd:CI_Address/gmd:administrativeArea"/>
-     <item xpath="gmd:CI_Address/gmd:postalCode"/>
-     <item xpath="gmd:CI_Address/gmd:country"/>
-     <item xpath="gmd:CI_Address/gmd:electronicMailAddress"/>    
-     </group>
+
+      <!-- Resource Identifier -->
+      <group name="Resource Identifier" xpath="gmd:MD_DataIdentification/gmd:citation">
+        <item xpath="gmd:CI_Citation/gmd:identifier/gmd:MD_Identifier/gmd:code"/>
       </group>
-    </group>
     
-    <group name="Reason for Resource Existance" xpath="/gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification">
-      <item xpath="gmd:purpose"/>
-    </group>
+      <!-- Resource Form -->
+      <group name="Resource Form" xpath="gmd:MD_DataIdentification/gmd:citation">
+        <item xpath="gmd:CI_Citation/gmd:presentationForm/gmd:CI_PresentationFormCode"/>
+      </group>
+      
+      <group name="Abstract" xpath="gmd:MD_DataIdentification">
+        <item xpath="gmd:abstract"/>
+      </group>
+      <group name="Acknowledgements" xpath="gmd:MD_DataIdentification">
+        <item xpath="gmd:credit"/>
+      </group>
 
-    <group name="Resource Status" xpath="/gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification">
-      <item xpath="gmd:status/gmd:MD_ProgressCode"/>
-    </group>  
+      <!-- Keywords -->
+      <group name="Keywords" xpath="gmd:MD_DataIdentification/gmd:descriptiveKeywords">
+        <item xpath="gmd:MD_Keywords/gmd:keyword"/>
+        <item xpath="gmd:MD_Keywords/gmd:type/gmd:MD_KeywordTypeCode"/>
+        <group name="ANZLIC Keyword Citation" xpath="gmd:MD_Keywords/gmd:thesaurusName">
+          <item xpath="gmd:CI_Citation/gmd:title"/>
+          <item xpath="gmd:CI_Citation/gmd:date/gmd:CI_Date/gmd:date"/>
+          <item xpath="gmd:CI_Citation/gmd:edition"/>
+        </group>
+        <group name="Responsible Party" xpath="gmd:MD_Keywords/gmd:thesaurusName/gmd:CI_Citation/gmd:citedResponsibleParty">
+          <item xpath="gmd:CI_ResponsibleParty/gmd:role/gmd:CI_RoleCode" />
+          <item xpath="gmd:CI_ResponsibleParty/gmd:organisationName"/>
+          <group name="Contact Information" xpath="gmd:CI_ResponsibleParty/gmd:contactInfo/gmd:CI_Contact/gmd:address">
+            <item xpath="gmd:CI_Address/gmd:deliveryPoint"/>
+            <item xpath="gmd:CI_Address/gmd:city"/>
+            <item xpath="gmd:CI_Address/gmd:administrativeArea"/>
+            <item xpath="gmd:CI_Address/gmd:postalCode"/>
+            <item xpath="gmd:CI_Address/gmd:country"/>
+            <item xpath="gmd:CI_Address/gmd:electronicMailAddress"/>    
+          </group>
+        </group>
+      </group>
+      
+      <group name="Reason for Resource Existance" xpath="gmd:MD_DataIdentification">
+        <item xpath="gmd:purpose"/>
+      </group>
 
-    <!-- Responsible Party -->
+      <group name="Resource Status" xpath="gmd:MD_DataIdentification">
+        <item xpath="gmd:status/gmd:MD_ProgressCode"/>
+      </group>  
 
-    <group name="Responsible Party" xpath="/gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:citation">
-     <item xpath="gmd:CI_Citation/gmd:citedResponsibleParty/gmd:CI_ResponsibleParty/gmd:role/gmd:CI_RoleCode" />
-     <group name="Who" xpath="gmd:CI_Citation/gmd:citedResponsibleParty">
-     <item xpath="gmd:CI_ResponsibleParty/gmd:individualName"/>
-     <item xpath="gmd:CI_ResponsibleParty/gmd:organisationName"/>
-     <item xpath="gmd:CI_ResponsibleParty/gmd:positionName"/>
-     </group>
- <group name="Responsible Party Contact Information" xpath="gmd:CI_Citation/gmd:citedResponsibleParty/gmd:CI_ResponsibleParty/gmd:contactInfo">
-     <group name="Telephone" xpath="gmd:CI_Contact/gmd:phone">
- <item xpath="gmd:CI_Telephone/gmd:voice" />
- <item xpath="gmd:CI_Telephone/gmd:facsimile" />
- </group>
- <group name="Address" xpath="gmd:CI_Contact/gmd:address">
-     <item xpath="gmd:CI_Address/gmd:deliveryPoint"/>
-     <item xpath="gmd:CI_Address/gmd:city"/>
-     <item xpath="gmd:CI_Address/gmd:administrativeArea"/>
-     <item xpath="gmd:CI_Address/gmd:postalCode"/>
-     <item xpath="gmd:CI_Address/gmd:country"/>
- <item xpath="gmd:CI_Address/gmd:electronicMailAddress"/>
- </group>
- </group>
- </group>
-
- <group name="Point of Contact" xpath="/gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:pointOfContact">
- <item xpath="gmd:CI_ResponsibleParty/gmd:role/gmd:CI_RoleCode"/>
- <group name="Who" xpath="gmd:CI_ResponsibleParty">
-      <item xpath="gmd:individualName"/>
-      <item xpath="gmd:organisationName"/>
-      <item xpath="gmd:positionName"/>
-   </group>
-   <group name="Contact Information" xpath="gmd:CI_ResponsibleParty/gmd:contactInfo">
-   <group name="Telphone" xpath="gmd:CI_Contact/gmd:phone">
-   <item xpath="gmd:CI_Telephone/gmd:voice"/>
-   <item xpath="gmd:CI_Telephone/gmd:facsimile"/>
-   </group>
-   <group name="Address" xpath="gmd:CI_Contact/gmd:address">
-   <item xpath="gmd:CI_Address/gmd:deliveryPoint"/>
-   <item xpath="gmd:CI_Address/gmd:city"/>
-   <item xpath="gmd:CI_Address/gmd:administrativeArea"/>
-   <item xpath="gmd:CI_Address/gmd:postalCode"/>
-   <item xpath="gmd:CI_Address/gmd:country"/>
-   <item xpath="gmd:CI_Address/gmd:electronicMailAddress"/>
-   </group>
-    </group>
-  </group>
-    
-    <group name="Constraints of Use" xpath="/gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification">
-     <group name="Legal Constraints" xpath="gmd:resourceConstraints">
-     <item xpath="gmd:MD_LegalConstraints/gmd:useLimitation"/>
-     <item xpath="gmd:MD_LegalConstraints/gmd:accessConstraints"/>
-     <item xpath="gmd:MD_LegalConstraints/gmd:useConstraints"/>
-     <item xpath="gmd:MD_LegalConstraints/otherConstraints"/>
-     </group>
-     <group name="Security Constraints" xpath="gmd:resourceConstraints">
- <item xpath="gmd:MD_SecurityConstraints/gmd:classification/gmd:MD_ClassificationCode"/>
- <item xpath="gmd:MD_SecurityConstraints/gmd:classificationSystem"/>
- <item xpath="gmd:MD_SecurityConstraints/gmd:handlingDescription"/>
-     </group>  
+      <!-- Responsible Party -->
+
+      <group name="Responsible Party" xpath="gmd:MD_DataIdentification/gmd:citation">
+        <item xpath="gmd:CI_Citation/gmd:citedResponsibleParty/gmd:CI_ResponsibleParty/gmd:role/gmd:CI_RoleCode" />
+        <group name="Who" xpath="gmd:CI_Citation/gmd:citedResponsibleParty">
+          <item xpath="gmd:CI_ResponsibleParty/gmd:individualName"/>
+          <item xpath="gmd:CI_ResponsibleParty/gmd:organisationName"/>
+          <item xpath="gmd:CI_ResponsibleParty/gmd:positionName"/>
+        </group>
+        <group name="Responsible Party Contact Information" xpath="gmd:CI_Citation/gmd:citedResponsibleParty/gmd:CI_ResponsibleParty/gmd:contactInfo">
+          <group name="Telephone" xpath="gmd:CI_Contact/gmd:phone">
+            <item xpath="gmd:CI_Telephone/gmd:voice" />
+            <item xpath="gmd:CI_Telephone/gmd:facsimile" />
+          </group>
+          <group name="Address" xpath="gmd:CI_Contact/gmd:address">
+            <item xpath="gmd:CI_Address/gmd:deliveryPoint"/>
+            <item xpath="gmd:CI_Address/gmd:city"/>
+            <item xpath="gmd:CI_Address/gmd:administrativeArea"/>
+            <item xpath="gmd:CI_Address/gmd:postalCode"/>
+            <item xpath="gmd:CI_Address/gmd:country"/>
+            <item xpath="gmd:CI_Address/gmd:electronicMailAddress"/>
+          </group>
+        </group>
+      </group>
+        
+      <group name="Point of Contact" xpath="gmd:MD_DataIdentification/gmd:pointOfContact">
+        <item xpath="gmd:CI_ResponsibleParty/gmd:role/gmd:CI_RoleCode"/>
+        <group name="Who" xpath="gmd:CI_ResponsibleParty">
+          <item xpath="gmd:individualName"/>
+          <item xpath="gmd:organisationName"/>
+          <item xpath="gmd:positionName"/>
+        </group>
+        <group name="Contact Information" xpath="gmd:CI_ResponsibleParty/gmd:contactInfo">
+          <group name="Telphone" xpath="gmd:CI_Contact/gmd:phone">
+            <item xpath="gmd:CI_Telephone/gmd:voice"/>
+            <item xpath="gmd:CI_Telephone/gmd:facsimile"/>
+          </group>
+          <group name="Address" xpath="gmd:CI_Contact/gmd:address">
+            <item xpath="gmd:CI_Address/gmd:deliveryPoint"/>
+            <item xpath="gmd:CI_Address/gmd:city"/>
+            <item xpath="gmd:CI_Address/gmd:administrativeArea"/>
+            <item xpath="gmd:CI_Address/gmd:postalCode"/>
+            <item xpath="gmd:CI_Address/gmd:country"/>
+            <item xpath="gmd:CI_Address/gmd:electronicMailAddress"/>
+          </group>
+        </group>
+      </group>
+        
+      <group name="Constraints of Use" xpath="gmd:MD_DataIdentification">
+        <group name="Legal Constraints" xpath="gmd:resourceConstraints">
+          <item xpath="gmd:MD_LegalConstraints/gmd:useLimitation"/>
+          <item xpath="gmd:MD_LegalConstraints/gmd:accessConstraints"/>
+          <item xpath="gmd:MD_LegalConstraints/gmd:useConstraints"/>
+          <item xpath="gmd:MD_LegalConstraints/otherConstraints"/>
+        </group>
+        <group name="Security Constraints" xpath="gmd:resourceConstraints">
+          <item xpath="gmd:MD_SecurityConstraints/gmd:classification/gmd:MD_ClassificationCode"/>
+          <item xpath="gmd:MD_SecurityConstraints/gmd:classificationSystem"/>
+          <item xpath="gmd:MD_SecurityConstraints/gmd:handlingDescription"/>
+        </group>  
+      </group>
+  
     </group>
-  
   </category>
 
   <!-- DataSet Information Category -->
-  <category name="DataSet Information" id="DataSetInformation" xpath="/">
-   <group name="Topic" xpath="/gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:topicCategory">
-     <item xpath="gmd:MD_TopicCategoryCode"/>
-   </group>
+  <category name="DataSet Information" id="DataSetInformation">
 
-   <group name="Resolution" xpath="/gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:spatialResolution">
-   <group name="Resolvable Distance" xpath="gmd:MD_Resolution">
-       <item xpath="gmd:distance"/>
-       <item xpath="gmd:distance/@uom"/>
+    <group type="meta" xpath="/gmd:MD_Metadata/gmd:identificationInfo">
+
+      <item name="Topic" xpath="gmd:MD_DataIdentification/gmd:topicCategory"/>
+
+      <group name="Resolution" xpath="gmd:MD_DataIdentification/gmd:spatialResolution">
+        <item name="Resolvable Distance" xpath="gmd:MD_Resolution/gmd:distance"/>
+        <!-- Does not work
+        <item xpath="gmd:MD_Resolution/gmd:distance/gco:Distance/@uom"/>
+        -->
       </group>
-   </group>
 
-   <group name="Maintenance" xpath="/gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:resourceMaintenance">
-   <item xpath="gmd:MD_MaintenanceInformation/gmd:maintenanceAndUpdateFrequency/gmd:MD_MaintenanceFrequencyCode"/>
-   </group>
+      <group name="Maintenance" xpath="gmd:MD_DataIdentification/gmd:resourceMaintenance">
+          <item xpath="gmd:MD_MaintenanceInformation/gmd:maintenanceAndUpdateFrequency/gmd:MD_MaintenanceFrequencyCode"/>
+      </group>
 
-   <!-- Format -->
-   <group name="Format" xpath="/gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:resourceFormat">
-      <item xpath="gmd:MD_Format/gmd:name"/>
-     <item xpath="gmd:MD_Format/gmd:version"/>
-      <item xpath="gmd:MD_Format/gmd:amendmentNumber"/>
-      <item xpath="gmd:MD_Format/gmd:fileDecompressionTechnique"/>
-   </group>
+      <!-- Format -->
+      <group name="Format" xpath="gmd:MD_DataIdentification/gmd:resourceFormat">
+          <item xpath="gmd:MD_Format/gmd:name"/>
+          <item xpath="gmd:MD_Format/gmd:version"/>
+          <item xpath="gmd:MD_Format/gmd:amendmentNumber"/>
+          <item xpath="gmd:MD_Format/gmd:fileDecompressionTechnique"/>
+       </group>
 
-  <!-- Temporal Extent is buggy -->
-   <group name="Temporal Extent" xpath="/gmd:MD_Metadata/gmd:identificationInfo/gmd:MD_DataIdentification/gmd:extent">
-   <!-- <item xpath="gmd:EX_Extent/gmd:description"/>  -->
-   <group name="Temporal Extent" xpath="gmd:EX_Extent/gmd:temporalElement">
-   <item xpath="gmd:EX_TemporalExtent/gmd:extent/gml:TimePeriod/gml:TimePeriodTypeCHOICE_ELEMENT2/gml:beginPosition"/>
-   <item xpath="gmd:EX_TemporalExtent/gmd:extent/gml:TimePeriod/gml:TimePeriodTypeCHOICE_ELEMENT3/gml:endPosition/@indeterminatePosition"/>
-   </group>
-   </group>
+      <!-- Temporal Extent is buggy -->
+      <!-- <item xpath="gmd:EX_Extent/gmd:description"/>  -->
+        <group name="Temporal Extent" xpath="gmd:MD_DataIdentification/gmd:extent/gmd:EX_Extent/gmd:temporalElement">
+          <item xpath="gmd:EX_TemporalExtent/gmd:extent/gml:TimePeriod/gml:TimePeriodTypeCHOICE_ELEMENT2/gml:beginPosition"/>
+          <item xpath="gmd:EX_TemporalExtent/gmd:extent/gml:TimePeriod/gml:TimePeriodTypeCHOICE_ELEMENT3/gml:endPosition/@indeterminatePosition"/>
+        </group>
+      </group>
+
  </category>
 
  <!-- Lineage Category -->
- <category name="Lineage" id="Lineage" xpath="/gmd:MD_Metadata">
+ <category name="Lineage" id="Lineage">
  <group name="Lineage Statement" xpath="/gmd:MD_Metadata/gmd:dataQualityInfo/gmd:DQ_DataQuality/gmd:lineage">
  <item xpath="gmd:LI_Lineage/gmd:statement"/>
  </group>
@@ -220,9 +181,9 @@
  <group name="Identifier" xpath="gmd:CI_Citation/gmd:identifier">
  <item xpath="gmd:MD_Identifier/gmd:code"/>
  </group>
- <group name="Resource Form" xpath="gmd:CI_Citation/gmd:presentationForm">
- <item xpath="gmd:CI_PresentationFormCode"/>
- </group>
+
+ <item name="Resource Form" xpath="gmd:CI_Citation/gmd:presentationForm"/>
+
  <item xpath="gmd:CI_Citation/gmd:purpose"/>
  <group name="Responsible Party" xpath="gmd:CI_Citation/gmd:citedResponsibleParty">
  <item xpath="gmd:CI_ResponsibleParty/gmd:role/gmd:CI_RoleCode"/>
@@ -250,7 +211,7 @@
  </category>
 
  <!-- Distribution Category -->
- <category name="Distribution" id="Distribution" xpath="/gmd:MD_Metadata">
+ <category name="Distribution" id="Distribution">
  <group name="Distributor" xpath="/gmd:MD_Metadata/gmd:distributionInfo/gmd:MD_Distribution/gmd:distributor/gmd:MD_Distributor/gmd:distributorContact">
  <item xpath="gmd:CI_ResponsibleParty/gmd:individualName"/>
  <item xpath="gmd:CI_ResponsibleParty/gmd:organisationName"/>
@@ -280,7 +241,7 @@
  </category>
 
  <!-- Spatial Info Category -->
- <category name="Spatial Info" id="SpatialInfo" xpath="/">
+ <category name="Spatial Info" id="SpatialInfo">
 
  <group name="Spatial Reference System" xpath="/gmd:MD_Metadata/gmd:referenceSystemInfo/gmd:MD_ReferenceSystem/gmd:referenceSystemIdentifier">
  <item xpath="gmd:RS_Identifier/gmd:authority/gmd:CI_Citation/gmd:title"/>
@@ -336,4 +297,49 @@
  </group>
  -->
  </category>
+
+ <!-- MetaData Category -->
+  <category name="Metadata" id="MetadataMetadata">
+    <group name="Attributes gmdFeatureType/@uuid: fails" xpath="/gmd:MD_Metadata">
+      <item xpath="gmd:featureType/@uuid"/>
+    </group>
+    <group name="Attributes Metadata" xpath="/gmd:MD_Metadata">
+      <item xpath="@id"/>
+      <item xpath="@uuid"/>
+    </group>
+    <group name="File Information" xpath="/gmd:MD_Metadata">
+      <item xpath="gmd:fileIdentifier"/>
+      <item xpath="gmd:parentIdentifier"/>
+    </group>
+    <group name="Resource Type" xpath="/gmd:MD_Metadata">
+      <item xpath="gmd:hierarchyLevel/gmd:MD_ScopeCode"/>
+      <item xpath="gmd:hierarchyLevelName"/>
+    </group>
+    <group name="Party Responsible for Metadata" xpath="/gmd:MD_Metadata/gmd:contact">
+      <item xpath="gmd:CI_ResponsibleParty/gmd:role/gmd:CI_RoleCode"/>
+      <group name="Who" xpath="gmd:CI_ResponsibleParty">
+       <item xpath="gmd:individualName"/>
+       <item xpath="gmd:organisationName"/>
+       <item xpath="gmd:positionName"/>
+      </group>
+      <group name="Contact Information" xpath="gmd:CI_ResponsibleParty/gmd:contactInfo">
+       <group name="Telphone" xpath="gmd:CI_Contact/gmd:phone">
+       <item xpath="gmd:CI_Telephone/gmd:voice"/>
+       <item xpath="gmd:CI_Telephone/gmd:facsimile"/>
+       </group>
+       <group name="Address" xpath="gmd:CI_Contact/gmd:address">
+       <item xpath="gmd:CI_Address/gmd:deliveryPoint"/>
+       <item xpath="gmd:CI_Address/gmd:city"/>
+       <item xpath="gmd:CI_Address/gmd:administrativeArea"/>
+       <item xpath="gmd:CI_Address/gmd:postalCode"/>
+       <item xpath="gmd:CI_Address/gmd:country"/>
+       <item xpath="gmd:CI_Address/gmd:electronicMailAddress"/>
+       </group>
+      </group>
+    </group>
+    <group name="Metadata Language" xpath="/gmd:MD_Metadata">
+      <item xpath="gmd:language"/>
+    </group>
+  </category>
+
 </config>


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
GeoNetwork-commit mailing list
GeoNetwork-commit@...
https://lists.sourceforge.net/lists/listinfo/geonetwork-commit
LightInTheBox - Buy quality products at wholesale price