External PDF Files in Cases
Capture external PDF files as an attribute of the child fileRef element.
judgment/fileRef[@fileFormat and @fileName]
The fileName attribute contains the name of the input PDF file, and the fileFormat attribute the format of the referenced file (value "pdf").
Example call out
<judgment type="orig" xml:lang="heb">
<fileRef fileFormat="pdf" fileName="04IL002J.pdf"/>
</judgment>
Call out side by side with XML
<judgmentGrp>
<judgment type="trans" xml:lang="eng"><textMatter>
<div1 id="law-iic-5-2001-div1-38">
<titleGroup>
<title>
<p>Ulovsky LCJ</p>
</title>
</titleGroup>
<div2 id="law-iic-5-2001-div2-15">
<p>
<enumerator>1</enumerator>These proceedings result... </p>
</div2>
</div1></textMatter>
</judgment>
<judgment type="orig" xml:lang="rus"><fileRef fileFormat="pdf" fileName="01RU005J.pdf"/>
</judgment>
</judgmentGrp>
The judgment element must carry type and xml:lang attributes.