S.NO |
Format |
Field Name |
Sample Data |
Config Field Definition |
Expected display value |
1 |
MARC |
Title_display |
<request>
   <user>ole-khuntley</user>
   <operation>batchIngest</operation>
   <requestDocuments>
       <ingestDocument id="1" category="work" type="bibliographic" format="marc">
           <content><![CDATA[
<collection xmlns="http://www.loc.gov/MARC21/slim">
   <record>
       <datafield tag="245" ind1="1" ind2=" ">
           <subfield code="a">LANGUAGE TEACHING : LINGUISTIC THEORY IN PRACTICE.</subfield>
         <subfield code="b">An April Shower</subfield>
          <subfield code="c">Arithmetic</subfield>
       </datafield>
     </record>
</collection>
]]>
           </content>
</ingestDocument>
</requestDocuments>
</request> |
<field id="Title_display" name="Title"Â Â type="text">
   <mapping type="custom">
       <include>245-a;b</include>
        <exclude>245-c,245-6</exclude>
      </mapping>
</field> |
LANGUAGE TEACHING : LINGUISTIC THEORY IN PRACTICE. |
2 |
 |
 |
same as above. |
<field id="Title_display" name="Title"Â Â type="text">
   <mapping type="custom">
       <include>245-b</include>
        <exclude>245-c,245-6</exclude>
      </mapping>
</field> |
An April Shower |
3 |
 |
Author_display |
<request>
 <user>ole-khuntley</user>
   <operation>batchIngest</operation>
   <requestDocuments>
       <ingestDocument id="0" category="work" type="bibliographic" format="marc">
           <content><![CDATA[<collection>
           <record>
          <datafield ind1="1" ind2="0" tag="100">
                <subfield code="a">The Muller</subfield>
               <subfield code="6">John</subfield>
            </datafield>
            <datafield ind1="1" ind2="0" tag="110">
                <subfield code="a">Ball,Philip</subfield>
            </datafield>
            </record>
            </collection>]]>
           </content>
       </ingestDocument>
   </requestDocuments>
</request> |
<field id="Author_display" name="Author/Creator"Â type="text">
    <mapping type="custom">
        <include>100-a,110-a,111-a,700-a,710-a,711-a,800- a,810-a,811-a,400-a,410-a,411-a</include>
          <exclude>100-6,110-6,111-t,700-t,710-t,711-t,800-t,810-t,811-t,400-t,410-t,411-t</exclude>
       </mapping>
</field> |
The Muller |
4 |
 |
 |
Same as above. |
<field id="Author_display" name="Author/Creator"Â type="text">
    <mapping type="custom">
        <include>110-a,111-a,700-a,710-a,711-a,800- a,810-a,811-a,400-a,410-a,411-a</include>
          <exclude>100-6,110-6,111-t,700-t,710-t,711-t,800-t,810-t,811-t,400-t,410-t,411-t</exclude>
       </mapping>
</field> |
Ball ,Philip |
5 |
 |
Publisher_display |
<request>
   <user>ole-khuntley</user>
   <operation>batchIngest</operation>
   <requestDocuments>
       <ingestDocument id="1" category="work" type="bibliographic" format="marc">
           <content><![CDATA[
<collection xmlns="http://www.loc.gov/MARC21/slim">
   <record>
    <datafield tag="260" ind1="1" ind2="0">
      <subfield code="a">Bloomington, Ind. :</subfield>
      <subfield code="b">Center for School and Community Integration</subfield>
    </datafield>
   </record>
</collection>
]]>
           </content>
</ingestDocument>
</requestDocuments>
</request> |
<field id="Publisher_display" name="Publisher" type="text">
    <mapping type="custom">
      <include>260-a;b;c</include>
         <exclude />
      </mapping>
</field> |
Bloomington, Ind. : |
6 |
 |
 |
Same as above. |
<field id="Publisher_display" name="Publisher" type="text">
    <mapping type="custom">
      <include>260-b;c</include>
         <exclude />
      </mapping>
</field> |
Center for School and Community Integration |
7 |
 |
Subject_display |
<request>
   <user>ole-khuntley</user>
   <operation>batchIngest</operation>
   <requestDocuments>
       <ingestDocument id="1" category="work" type="bibliographic" format="marc">
           <content><![CDATA[
<collection xmlns="http://www.loc.gov/MARC21/slim">
   <record>
    <datafield tag="600" ind1="1" ind2="0">
      <subfield code="a">Learning disabled children</subfield>
      <subfield code="6">Education.</subfield>
    </datafield>
    <datafield tag="610" ind1="1" ind2="0">
      <subfield code="a">Education for disable people</subfield>
      <subfield code="6">School Eduction.</subfield>
    </datafield>
    </record>
</collection>
]]>
           </content>
</ingestDocument>
</requestDocuments>
</request> |
<field id="Subject_display" name="Subject" type="text">
     <mapping type="custom">
        <include>600-a,610-a,611-a,630-a,650-a,651-a,653-a,69*-a</include>                         <exclude>600-6,610-6,611-6,630-6,650-6,651-6,653-6,69*-6</exclude>
        </mapping>
