Browse Source

[v1.1/datacite] Rename creator property

Renaming creator property 'creatorNameType' to
the exact Datacite naming scheme 'nameType' to
avoid different mappings between datacite and
its odml export as much as possible.
M. Sonntag 4 years ago
parent
commit
ff13de7715
1 changed files with 1 additions and 1 deletions
  1. 1 1
      v1.1/datareference/datacite.xml

+ 1 - 1
v1.1/datareference/datacite.xml

@@ -45,7 +45,7 @@
                     <definition>The full name of the creator.</definition>
                 </property>
                 <property>
-                    <name>creatorNameType</name>
+                    <name>nameType</name>
                     <type>string</type>
                     <value>[Organizational, Personal (default)]</value>
                     <definition>The type of name</definition>