[UPS] Draft DTD

Mark Doyle doyle@aps.org
Mon, 6 Dec 1999 17:40:03 -0500


--Apple-Mail-1293689901-1
content-type: text/enriched; charset=us-ascii
content-transfer-encoding: quoted-printable

<fontfamily><param>Helvetica</param>Greetings,


Yes, I have been quite tardy is getting this out. Sorry about that. =
Attached is a draft DTD for the OAMS, called appropriately enough =
oams.dtd. The DTD is quite simple. Please look it over and comment. A =
record complying with the DTD is also attached.


Several issues should be discussed here:


1) What entities for special characters (if any) to use? I lifted the =
set from the MathML DTD which I think is rather complete for what we are =
doing here. They can be downloaded from =
http://www.nag.co.uk/projects/openmath/mml-files/mml101ents.html


2) Should we create an OAMS XML namespace?


Cheers,

Mark


</fontfamily>=

--Apple-Mail-1293689901-1
content-type: application/octet-stream; x-unix-mode=0644; name=oams.dtd
content-transfer-encoding: 7bit

<!-- Open Archives Metadata Set (OAMS) -->
<!-- This DTD can be used to represent the elements of the
     Open Archives Metadata Set-->
    
<!-- Draft version 0.1, Mark Doyle Dec 6, 1999 -->

<!-- Questions: What entity sets should we use?
                Create an OAMS namespace?
-->

<!-- Dates are to be in encoded using the "Complete Date" variant of
     ISO8601-->

<!ENTITY % doctype "oams">

<!ELEMENT %doctype; (title, accession, displayId*, fullId, author+,
                     abstract?,subject*,comment*,discovery)>

<!ELEMENT title (#PCDATA)>

<!ELEMENT accession EMPTY>
<!ATTLIST accession date CDATA #REQUIRED>

<!ELEMENT displayId (#PCDATA)>

<!ELEMENT fullId (#PCDATA)>

<!ELEMENT author (#PCDATA)>

<!ELEMENT abstract (#PCDATA)>

<!ELEMENT subject (#PCDATA)>

<!ELEMENT comment (#PCDATA)>

<!ELEMENT discovery EMPTY>
<!ATTLIST discovery date CDATA #REQUIRED>

<!-- ENTITY sets - lifted from MathML DTD -->
<!-- ISO 9573-13 -->
<!ENTITY % ent-isoamsa SYSTEM "isoamsa.ent" >
%ent-isoamsa;
<!ENTITY % ent-isoamsb SYSTEM "isoamsb.ent" >
%ent-isoamsb;
<!ENTITY % ent-isoamsc SYSTEM "isoamsc.ent" >
%ent-isoamsc;
<!ENTITY % ent-isoamsn SYSTEM "isoamsn.ent" >
%ent-isoamsn;
<!ENTITY % ent-isoamso SYSTEM "isoamso.ent" >
%ent-isoamso;
<!ENTITY % ent-isoamsr SYSTEM "isoamsr.ent" >
%ent-isoamsr;
<!ENTITY % ent-isogrk3 SYSTEM "isogrk3.ent" >
%ent-isogrk3;
<!ENTITY % ent-isogrk4 SYSTEM "isogrk4.ent" >
%ent-isogrk4;
<!ENTITY % ent-isomfrk SYSTEM "isomfrk.ent" >
%ent-isomfrk;
<!ENTITY % ent-isomopf SYSTEM "isomopf.ent" >
%ent-isomopf;
<!ENTITY % ent-isomscr SYSTEM "isomscr.ent" >
%ent-isomscr;
<!ENTITY % ent-isotech SYSTEM "isotech.ent" >
%ent-isotech;
<!-- ISO 8879 -->
<!ENTITY % ent-isobox SYSTEM "isobox.ent" >
%ent-isobox;
<!ENTITY % ent-isocyr1 SYSTEM "isocyr1.ent" >
%ent-isocyr1;
<!ENTITY % ent-isocyr2 SYSTEM "isocyr2.ent" >
%ent-isocyr2;
<!ENTITY % ent-isodia SYSTEM "isodia.ent" >
%ent-isodia;
<!ENTITY % ent-isogrk1 SYSTEM "isogrk1.ent" >
%ent-isogrk1;
<!ENTITY % ent-isogrk2 SYSTEM "isogrk2.ent" >
%ent-isogrk2;
<!ENTITY % ent-isolat1 SYSTEM "isolat1.ent" >
%ent-isolat1;
<!ENTITY % ent-isolat2 SYSTEM "isolat2.ent" >
%ent-isolat2;
<!ENTITY % ent-isonum SYSTEM "isonum.ent" >
%ent-isonum;
<!ENTITY % ent-isopub SYSTEM "isopub.ent" >
%ent-isopub;
<!-- MathML aliases for characters defined above -->
<!ENTITY % ent-mmlalias SYSTEM "mmlalias.ent" >
%ent-mmlalias;
<!-- MathML new characters -->
<!ENTITY % ent-mmlextra SYSTEM "mmlextra.ent" >
%ent-mmlextra;
<!-- end of ENTITY sets -->

--Apple-Mail-1293689901-1
content-type: application/octet-stream; x-unix-mode=0644; name=test.xml
content-transfer-encoding: quoted-printable

<?xml version=3D"1.0"?>
<!DOCTYPE oams SYSTEM "oams.dtd">
<oams>
<title>Dilaton Contact Terms in the Bosonic and Heterotic
Strings</title>
<accession date=3D"1992-01-30"/>
<displayId>http://arXiv.org/abs/hep-th/9201076</displayId>
<fullId>arXiv:hep-th:9201076</fullId>
<author>Mark Doyle</author>
<abstract>Dilaton contact terms in the bosonic and heterotic strings are =
examined following the recent work of Distler and Nelson on the bosonic =
and semirigid strings. In the bosonic case dilaton two-point functions =
on the sphere are calculated as a stepping stone to constructing a good =
coordinate family for dilaton calculations on higher genus surfaces. It =
is found that dilaton-dilaton contact terms are improperly normalized, =
suggesting that the interpretation of the
dilaton as the first variation of string coupling breaks down when other =
dilatons are present. It seems likely that this can be attributed to the =
tachyon divergence found in Ref 1. For the heterotic case, it is found =
that there is no tachyon divergence and that the dilaton contact terms =
are properly normalized. Thus, a dilaton equation analogous to the one =
in topological gravity is derived and the interpretation of the dilaton =
as the string coupling constant goes through.</abstract>
<subject>High Energy Physics - Theory</subject>
<comment>Nucl. Phys. B381 (1992) 158-200</comment>
<discovery date=3D"1999-12-06"/>
</oams>

--Apple-Mail-1293689901-1--