Chapters and Articles
Capture a chapter of a book in an element book-part book-part-type="chapter" and an article in an element book-part book-part-type="collection-article" or book-part book-part-type="reference-article".
/book/book-body//book-part[@book-part-type="chapter"] /book/book-body//book-part[@book-part-type="collection-article"] /book/book-body//book-part[@book-part-type="reference-article"] /book-part-wrapper/book-part[@book-part-type="chapter"] /book-part-wrapper/book-part[@book-part-type="collection-article"] /book-part-wrapper/book-part[@book-part-type="reference-article"]
Article in its own XML file
When a separate file for a chapter or article is requested by OUP, capture the book-part element as a child of a root book-part-wrapper element.
Capture an empty book-meta element alongside it.
In the metadata for the chapter or article, include a link to the parent book or collection (see Related content). If the articles are grouped into Parts, also include a link to the parent Part, with linkType="isPartOf". The object-id attribute value in this link is the DOI of the Part captured in the book skeleton.
<book-part-wrapper xml:lang="eng">
<book-meta/>
<book-part book-part-type="collection-article" id="isbn-9780190936419-book-part-10">
<book-part-meta>
<book-part-id book-part-id-type="doi"><!-- ... --></book-part-id>
<title-group><!-- ... --></title-group>
<contrib-group><!-- ... --></contrib-group>
<related-object document-type="book" document-id-type="isbn13"
document-id="9780190936419" link-type="isPartOf"/>
<related-object document-type="book" document-id-type="isbn13"
document-id="9780190936419" object-type="part"
object-id-type="doi" object-id="10.1093/9780190936419.003.0004"
link-type="isPartOf"/>
</book-part-meta>
<body>
<!-- ... content of article ... -->
</body>
</book-part>
</book-part-wrapper>