PeerJ / jats-conversion

Conversion and validation for JATS XML
MIT License
51 stars 29 forks source link

Fix JATS affiliations unbounded vs Crossref maxOccurs=5 #158

Closed michaelstoner closed 6 years ago

michaelstoner commented 6 years ago

The Crossref Schema Version 4.4.1 (current) defines a person affiliation as:

<xsd:element ref="affiliation" minOccurs="0" maxOccurs="5"/>

Where as JATS the affiliation are unbounded.