</field> |
Learning disabled children |
8 |
 |
 |
same as above. |
<field id="Subject_display" name="Subject" type="text">
     <mapping type="custom">
        <include>610-a,611-a,630-a,650-a,651-a,653-a,69*-a</include>                         <exclude>600-6,610-6,611-6,630-6,650-6,651-6,653-6,69*-6</exclude>
        </mapping>
</field> |
Education for disable people |
9 |
Dublin
Qualified |
Title_display |
<request>
   <user>ole-khuntley</user>
   <operation>batchIngest</operation>
   <requestDocuments>
          <ingestDocument id="1" category="work" type="bibliographic" format="dublin">
           <content><![CDATA[
<dublin_core schema="dc">
 <dcvalue element="contributor" qualifier="author">Neuwirth, Jessica L.</dcvalue>
 <dcvalue element="title" qualifier="none">Archaeological Investigations at the James Brice House (18AP38): A National Historic Site, 42 East Street, City of Annapolis, Anne Arundel County, Maryland</dcvalue>
</dublin_core>
               ]]>
           </content>
           <linkedIngestDocuments></linkedIngestDocuments>
       </ingestDocument>
   </requestDocuments>
</request> |
<field id="Title_display" name="Title" type="text">
   <mapping type="custom">
        <include>title</include>
          <exclude />
      </mapping>
</field> |
Archaeological Investigations at the James Brice House (18AP38): A National Historic Site, 42 East Street, City of Annapolis, Anne Arundel County, Maryland |
10 |
 |
 |
Same as above. |
<field id="Title_display" name="Title" type="text">
   <mapping type="custom">
        <include>contributor;author</include>
          <exclude />
      </mapping>
</field> |
Neuwirth, Jessica L. |
11 |
 |
Author_display |
<request>
   <user>ole-khuntley</user>
   <operation>batchIngest</operation>
   <requestDocuments>
          <ingestDocument id="1" category="work" type="bibliographic" format="dublin">
           <content><![CDATA[
<dublin_core schema="dc">
 <dcvalue element="contributor" qualifier="author">Neuwirth, Jessica L.</dcvalue>
 <dcvalue element="title" qualifier="none">Archaeological Investigations at the James Brice House (18AP38): A National Historic Site, 42 East Street, City of Annapolis, Anne Arundel County, Maryland</dcvalue>
</dublin_core>
               ]]>
           </content>
           <linkedIngestDocuments></linkedIngestDocuments>
       </ingestDocument>
   </requestDocuments>
</request> |
<field id="Author_display" name="Title" type="text">
   <mapping type="custom">
        <include>contributor;author</include>
          <exclude />
      </mapping>
</field> |
Neuwirth, Jessica L. |
12 |
 |
 |
Same as above. |
<field id="Author_display" name="Title" type="text">
   <mapping type="custom">
        <include>title</include>
          <exclude />
      </mapping>
</field> |
Archaeological Investigations at the James Brice House (18AP38): A National Historic Site, 42 East Street, City of Annapolis, Anne Arundel County, Maryland |
13 |
 |
Subject_display |
<request>
   <user>ole-khuntley</user>
   <operation>batchIngest</operation>
   <requestDocuments>
          <ingestDocument id="1" category="work" type="bibliographic" format="dublin">
           <content><![CDATA[
<dublin_core schema="dc">
 <dcvalue element="subject" qualifier="none">Archaeology</dcvalue>
 <dcvalue element="publisher" qualifier="none">Association of Research Libraries</dcvalue>
</dublin_core>
               ]]>
           </content>
           <linkedIngestDocuments></linkedIngestDocuments>
       </ingestDocument>
   </requestDocuments>
</request> |
<field id="Subject_display" name="Title" type="text">
   <mapping type="custom">
        <include>subject</include>
          <exclude />
      </mapping>
</field> |
Archaeology |
14 |
 |
 |
Same as above. |
<field id="Subject_display" name="Title" type="text">
   <mapping type="custom">
        <include>publisher</include>
          <exclude />
      </mapping>
</field> |
Association of Research Libraries |
15 |
 |
Publisher_display |
<request>
   <user>ole-khuntley</user>
   <operation>batchIngest</operation>
   <requestDocuments>
          <ingestDocument id="1" category="work" type="bibliographic" format="dublin">
           <content><![CDATA[
<dublin_core schema="dc">
 <dcvalue element="subject" qualifier="none">Archaeology</dcvalue>
 <dcvalue element="publisher" qualifier="none">Association of Research Libraries</dcvalue>
</dublin_core>
               ]]>
           </content>
           <linkedIngestDocuments></linkedIngestDocuments>
       </ingestDocument>
   </requestDocuments>
</request> |
<field id="Publisher_display" name="Title" type="text">
   <mapping type="custom">
        <include>publisher</include>
          <exclude />
      </mapping>
</field> |
Association of Research Libraries |
16 |
 |
 |
Same as above. |
<field id="Publisher_display" name="Title" type="text">
   <mapping type="custom">
        <include>subject</include>
          <exclude />
      </mapping>
