Oxford University Press Text Capture Instructions

 

Metadata

Capture metadata on the root level (in bookMeta, docMeta, regMeta, caseMeta, or, if chapter or e are the root, in metaInfo). Capture metadata also at the lower levels chapter, e, and part within books in a metaInfo. Capture metadata on miscMatter, bibliography, and appendix using metaInfo if they are in the frontMatter or endMatter.

To contain metadata, each OUP DTD uses an element such as bookMeta or docMeta as the child of the root element. Within this, create a metaItem element that includes the name of the root element in the about attribute.

For lower level elements chapter,e, and part create a metaItem within metaInfo that includes the name of the element in the about attribute.

For miscMatter, appendix, and bibliography elements in the frontMatter or endMatter, create a metaItem within metaInfo that includes the name of the element in the about attribute.

For lower level document elements create a metaItem within docMeta that includes the name of the element in the about attribute.

/book/bookMeta/metaItem[@about = "book"]
//chapter/metaInfo/metaItem[@about = "chapter"]
//e/metaInfo/metaItem[@about = "e"]
/regGroup/regMeta/metaItem[@about = "regGroup"]
/case/caseMeta/metaItem[@about = "case"]
/document/docMeta/metaItem[@about = "document"]
//part/metaInfo/metaItem[@about="part"]
//(frontMatter|endMatter)/miscMatter/metaInfo/metaItem[@about="miscMatter"]
//(frontMatter|endMatter)/appendix/metaInfo/metaItem[@about="appendix"]
//(frontMatter|endMatter)/bibliography/metaInfo/metaItem[@about="bibliography"]

DTD name

Root level metadata element

OxChapML

bookMeta (or metaInfo if root or level is chapter or part)

OxEncyclML

bookMeta (or metaInfo if root or level is e or part)

OxStructML

docMeta (with regMeta for legal metadata)

OxLawML

regMeta

OxLawRepML

caseMeta

For all other chunks that are not the root, metaInfo is the appropriate element.

Metadata at book level


<bookMeta>
<metaItem about="book"><metaItem about="DTD">
<metaDescribes predicate="DTDname">OxChapML</metaDescribes></metaItem><metaItem about="TCIgroup">
<metaItem about="TCI">
<metaDescribes predicate="TCIname">OUP TCI</metaDescribes>
<metaDescribes predicate="version">20130403.0</metaDescribes>
</metaItem></metaItem><metaDescribes predicate="product">OSO</metaDescribes><metaDescribes predicate="publishing-group">AcTrade-UK</metaDescribes><metaDescribes predicate="product-grouping">history</metaDescribes><metaDescribes predicate="captured-by">Newgen</metaDescribes>
</metaItem>
</bookMeta>

Metadata at chapter level


<metaInfo id="he-9780199595310-chapter-1-metaInfo-1">
<creatorGroup><creator class="author" invertedForm="Berry, Elspeth">
<forenames>Elspeth</forenames>
<surname>Berry</surname>
</creator><creator class="author" invertedForm="Homewood, Matthew J.">
<forenames>Matthew
J.</forenames>
<surname>Homewood</surname>
</creator><creator class="author" invertedForm="Bogusz, Barbara">
<forenames>Barbara</forenames>
<surname>Bogusz</surname>
</creator>
</creatorGroup>
<abstract><p>Titles in the Complete series combine extracts from a wide range of primary materials
with clear explanatory text to provide readers with a complete introductory resource.
This chapter discusses the history of the European Union. It covers the historical
rationale for the EU; the aims of the EU; the four stages of economic integration;
economic and political difficulties; expansion of membership; institutional
developments; legal developments; closer European integration; the Single European Act
(1986); regional development; social policy; the Treaty on European Union (1992);
economic and monetary union; the Treaty of Amsterdam (1997); the Charter of Fundamental
Rights; the Treaty of Nice (2001); and the Lisbon Treaty (2007).</p>
</abstract>
<keySubjectWords><keyword>economic integration</keyword><keyword>membership</keyword><keyword>institutional development</keyword><keyword>European integration</keyword><keyword>Single European Act</keyword><keyword>European Union</keyword><keyword>monetary union</keyword><keyword>Treaty of Amsterdam</keyword><keyword>Lisbon Treaty</keyword><keyword>Fundamental Rights</keyword>
</keySubjectWords>
<metaItem about="chapter"><metaItem about="DTD">
<metaDescribes predicate="DTDname">OxChapML</metaDescribes></metaItem><metaItem about="TCIgroup">
<metaItem about="TCI">
<metaDescribes predicate="TCIname">OUP TCI</metaDescribes>
<metaDescribes predicate="version">20130605.0</metaDescribes>
</metaItem></metaItem><metaDescribes predicate="product">OHEO</metaDescribes><metaDescribes predicate="publishing-group">HE-UK</metaDescribes><metaDescribes predicate="captured-by">Newgen</metaDescribes>
</metaItem>
</metaInfo>

Metadata at miscMatter level


