<?xml version = "1.0"?>
<!DOCTYPE ssl SYSTEM "ssl.dtd">

<!--
  Structure Specification File fuer
  http://elib.stanford.edu/Dienst/UI/2.0/SearchNF

-->
<ssl>

<!-- Regions -->

<region id="r1">
  <sd> <![CDATA['<H3>Search Results:</H3>']]> </sd>
  <ed> <![CDATA['<H3><A NAME=status>Status messages</A>:</H3>']]> </ed>
</region>

<region id="r2" restriction="r1">
  <sd> <![CDATA['<A NAME=']]> </sd>
  <ed> <![CDATA['</UL>']]> </ed>
  <content target="title" element="institution">
    <sd><![CDATA['<A NAME=']]> </sd>
    <ed><![CDATA['<UL>']]> </ed>
    <flag f="ignore_markup"/>
  </content> 
</region>	    


<!-- Elements -->

<element id="res"/>

<!--
-->
<element id="publication" parent="res" c_model="many"/>
<!--
-->
<element id="report" parent="publication" c_model="one"/>
<!--
-->
<element id="title" parent="report" c_model="one" restriction="r2" pos="1">
  <sd> <![CDATA['<LI>']]> </sd>
  <ed> <![CDATA['</i>.']]> </ed>
</element>

<element id="author" parent="report" c_model="many" pos="2">
</element>

<element id="published_by" parent="report" c_model="one" pos="3"/>
<!--
-->

<split_element id="author_name" parent="author" c_model="one"
restriction="r2" pos="1">
  <sd><ref r="title" offset="-1"/>  "." </sd>
  <sd><ref r="author_name" offset="-1"/>  "," </sd>
  <sd><ref r="author_name" offset="-5"/> " and " </sd>
  <ed> "," </ed>
  <ed> " and " </ed>
  <ed> ".  (" </ed>
  <ed> <![CDATA['<LI>']]> </ed>
  <ed> <![CDATA['</UL>']]> </ed>
  <select s="all_but_last" name="firstname"/>
  <select s="last" name="lastname"/>
</split_element>
<!--
-->
<element id="institution" parent="published_by" c_model="one">
</element>

<!--
-->
</ssl>