</field> |
Archaeology |
17 |
Dublin
UnQualified |
Title_display |
<request>
   <user>ole-khuntley</user>
   <operation>batchIngest</operation>
   <requestDocuments>
          <ingestDocument id="1" category="work" type="bibliographic" format="dublinunq">
           <content><![CDATA[
<OAI-PMH xmlns="http://www.openarchives.org/OAI/2.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/ http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd">
 <responseDate>2010-07-25T08:14:49Z</responseDate>
 <request verb="ListRecords" metadataPrefix="oai_dc" set="hathitrust">http://quod.lib.umich.edu/cgi/o/oai/oai</request>
 <ListRecords>
 <record>
   <header>
      <identifier>oai:quod.lib.umich.edu:MIU01-000029516</identifier>
      <datestamp>2008-12-19T18:45:46Z</datestamp>
      <setSpec>hathitrust:pd</setSpec>
   </header>
   <metadata>
    <oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/dc/terms/" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
      <dc:title>U.S. Marines in Vietnam : the landing and the buildup, 1965 / by Jack Shulimson and Charles M. Johnson.</dc:title>
      <dc:creator>Shulimson, Jack.</dc:creator>
    </oai_dc:dc>
   </metadata>
</record>
</ListRecords>
</OAI-PMH>
               ]]>
           </content>
           <linkedIngestDocuments></linkedIngestDocuments>
       </ingestDocument>
   </requestDocuments>
</request> |
<field id="Title_display" name="Title" type="text">
  <mapping type="custom">
     <include>dc:title</include>
     <exclude />
   </mapping>
</field> |
U.S. Marines in Vietnam : the landing and the buildup, 1965 / by Jack Shulimson and Charles M. Johnson. |
18 |
 |
 |
Same as above. |
<field id="Title_display" name="Title" type="text">
  <mapping type="custom">
     <include>dc:creator</include>
     <exclude />
   </mapping>
</field> |
Shulimson, Jack. |
19 |
 |
Author_display |
<request>
   <user>ole-khuntley</user>
   <operation>batchIngest</operation>
   <requestDocuments>
          <ingestDocument id="1" category="work" type="bibliographic" format="dublinunq">
           <content><![CDATA[
<OAI-PMH xmlns="http://www.openarchives.org/OAI/2.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/ http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd">
 <responseDate>2010-07-25T08:14:49Z</responseDate>
 <request verb="ListRecords" metadataPrefix="oai_dc" set="hathitrust">http://quod.lib.umich.edu/cgi/o/oai/oai</request>
 <ListRecords>
 <record>
   <header>
      <identifier>oai:quod.lib.umich.edu:MIU01-000029516</identifier>
      <datestamp>2008-12-19T18:45:46Z</datestamp>
      <setSpec>hathitrust:pd</setSpec>
   </header>
   <metadata>
    <oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/dc/terms/" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
      <dc:title>U.S. Marines in Vietnam : the landing and the buildup, 1965 / by Jack Shulimson and Charles M. Johnson.</dc:title>
      <dc:creator>Shulimson, Jack.</dc:creator>
    </oai_dc:dc>
   </metadata>
</record>
</ListRecords>
</OAI-PMH>
               ]]>
           </content>
           <linkedIngestDocuments></linkedIngestDocuments>
       </ingestDocument>
   </requestDocuments>
</request> |
<field id="Author_display" name="Title" type="text">
  <mapping type="custom">
     <include>dc:creator</include>
     <exclude />
   </mapping>
</field> |
Shulimson, Jack. |
20 |
 |
 |
Same as above. |
<field id="Author_display" name="Title" type="text">
  <mapping type="custom">
     <include>dc:title</include>
     <exclude />
   </mapping>
</field> |
U.S. Marines in Vietnam : the landing and the buildup, 1965 / by Jack Shulimson and Charles M. Johnson. |
21 |
 |
Subject_display |
<request>
   <user>ole-khuntley</user>
   <operation>batchIngest</operation>
   <requestDocuments>
          <ingestDocument id="1" category="work" type="bibliographic" format="dublinunq">
           <content><![CDATA[
<OAI-PMH xmlns="http://www.openarchives.org/OAI/2.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/ http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd">
 <responseDate>2010-07-25T08:14:49Z</responseDate>
 <request verb="ListRecords" metadataPrefix="oai_dc" set="hathitrust">http://quod.lib.umich.edu/cgi/o/oai/oai</request>
 <ListRecords>
 <record>
   <header>
      <identifier>oai:quod.lib.umich.edu:MIU01-000029516</identifier>
      <datestamp>2008-12-19T18:45:46Z</datestamp>
      <setSpec>hathitrust:pd</setSpec>
   </header>
   <metadata>
    <oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/dc/terms/" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
      <dc:subject>United States.-History-Vietnam War, 1961-1975</dc:subject>
      <dc:publisher>American National Libary</dc:publisher>
    </oai_dc:dc>
   </metadata>
</record>
</ListRecords>
</OAI-PMH>
               ]]>
           </content>
           <linkedIngestDocuments></linkedIngestDocuments>
       </ingestDocument>
   </requestDocuments>
