<?xml version="1.0" encoding="UTF-8" standalone="yes"?>  <!-- encoding must be UTF-8 -->
<!--
A list of library's electronic subscriptions, to aid in linking to the
library.  Print holdings are not required, though they may help the
linking party show more links to the library.

This file usually lives on a library's website.  Common practice is to
generate it daily from link resolver's internal configuration files.

The limit is 1MB per holdings file but there may be several files -
see http://scholar.google.com/scholar/institutional_links.xml .
Please also consider gzip compression, especially if you're hosting
holdings for many libraries (the 1MB limit is before compression).
-->
<!DOCTYPE institutional_holdings PUBLIC "-//GOOGLE//Institutional Holdings 1.0//EN" "http://scholar.google.com/scholar/institutional_holdings.dtd">
<institutional_holdings>

  <!-- A typical library has several hundred subscriptions. -->
  <item type="electronic">  <!-- electronic or print; default is electronic -->

    <!-- Journal or book title - REQUIRED. -->
    <title>Journal of Prosimian Dialectical Reasoning</title>

    <!-- ISSN - OPTIONAL. -->
    <issn>0123-4567</issn>

    <!-- ISBN - OPTIONAL. -->
    <!-- <isbn>0-901690-54-6</isbn> -->

    <!-- Subscription range - REPEATED; absense of subscription ranges -->
    <!-- means "from volume 1 and still receiving". -->
    <coverage>

      <!-- First volume of subscription - OPTIONAL; default is "from volume 1". -->
      <from>
        <!-- start year of subscription - REQUIRED -->
        <year>1971</year>
        <!-- start month of subscription - OPTIONAL; default is 1 -->
        <month>1</month>
        <!-- volume number - OPTIONAL -->
        <volume>12</volume>
        <!-- issue number - OPTIONAL -->
        <issue>1</issue>
      </from>

      <!-- Last volume of subscription - OPTIONAL; default is "still receiving". -->
      <to>
        <!-- end year of subscription - REQUIRED -->
        <year>1999</year>
        <!-- end month of subscription - OPTIONAL; default is 12 -->
        <month>12</month>
        <!-- volume number - OPTIONAL -->
        <volume>36</volume>
        <!-- issue number - OPTIONAL -->
        <issue>11</issue>
      </to>

      <!-- Embargo on recent or old content - OPTIONAL, default is "none". -->
      <!-- Alternatively, you can encode this in the <from>/<to> fields.  -->
      <embargo>
        <!-- Last six months are NOT available - OPTIONAL. -->
        <days_not_available>180</days_not_available>
        <!-- Only last year is available - OPTIONAL. -->
        <days_available>360</days_available>
      </embargo>

      <!-- The number of libraries holding this subscription range. -->
      <!-- Used for national library catalogs, not individual libraries. -->
      <!-- OPTIONAL, default is "1". -->
      <!-- <num_libraries>12</num_libraries> -->

      <!-- Free form explanation for exceptional cases - OPTIONAL. -->
      <comment>Only abstracts available for volume 15 issue 7.</comment>

    </coverage>

  </item>

  <!-- ... other items ... -->

</institutional_holdings>
