|
[HepData-svn] r1825 - trunk/hepdata-xml/src/main/resourcesblackhole at projects.hepforge.org blackhole at projects.hepforge.orgThu Oct 23 14:41:57 BST 2014
Author: whalley Date: Thu Oct 23 14:41:57 2014 New Revision: 1825 Log: adding DataType for use in correlation type data etc. 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 Oct 23 14:40:43 2014 (r1824) +++ trunk/hepdata-xml/src/main/resources/mapping.xml Thu Oct 23 14:41:57 2014 (r1825) @@ -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> @@ -145,6 +153,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 |