</request> |
<field id="Subject_display" name="Title" type="text">
  <mapping type="custom">
     <include>dc:subject</include>
     <exclude />
   </mapping>
</field> |
United States.-History-Vietnam War, 1961-1975 |
22 |
 |
 |
Same as above. |
<field id="Subject_display" name="Title" type="text">
  <mapping type="custom">
     <include>dc:publisher</include>
     <exclude />
   </mapping>
</field> |
American National LibarAmerican National Libaryy |
23 |
 |
Publisher_display |
<request>
   <user>ole-khuntley</user>
   <operation>batchIngest</operation>
   <requestDocuments>
          <ingestDocument id="1" category="work" type="bibliographic" format="dublinunq">
           <content><![CDATA[
<OAI-PMH xmlns="http://www.openarchives.org/OAI/2.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/ http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd">
 <responseDate>2010-07-25T08:14:49Z</responseDate>
 <request verb="ListRecords" metadataPrefix="oai_dc" set="hathitrust">http://quod.lib.umich.edu/cgi/o/oai/oai</request>
 <ListRecords>
 <record>
   <header>
      <identifier>oai:quod.lib.umich.edu:MIU01-000029516</identifier>
      <datestamp>2008-12-19T18:45:46Z</datestamp>
      <setSpec>hathitrust:pd</setSpec>
   </header>
   <metadata>
    <oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/dc/terms/" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
      <dc:subject>United States.-History-Vietnam War, 1961-1975</dc:subject>
      <dc:publisher>American National Libary</dc:publisher>
    </oai_dc:dc>
   </metadata>
</record>
</ListRecords>
</OAI-PMH>
               ]]>
           </content>
           <linkedIngestDocuments></linkedIngestDocuments>
       </ingestDocument>
   </requestDocuments>
</request> |
<field id="Publisher_display" name="Title" type="text">
  <mapping type="custom">
     <include>dc:publisher</include>
     <exclude />
   </mapping>
</field> |
American National Libary |
24 |
 |
 |
Same as above. |
<field id="Publisher_display" name="Title" type="text">
  <mapping type="custom">
     <include>dc:subject</include>
     <exclude />
   </mapping>
</field> |
United States.-History-Vietnam War, 1961-1975 |
25 |
ONIXPL |
Title_display |
<?xml version="1.0" encoding="UTF-8"?>
<request>
   <user>chuntley</user>
   <operation>batchIngest</operation>
   <requestDocuments>
      <ingestDocument id="1" category="work" type="license" format="onixpl">
         <content><![CDATA[<onix:ONIXPublicationsLicenseMessage version="1.0" datestamp="string" sourcetype="00"
                                    sourcename="LicenseMessageSourcename" xmlns:onix="http://www.editeur.org/onix-pl">
   <onix:PublicationsLicenseExpression xmlns:oxf="http://www.orbeon.com/oxf/processors"
                                       xmlns="http://www.editeur.org/onix-pl"
                                       xmlns:ev="http://www.w3.org/2001/xml-events"
                                       xmlns:onix="http://www.editeur.org/onix-pl"
                                       xmlns:xforms="http://www.w3.org/2002/xforms"
                                       xmlns:ople="http://www.editeur.org/ople"
                                       xmlns:p="http://www.orbeon.com/oxf/pipeline"
                                       xmlns:saxon="http://saxon.sf.net/"
                                       xmlns:context="java:org.orbeon.oxf.pipeline.StaticExternalContext"
                                       xmlns:xs="http://www.w3.org/2001/XMLSchema"
                                       xmlns:exist="http://exist.sourceforge.net/NS/exist"
                                       xmlns:xxforms="http://orbeon.org/oxf/xml/xforms"
                                       datestamp="20110517T082822+0100"
                                       sourcename="OPLE V1.0 Build 1.2.0"
                                       version="1.0">
       <onix:ExpressionDetail>
           <onix:ExpressionType>onixPL:LicenseTemplate</onix:ExpressionType>
           <onix:ExpressionStatus>onixPL:Draft</onix:ExpressionStatus>
           <onix:Description>JISC Collections NESLi2 Licence 2011</onix:Description>
       </onix:ExpressionDetail>
       <onix:LicenseDetail>
           <onix:LicenseIdentifier datestamp="string" sourcetype="00" sourcename="string">
               <onix:LicenseIDType datestamp="string" sourcetype="00" sourcename="string">onixPL:AgentContractNumber
               </onix:LicenseIDType>
               <onix:IDTypeName datestamp="string" sourcetype="00" sourcename="string">string</onix:IDTypeName>
               <onix:IDValue datestamp="string" sourcetype="00" sourcename="string">0104-2008</onix:IDValue>
           </onix:LicenseIdentifier>
           <onix:Description>JISC Collections NESLi2 Licence 2011</onix:Description>
       </onix:LicenseDetail>
    </onix:PublicationsLicenseExpression>
</onix:ONIXPublicationsLicenseMessage>]]>
         </content>
           <additionalAttributes>
               <type>supplemental</type>
               <status>ONIX PL: LicenseStatus</status>
               <method>license, SERU, copyright law, terms of use</method>
           </additionalAttributes>
      </ingestDocument>
   </requestDocuments>
