[HepData-svn] r1836 - trunk/hepdata-xml/src/main/resources

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Thu Dec 4 16:53:12 GMT 2014


Author: watt
Date: Thu Dec  4 16:53:12 2014
New Revision: 1836

Log:
Add status Action to mapping.xml

Modified:
   trunk/hepdata-xml/src/main/resources/mapping.xml

Modified: trunk/hepdata-xml/src/main/resources/mapping.xml
==============================================================================
--- trunk/hepdata-xml/src/main/resources/mapping.xml	Thu Nov 20 15:38:23 2014	(r1835)
+++ trunk/hepdata-xml/src/main/resources/mapping.xml	Thu Dec  4 16:53:12 2014	(r1836)
@@ -38,6 +38,14 @@
     <field name="RedId">
       <bind-xml name="redId" node="attribute"/>
     </field>
+<!--
+    <field name="Version">
+    <bind-xml name="version" node="attribute"/>
+    </field>
+    <field name="LatestVersion">
+    <bind-xml name="latestversion" node="attribute"/>
+    </field>
+-->
     <field name="Title">
       <bind-xml name="title" node="element"/>
     </field>
@@ -113,6 +121,9 @@
 <!--      <bind-xml name="comment" node="element"/> -->
       <bind-xml name="when" node="attribute"/>
     </field>
+    <field name="Action">
+      <bind-xml name="what" node="attribute"/>
+    </field>
   </class>
 
 
@@ -145,6 +156,9 @@
     <field name="Id">
       <bind-xml name="datasetId" node="attribute"/>
     </field>
+    <field name="DataType">
+      <bind-xml name="datatype" node="attribute"/>
+    </field>
     <field name="Comments" type="java.lang.String" collection="vector" set-method="addComment" get-method="getComments">
       <bind-xml name="comment" node="element"/>
     </field>


More information about the HepData-svn mailing list