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

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Mon Feb 17 11:06:44 GMT 2014


Author: whalley
Date: Mon Feb 17 11:06:44 2014
New Revision: 1742

Log:
adding Description field to Points

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	Mon Feb 17 11:06:19 2014	(r1741)
+++ trunk/hepdata-xml/src/main/resources/mapping.xml	Mon Feb 17 11:06:44 2014	(r1742)
@@ -266,6 +266,9 @@
     <field name="ValueLength">
       <bind-xml name="valuelength" node="attribute"/>
     </field>     
+    <field name="Description">
+      <bind-xml name="description" node="attribute"/>
+    </field>
     <field name="Relation" type="java.lang.String" handler="cedar.hepdata.xml.RelationHandler">
       <bind-xml name="relation" node="attribute"/>
     </field>


More information about the HepData-svn mailing list