</request> |
<field id="Title_display" name="Title" type="text">
  <mapping type="xpath">
      <include>/publicationsLicenseExpression/licenseDetail/description/value</include>
        <exclude />
    </mapping>
</field> |
JISC Collections NESLi2 Licence 2011 |
26 |
 |
 |
Same as above. |
<field id="Title_display" name="Title" type="text">
  <mapping type="xpath">
      <include>/publicationsLicenseExpression/licenseDetail/licenseIdentifier/IDValue/value</include>
        <exclude />
    </mapping>
</field> |
0104-2008 |
27 |
 |
ContractNumber_display |
<?xml version="1.0" encoding="UTF-8"?>
<request>
   <user>chuntley</user>
   <operation>batchIngest</operation>
   <requestDocuments>
      <ingestDocument id="1" category="work" type="license" format="onixpl">
         <content><![CDATA[<onix:ONIXPublicationsLicenseMessage version="1.0" datestamp="string" sourcetype="00"
                                    sourcename="LicenseMessageSourcename" xmlns:onix="http://www.editeur.org/onix-pl">
   <onix:PublicationsLicenseExpression xmlns:oxf="http://www.orbeon.com/oxf/processors"
                                       xmlns="http://www.editeur.org/onix-pl"
                                       xmlns:ev="http://www.w3.org/2001/xml-events"
                                       xmlns:onix="http://www.editeur.org/onix-pl"
                                       xmlns:xforms="http://www.w3.org/2002/xforms"
                                       xmlns:ople="http://www.editeur.org/ople"
                                       xmlns:p="http://www.orbeon.com/oxf/pipeline"
                                       xmlns:saxon="http://saxon.sf.net/"
                                       xmlns:context="java:org.orbeon.oxf.pipeline.StaticExternalContext"
                                       xmlns:xs="http://www.w3.org/2001/XMLSchema"
                                       xmlns:exist="http://exist.sourceforge.net/NS/exist"
                                       xmlns:xxforms="http://orbeon.org/oxf/xml/xforms"
                                       datestamp="20110517T082822+0100"
                                       sourcename="OPLE V1.0 Build 1.2.0"
                                       version="1.0">
       <onix:ExpressionDetail>
           <onix:ExpressionType>onixPL:LicenseTemplate</onix:ExpressionType>
           <onix:ExpressionStatus>onixPL:Draft</onix:ExpressionStatus>
           <onix:Description>JISC Collections NESLi2 Licence 2011</onix:Description>
       </onix:ExpressionDetail>
       <onix:LicenseDetail>
           <onix:LicenseIdentifier datestamp="string" sourcetype="00" sourcename="string">
               <onix:LicenseIDType datestamp="string" sourcetype="00" sourcename="string">onixPL:AgentContractNumber
               </onix:LicenseIDType>
               <onix:IDTypeName datestamp="string" sourcetype="00" sourcename="string">string</onix:IDTypeName>
               <onix:IDValue datestamp="string" sourcetype="00" sourcename="string">0104-2008</onix:IDValue>
           </onix:LicenseIdentifier>
           <onix:Description>JISC Collections NESLi2 Licence 2011</onix:Description>
       </onix:LicenseDetail>
    </onix:PublicationsLicenseExpression>
</onix:ONIXPublicationsLicenseMessage>]]>
         </content>
           <additionalAttributes>
               <type>supplemental</type>
               <status>ONIX PL: LicenseStatus</status>
               <method>license, SERU, copyright law, terms of use</method>
           </additionalAttributes>
      </ingestDocument>
   </requestDocuments>
</request> |
<field id="ContractNumber_display" name="Title" type="text">
  <mapping type="xpath">
      <include>/publicationsLicenseExpression/licenseDetail/licenseIdentifier/IDValue/value</include>
        <exclude />
    </mapping>
</field> |
0104-2008 |
28 |
 |
 |
Same as above. |
<field id="ContractNumber_display" name="Title" type="text">
  <mapping type="xpath">
      <include>/publicationsLicenseExpression/licenseDetail/description/value</include>
        <exclude />
    </mapping>
</field> |
JISC Collections NESLi2 Licence 2011 |
29 |
 |
