Open
Description
For SE field 'Paper number' there is an issue with the crosswalks in that for type Working Paper as well as sending the intended:
<mods:identifier type="paper_number">paper number test 2</mods:identifier>
it is also sending an unwanted:
<mods:relatedItem type="host">
<mods:part>
<mods:detail type="article">
<mods:number>paper number test 2</mods:number>
</mods:detail>
</mods:part>
It is a surprisingly difficult thing to correct. In the short term, is this a problem? Or since mods:number
is not in the data model for Working Paper will it float about in the ether not causing a problem?