<?xml version="1.0" encoding="UTF-8"?>

<!--   Author: Drew Burton   Date: 6/14/2006 

Content:  DTD for Digital Mathematics Registry data
Contact:  Drew Burton, American Methematical Society, drb@ams.org

Revision History:

-->

<!ELEMENT dmr_data (dmr_source+)>
<!-- The DMR data file contains a listing of DMR Sources-->

<!ELEMENT dmr_source (src_abbrev, src_title, src_url, dmr_journal+>)>
<!-- Sources contain abbreviations, titles, URLs and journals-->

<!ELEMENT src_abbrev (#PCDATA)>
<!-- The abbreviation for the source-->

<!ELEMENT src_name (#PCDATA)>
<!-- The name for the source-->

<!ELEMENT src_url (#PCDATA)>
<!-- The URL for the source-->

<!ELEMENT dmr_journal (jour_title, jour_url, jour_access, jour_years, jour_comment)>
<!-- Journals have a title, url, access info, mr_years, and other info -->

<!ELEMENT jour_title (#PCDATA)>
<!-- Title of this journal -->

<!ELEMENT jour_url (#PCDATA)>
<!-- URL for this journal at this source -->

<!ELEMENT jour_access (#PCDATA)>
<!-- Currently either "Free" or "Subscription" -->

<!ELEMENT jour_years (#PCDATA)>
<!-- Years of coverage for this journal at this source -->

<!ELEMENT jour_comment (#PCDATA)>
<!--  Other information about this journal -->