Licensee_display |
<?xml version="1.0" encoding="UTF-8"?>
<request>
   <user>chuntley</user>
   <operation>batchIngest</operation>
   <requestDocuments>
      <ingestDocument id="1" category="work" type="license" format="onixpl">
         <content><![CDATA[<onix:ONIXPublicationsLicenseMessage version="1.0" datestamp="string" sourcetype="00"
                                    sourcename="LicenseMessageSourcename" xmlns:onix="http://www.editeur.org/onix-pl">
   <onix:Header datestamp="string" sourcetype="00" sourcename="string">
       <onix:Sender datestamp="string" sourcetype="00" sourcename="string">
           <onix:SenderIdentifier datestamp="string" sourcetype="00" sourcename="string">
               <onix:SenderIDType datestamp="string" sourcetype="00" sourcename="string">string</onix:SenderIDType>
               <onix:IDTypeName datestamp="string" sourcetype="00" sourcename="string">string</onix:IDTypeName>
               <onix:IDValue datestamp="string" sourcetype="00" sourcename="string">string</onix:IDValue>
           </onix:SenderIdentifier>
           <onix:SenderName datestamp="string" sourcetype="00" sourcename="string">SenderName1</onix:SenderName>
           <onix:SenderName datestamp="string" sourcetype="00" sourcename="string">SenderName2</onix:SenderName>
           <onix:SenderContact datestamp="string" sourcetype="00" sourcename="string">string</onix:SenderContact>
           <onix:SenderEmail datestamp="string" sourcetype="00" sourcename="string">string</onix:SenderEmail>
       </onix:Sender>
       <onix:Addressee datestamp="string" sourcetype="00" sourcename="string">
           <onix:AddresseeIdentifier datestamp="string" sourcetype="00" sourcename="string">
               <onix:AddresseeIDType datestamp="string" sourcetype="00" sourcename="string">string
               </onix:AddresseeIDType>
               <onix:IDTypeName datestamp="string" sourcetype="00" sourcename="string">string</onix:IDTypeName>
               <onix:IDValue datestamp="string" sourcetype="00" sourcename="string">string</onix:IDValue>
           </onix:AddresseeIdentifier>
           <onix:AddresseeName datestamp="string" sourcetype="00" sourcename="string">AddresseeName1
           </onix:AddresseeName>
           <onix:AddresseeName datestamp="string" sourcetype="00" sourcename="string">AddresseeName2
           </onix:AddresseeName>
           <onix:AddresseeContact datestamp="string" sourcetype="00" sourcename="string">string</onix:AddresseeContact>
           <onix:AddresseeEmail datestamp="string" sourcetype="00" sourcename="string">string</onix:AddresseeEmail>
       </onix:Addressee>
       <onix:MessageNumber datestamp="string" sourcetype="00" sourcename="string">string</onix:MessageNumber>
       <onix:MessageRepeat datestamp="string" sourcetype="00" sourcename="string">3</onix:MessageRepeat>
       <onix:SentDateTime datestamp="string" sourcetype="00" sourcename="string">string</onix:SentDateTime>
       <onix:MessageNote datestamp="string" sourcetype="00" sourcename="string">string</onix:MessageNote>
   </onix:Header>
   <onix:PublicationsLicenseExpression xmlns:oxf="http://www.orbeon.com/oxf/processors"
                                       xmlns="http://www.editeur.org/onix-pl"
                                       xmlns:ev="http://www.w3.org/2001/xml-events"
                                       xmlns:onix="http://www.editeur.org/onix-pl"
                                       xmlns:xforms="http://www.w3.org/2002/xforms"
                                       xmlns:ople="http://www.editeur.org/ople"
                                       xmlns:p="http://www.orbeon.com/oxf/pipeline"
                                       xmlns:saxon="http://saxon.sf.net/"
                                       xmlns:context="java:org.orbeon.oxf.pipeline.StaticExternalContext"
                                       xmlns:xs="http://www.w3.org/2001/XMLSchema"
                                       xmlns:exist="http://exist.sourceforge.net/NS/exist"
                                       xmlns:xxforms="http://orbeon.org/oxf/xml/xforms"
                                       datestamp="20110517T082822+0100"
                                       sourcename="OPLE V1.0 Build 1.2.0"
                                       version="1.0">
       <onix:ExpressionDetail>
           <onix:ExpressionType>onixPL:LicenseTemplate</onix:ExpressionType>
           <onix:ExpressionStatus>onixPL:Draft</onix:ExpressionStatus>
           <onix:Description>JISC Collections NESLi2 Licence 2011</onix:Description>
       </onix:ExpressionDetail>
       <onix:Definitions>
           <onix:AgentDefinition>
               <onix:AgentLabel>Licensor</onix:AgentLabel>
               <onix:AgentType>onixPL:Organization</onix:AgentType>
               <onix:AgentIdentifier>
                   <onix:AgentIDType>onixPL:CompanyRegistrationNumber</onix:AgentIDType>
                   <onix:IDValue>[Registered number]</onix:IDValue>
               </onix:AgentIdentifier>
               <onix:AgentName>
                   <onix:Name>NESLi2_Licence_2011</onix:Name>
               </onix:AgentName>
               <onix:LicenseTextLink href="Ex0003"/>
               <onix:AgentRelatedPlace>
                   <onix:AgentPlaceRelator>onixPL:PlaceOfCorporateRegistration</onix:AgentPlaceRelator>
                   <onix:RelatedPlace>LicensorPlaceOfCorporateRegistration</onix:RelatedPlace>
               </onix:AgentRelatedPlace>
               <onix:AgentRelatedPlace>
                   <onix:AgentPlaceRelator>onixPL:RegisteredAddress</onix:AgentPlaceRelator>
                   <onix:RelatedPlace>LicensorRegisteredAddress</onix:RelatedPlace>
               </onix:AgentRelatedPlace>
               <onix:AgentRelatedPlace>
                   <onix:AgentPlaceRelator>onixPL:PrincipalPlaceOfBusiness</onix:AgentPlaceRelator>
                   <onix:RelatedPlace>LicensorPrincipalPlaceOfBusiness</onix:RelatedPlace>
               </onix:AgentRelatedPlace>
           </onix:AgentDefinition>
           <onix:AgentDefinition>
               <onix:AgentLabel>Licensee</onix:AgentLabel>
               <onix:AgentType>onixPL:Organization</onix:AgentType>
               <onix:AgentName>
                   <onix:Name>JISC_Collections</onix:Name>
               </onix:AgentName>
               <onix:LicenseTextLink href="Ex0002"/>
               <onix:AgentRelatedPlace>
                   <onix:AgentPlaceRelator>onixPL:PrincipalPlaceOfBusiness</onix:AgentPlaceRelator>
                   <onix:RelatedPlace>LicenseePrincipalPlaceOfBusiness</onix:RelatedPlace>
               </onix:AgentRelatedPlace>
           </onix:AgentDefinition>
       </onix:Definitions>
   </onix:PublicationsLicenseExpression>
</onix:ONIXPublicationsLicenseMessage>]]>
         </content>
           <additionalAttributes>
               <type>supplemental</type>
               <status>ONIX PL: LicenseStatus</status>
               <method>license, SERU, copyright law, terms of use</method>
           </additionalAttributes>
      </ingestDocument>
   </requestDocuments>