<miscMatter id="oso-9780199679669-miscMatter-4">
<metaInfo id="oso-9780199679669-miscMatter-4-metaInfo-1"><creatorGroup>
<creator class="author" invertedForm="Chiang, Allan">
<forenames>Allan</forenames>
<surname>Chiang</surname>
</creator></creatorGroup><metaItem about="miscMatter">
<metaItem about="DTD">
<metaDescribes predicate="DTDname">OxChapML</metaDescribes>
</metaItem>
<metaItem about="TCIgroup">
<metaItem about="TCI">
<metaDescribes predicate="TCIname">OUP TCI</metaDescribes>
<metaDescribes predicate="version">20140702.0</metaDescribes>
</metaItem>
</metaItem>
<metaDescribes predicate="product">OSO</metaDescribes>
<metaDescribes predicate="publishing-group">Law-UK</metaDescribes>
<metaDescribes predicate="captured-by">SPI</metaDescribes></metaItem>
</metaInfo>
<textMatter><!--...--></textMatter>
</miscMatter>
Example showing miscMatter requiring metaInfo with 2 authors at beginning

<miscMatter id="oso-9780199895458-miscMatter-4" class="preface">
<metaInfo id="oso-9780199895458-miscMatter-4-metaInfo-1"><creatorGroup>
<creator class="author" invertedForm="Moorey, Peter">
<forenames>Peter</forenames>
<surname>Moorey</surname>
</creator>
<creator class="author" invertedForm="Williamson, James">
<forenames>James</forenames>
<surname>Williamson</surname>
</creator></creatorGroup><metaItem about="miscMatter">
<metaItem about="DTD">
<metaDescribes predicate="DTDname">OxChapML</metaDescribes>
</metaItem>
<metaItem about="TCIgroup">
<metaItem about="TCI">
<metaDescribes predicate="TCIname">OUP TCI</metaDescribes>
<metaDescribes predicate="version">20160302.0</metaDescribes>
</metaItem>
</metaItem>
<metaDescribes predicate="product">OSO</metaDescribes>
<metaDescribes predicate="publishing-group">Law-UK</metaDescribes>
<metaDescribes predicate="captured-by">SPI</metaDescribes></metaItem>
</metaInfo>
<titleGroup><title>
<p>Preface</p></title><creatorInfo>
<p>By <nameGrp role="author" foreNames="Peter" mainName="Moorey">Peter Moorey</nameGrp>
and <nameGrp role="author" foreNames="James" mainName="Williamson">James
Williamson</nameGrp>
</p></creatorInfo>
</titleGroup>
<textMatter><p>The scholar invited to be the...</p>
</textMatter>
</miscMatter>
Example showing miscMatter requiring metaInfo with author at end

<miscMatter id="oso-9780199895458-miscMatter-5" class="foreword">
<metaInfo id="oso-9780199895458-miscMatter-5-metaInfo-1"><creatorGroup>
<creator class="author" invertedForm="Delacroix, Fiona">
<forenames>Fiona</forenames>
<surname>Delacroix</surname>
</creator></creatorGroup><metaItem about="miscMatter">
<metaItem about="DTD">
<metaDescribes predicate="DTDname">OxChapML</metaDescribes>
</metaItem>
<metaItem about="TCIgroup">
<metaItem about="TCI">
<metaDescribes predicate="TCIname">OUP TCI</metaDescribes>
<metaDescribes predicate="version">20160302.0</metaDescribes>
</metaItem>
</metaItem>
<metaDescribes predicate="product">OSO</metaDescribes>
<metaDescribes predicate="publishing-group">Law-UK</metaDescribes>
<metaDescribes predicate="captured-by">SPI</metaDescribes></metaItem>
</metaInfo>
<titleGroup><title>
<p>Foreword</p></title>
</titleGroup>
<textMatter><p>This text is written for an LL.M. preparatory course that...</p><p>
<nameGrp role="author" foreNames="Fiona" mainName="Delacroix">Fiona
Delacroix</nameGrp>
</p>
</textMatter>
</miscMatter>

Metadata at appendix level


<appendix display="online" doi="10.1093/med/9780199673643.005.0030" id="med-9780199673643-appendix-0030">
<metaInfo id="med-9780199673643-metaInfo-1"><creatorGroup>
<creator class="author" invertedForm="Morton, Alison">
<forenames>Alison</forenames>
<surname>Morton</surname>
</creator>
<creator class="author" invertedForm="Narayan, Harini">
<forenames>Harini</forenames>
<surname>Narayan</surname>
</creator></creatorGroup><metaItem about="appendix">
<metaItem about="DTD">
<metaDescribes predicate="DTDname">OxChapML</metaDescribes>
</metaItem>
<metaItem about="TCIgroup">
<metaItem about="TCI">
<metaDescribes predicate="TCIname">OUP TCI</metaDescribes>
<metaDescribes predicate="version">20140702.0</metaDescribes>
</metaItem>
</metaItem>
<metaDescribes predicate="product">OXMEDO</metaDescribes>
<metaDescribes predicate="publishing-group">Medicine US</metaDescribes>
<metaDescribes predicate="captured-by">Newgen</metaDescribes></metaItem>
</metaInfo>
<titleGroup id="med-9780199673643-titleGroup-572"><title>
<p>
<enumerator>1.</enumerator> Role of the midwife in the care of high-risk
pregnancies</p></title><creatorInfo>
<p>
<nameGrp foreNames="Alison" mainName="Morton" role="author">Alison Morton</nameGrp>
and <nameGrp foreNames="Harini" mainName="Narayan" role="author">Harini
Narayan</nameGrp>
</p></creatorInfo>
</titleGroup>
<!--...-->
</appendix>
Release ID:
20260304
ID:
OUP_Structured_Text_TCI_topic_2_2
Author:
dunnm
Last changed:
Wed, 04 Jun 2025
Modified by:
buckmasm
Revision#:
4400