lib/datacite/mapping/alternate_identifier.rb in datacite-mapping-0.1.17.2 vs lib/datacite/mapping/alternate_identifier.rb in datacite-mapping-0.2.0

- old
+ new

@@ -31,8 +31,10 @@ end root_element_name 'alternateIdentifier' text_node :type, '@alternateIdentifierType' text_node :value, 'text()' + + fallback_mapping :datacite_3, :_default end end end