</request> |
<field id="Licensee_display" name="Title" type="text">
  <mapping type="xpath">
                      <include>/publicationsLicenseExpression/definitions/agentDefinition[@agentLabel/value='Licensee']/agentName/name/value</include>
        <exclude />
    </mapping>
</field> |
JISC_Collections |
30 |
 |
 |
Same as above. |
<field id="Licensee_display" name="Title" type="text">
  <mapping type="xpath">
      <include>/publicationsLicenseExpression/definitions/agentDefinition[@agentLabel/value='Publisher'|'Licensor']/agentName/name/value
        </include>
        <exclude />
    </mapping>
</field> |
NESLi2_Licence_2011 |
31 |
 |
Licensor_display |
<?xml version="1.0" encoding="UTF-8"?>
<request>
   <user>chuntley</user>
   <operation>batchIngest</operation>
   <requestDocuments>
      <ingestDocument id="1" category="work" type="license" format="onixpl">
         <content><![CDATA[<onix:ONIXPublicationsLicenseMessage version="1.0" datestamp="string" sourcetype="00"
                                    sourcename="LicenseMessageSourcename" xmlns:onix="http://www.editeur.org/onix-pl">
   <onix:Header datestamp="string" sourcetype="00" sourcename="string">
       <onix:Sender datestamp="string" sourcetype="00" sourcename="string">
           <onix:SenderIdentifier datestamp="string" sourcetype="00" sourcename="string">
               <onix:SenderIDType datestamp="string" sourcetype="00" sourcename="string">string</onix:SenderIDType>
               <onix:IDTypeName datestamp="string" sourcetype="00" sourcename="string">string</onix:IDTypeName>
               <onix:IDValue datestamp="string" sourcetype="00" sourcename="string">string</onix:IDValue>
           </onix:SenderIdentifier>
           <onix:SenderName datestamp="string" sourcetype="00" sourcename="string">SenderName1</onix:SenderName>
           <onix:SenderName datestamp="string" sourcetype="00" sourcename="string">SenderName2</onix:SenderName>
           <onix:SenderContact datestamp="string" sourcetype="00" sourcename="string">string</onix:SenderContact>
           <onix:SenderEmail datestamp="string" sourcetype="00" sourcename="string">string</onix:SenderEmail>
       </onix:Sender>
       <onix:Addressee datestamp="string" sourcetype="00" sourcename="string">
           <onix:AddresseeIdentifier datestamp="string" sourcetype="00" sourcename="string">
               <onix:AddresseeIDType datestamp="string" sourcetype="00" sourcename="string">string
               </onix:AddresseeIDType>
               <onix:IDTypeName datestamp="string" sourcetype="00" sourcename="string">string</onix:IDTypeName>
               <onix:IDValue datestamp="string" sourcetype="00" sourcename="string">string</onix:IDValue>
           </onix:AddresseeIdentifier>
           <onix:AddresseeName datestamp="string" sourcetype="00" sourcename="string">AddresseeName1
           </onix:AddresseeName>
           <onix:AddresseeName datestamp="string" sourcetype="00" sourcename="string">AddresseeName2
           </onix:AddresseeName>
           <onix:AddresseeContact datestamp="string" sourcetype="00" sourcename="string">string</onix:AddresseeContact>
           <onix:AddresseeEmail datestamp="string" sourcetype="00" sourcename="string">string</onix:AddresseeEmail>
       </onix:Addressee>
       <onix:MessageNumber datestamp="string" sourcetype="00" sourcename="string">string</onix:MessageNumber>
       <onix:MessageRepeat datestamp="string" sourcetype="00" sourcename="string">3</onix:MessageRepeat>
       <onix:SentDateTime datestamp="string" sourcetype="00" sourcename="string">string</onix:SentDateTime>
       <onix:MessageNote datestamp="string" sourcetype="00" sourcename="string">string</onix:MessageNote>
   </onix:Header>
   <onix:PublicationsLicenseExpression xmlns:oxf="http://www.orbeon.com/oxf/processors"
                                       xmlns="http://www.editeur.org/onix-pl"
                                       xmlns:ev="http://www.w3.org/2001/xml-events"
                                       xmlns:onix="http://www.editeur.org/onix-pl"
                                       xmlns:xforms="http://www.w3.org/2002/xforms"
                                       xmlns:ople="http://www.editeur.org/ople"
                                       xmlns:p="http://www.orbeon.com/oxf/pipeline"
                                       xmlns:saxon="http://saxon.sf.net/"
                                       xmlns:context="java:org.orbeon.oxf.pipeline.StaticExternalContext"
                                       xmlns:xs="http://www.w3.org/2001/XMLSchema"
                                       xmlns:exist="http://exist.sourceforge.net/NS/exist"
                                       xmlns:xxforms="http://orbeon.org/oxf/xml/xforms"
                                       datestamp="20110517T082822+0100"
                                       sourcename="OPLE V1.0 Build 1.2.0"
                                       version="1.0">
       <onix:ExpressionDetail>
           <onix:ExpressionType>onixPL:LicenseTemplate</onix:ExpressionType>
           <onix:ExpressionStatus>onixPL:Draft</onix:ExpressionStatus>
           <onix:Description>JISC Collections NESLi2 Licence 2011</onix:Description>
       </onix:ExpressionDetail>
       <onix:Definitions>
           <onix:AgentDefinition>
               <onix:AgentLabel>Licensor</onix:AgentLabel>
               <onix:AgentType>onixPL:Organization</onix:AgentType>
               <onix:AgentIdentifier>
                   <onix:AgentIDType>onixPL:CompanyRegistrationNumber</onix:AgentIDType>
                   <onix:IDValue>[Registered number]</onix:IDValue>
               </onix:AgentIdentifier>
               <onix:AgentName>
                   <onix:Name>NESLi2_Licence_2011</onix:Name>
               </onix:AgentName>
               <onix:LicenseTextLink href="Ex0003"/>
               <onix:AgentRelatedPlace>
                   <onix:AgentPlaceRelator>onixPL:PlaceOfCorporateRegistration</onix:AgentPlaceRelator>
                   <onix:RelatedPlace>LicensorPlaceOfCorporateRegistration</onix:RelatedPlace>
               </onix:AgentRelatedPlace>
               <onix:AgentRelatedPlace>
                   <onix:AgentPlaceRelator>onixPL:RegisteredAddress</onix:AgentPlaceRelator>
                   <onix:RelatedPlace>LicensorRegisteredAddress</onix:RelatedPlace>
               </onix:AgentRelatedPlace>
               <onix:AgentRelatedPlace>
                   <onix:AgentPlaceRelator>onixPL:PrincipalPlaceOfBusiness</onix:AgentPlaceRelator>
                   <onix:RelatedPlace>LicensorPrincipalPlaceOfBusiness</onix:RelatedPlace>
               </onix:AgentRelatedPlace>
           </onix:AgentDefinition>
           <onix:AgentDefinition>
               <onix:AgentLabel>Licensee</onix:AgentLabel>
               <onix:AgentType>onixPL:Organization</onix:AgentType>
               <onix:AgentName>
                   <onix:Name>JISC_Collections</onix:Name>
               </onix:AgentName>
               <onix:LicenseTextLink href="Ex0002"/>
               <onix:AgentRelatedPlace>
                   <onix:AgentPlaceRelator>onixPL:PrincipalPlaceOfBusiness</onix:AgentPlaceRelator>
                 <onix:RelatedPlace>LicenseePrincipalPlaceOfBusiness</onix:RelatedPlace>
               </onix:AgentRelatedPlace>
           </onix:AgentDefinition>
       </onix:Definitions>
   </onix:PublicationsLicenseExpression>
</onix:ONIXPublicationsLicenseMessage>]]>
         </content>
           <additionalAttributes>
               <type>supplemental</type>
               <status>ONIX PL: LicenseStatus</status>
               <method>license, SERU, copyright law, terms of use</method>
           </additionalAttributes>
      </ingestDocument>
   </requestDocuments>
</request> |
<field id="Licensor_display" name="Title" type="text">
  <mapping type="xpath">
      <include>/publicationsLicenseExpression/licenseDetail/description/value</include>
        <exclude />
    </mapping>
</field> |
NESLi2_Licence_2011 |
32 |
 |
 |
Same as above. |
<field id="Licensor_display" name="Title" type="text">
  <mapping type="xpath">
      <include>/publicationsLicenseExpression/definitions/agentDefinition[@agentLabel/value='Publisher'|'Licensor']/agentName/name/value
        </include>
        <exclude />
    </mapping>
</field> |
JISC_Collections |