Main  History  Search  Repository tree

[BACK] Return to monte_mecha_02_it_1581.xml CVS log [TXT][DIR] Up to [CVSROOT] / texts / archimedes / xml

Colored diff for /texts/archimedes/xml/Attic/monte_mecha_02_it_1581.xml between version 1.9 and 1.10

version 1.9, 2002/07/23 15:32:10 version 1.10, 2002/07/23 15:37:18
Line 1 
Line 1 
 <?xml version="1.0"?> <?xml version="1.0"?>
 <!DOCTYPE archimedes SYSTEM "../dtd/archimedes.dtd"> <!DOCTYPE archimedes [
  
  <!-- footnotes and margnotes get yanked out of their
  
  
  <p>s, repl. by <arrow>, -->
  <!-- and moved to own p.  -->
  
  <!ELEMENT foot.target
          (#PCDATA)  >
  <!-- e.g. number in front of a footnote -->
  
  <!ATTLIST foot.target
          id ID #REQUIRED
          n CDATA #IMPLIED >
  
  
  <!ELEMENT margin.target
          (#PCDATA)  >
  
  <!ATTLIST margin.target
          id ID #REQUIRED
          n CDATA #IMPLIED >
  
  <!ELEMENT table.target
          (#PCDATA)  >
  
  <!ATTLIST table.target
          id ID #REQUIRED
          n CDATA #IMPLIED >
  
  <!ELEMENT arrow.to.target
          (#PCDATA)*  >
  
  <!ATTLIST arrow.to.target
          symbol          CDATA #IMPLIED
          id                 ID #IMPLIED
          n                 CDATA #IMPLIED
          xlink:type      (simple)        #FIXED "simple"
          xlink:href      CDATA           #IMPLIED>
  
  <!-- reference to removed figure/note. contains mark in text. -->
  <!-- n attribute contains id of referent target -->
  <!-- Can marginalia ever have referring marks in text? -->
  
  
  <!ELEMENT archimedes
          (info, text) >
  
  
  <!ATTLIST archimedes
          id ID #IMPLIED
          xmlns:xlink     CDATA           #FIXED "http://www.w3.org/1999/xlink"
          n CDATA #IMPLIED >
  
  
  <!ELEMENT author
          (#PCDATA) >
  
  
  <!ATTLIST author
          id ID #IMPLIED
          n CDATA #IMPLIED >
  
  
  <!ELEMENT back
          ( section | pb?)+ >
  
  <!ATTLIST back
          id ID #IMPLIED
          n CDATA #IMPLIED
          type CDATA #IMPLIED>
  
  
  <!ELEMENT body
         (chap, pb?)+ >
  
  <!ATTLIST body
          id ID #IMPLIED
          n CDATA #IMPLIED >
  
  
  <!ELEMENT chap
          (  p | pb | figure | table)+ >
  
  
  <!ATTLIST chap
          id ID #IMPLIED
          n CDATA #IMPLIED
          type CDATA #IMPLIED>
  
  
  <!ELEMENT chunk
          (#PCDATA) >
  
  
  <!ATTLIST chunk
          id ID #IMPLIED
          n CDATA #IMPLIED
          unit CDATA #IMPLIED >
  
  <!ELEMENT date
          (#PCDATA) >
  
  
  <!ATTLIST date
          id ID #IMPLIED
          n CDATA #IMPLIED >
  
  <!ELEMENT editor
          (#PCDATA) >
  
  
  <!ATTLIST editor
          id ID #IMPLIED
          n CDATA #IMPLIED >
  
  <!ELEMENT emph
           EMPTY>
  
  
  <!ATTLIST emph
          type (italics|bold|sup|sub|over|smallcaps|center|roman|ul|quote|other) "italics"
          id ID #IMPLIED
          n CDATA #IMPLIED>
  
  <!ELEMENT emph.end
           EMPTY>
  
  <!-- the type attrib. here shld be entitized -->
  <!ATTLIST emph.end
          type (italics|bold|sup|sub|over|smallcaps|center|roman|ul|quote|other) "italics"
          id ID #IMPLIED
          n CDATA #IMPLIED>
  
  
  <!ELEMENT expan
          (#PCDATA | foot.target|margin.target|arrow.to.target|pb|lb|emph|emph.end|gap)* >
  
  
  <!ATTLIST expan
          id ID #IMPLIED
          n CDATA #IMPLIED
          abbr CDATA #IMPLIED
          type CDATA #IMPLIED >
  
  
  <!ELEMENT figure
          (#PCDATA) >
  
  <!ATTLIST figure
          id ID #IMPLIED
          place (margin|text) "text"
          xlink:type      (simple)        #FIXED "simple"
          xlink:href      CDATA           #IMPLIED>
  
  
  <!ELEMENT foreign
         (#PCDATA | expan | foot.target|margin.target|arrow.to.target|pb|lb|emph|emph.end|gap)* >
  
  
  <!ATTLIST foreign
          id ID #IMPLIED
          n CDATA #IMPLIED
          lang CDATA #IMPLIED>
  
  <!-- <foreign> for text within sentences not in the main lang of the text -->
  <!--    or for text within non-default-lang higher elements  -->
  <!ELEMENT front
          ( section | pb?)+ >
  
  <!ATTLIST front
          id ID #IMPLIED
          n CDATA #IMPLIED
          type CDATA #IMPLIED>
  
  <!ELEMENT gap
          EMPTY >
  
  <!ATTLIST gap
          id ID #IMPLIED
          n CDATA #IMPLIED
          desc CDATA #IMPLIED>
  
  <!-- gap is a catch-all tag employed at Perseus and in the TEI to isolate -->
  <!-- uncertain DE markup. It appears here for continuity's sake. -->
  
  
  <!ELEMENT info
          (author, title, date, place, editor, publisher, translator, lang, chunk,locator) >
  <!-- how many of these should be required? -->
  <!-- what about bringing in line with dublin core? -->
  
  <!ATTLIST info
          id ID #IMPLIED
          n CDATA #IMPLIED >
  
  
  
  <!ELEMENT lang
          (#PCDATA) >
  
  
  <!ATTLIST lang
          id ID #IMPLIED
          n CDATA #IMPLIED >
  
  <!ELEMENT lb         EMPTY                              >
  
  <!ATTLIST lb
            ed                 CDATA               #IMPLIED
            id                 ID                  #IMPLIED
             n                  CDATA               #IMPLIED>
            
  <!-- <lb> occurs at
  
  <s> level and at <p> level  -->
  <!-- <lb> at end of
  
  <s> must be placed after </s> -->
  
  <!-- unrecognized symbols will appear inline acc. to special conventions.  -->
  <!--   (as in DE specs) -->
  
  <!-- emph and and emph.end are elements that are quer to the xml structure -->
  
  <!ELEMENT locator       (#PCDATA)   >
  
  <!ATTLIST locator
          id ID #IMPLIED
          n CDATA #IMPLIED >
  
  <!ELEMENT p
  
         (s |  pb|lb|emph|emph.end|gap )+ >
  
  
  <!ATTLIST p
          id ID #IMPLIED
          n CDATA #IMPLIED
          type (main|marked|foot|margin|list|head|caption) "main" >
  <!-- captions go in paragr's immediately after figure, with arrow.to.target -->
  
  <!-- pb can occur within p but NOT at the start or end -->
  
  
  <!ELEMENT pb
          EMPTY >
  
  
  <!ATTLIST pb
          ed CDATA #IMPLIED
          id ID #IMPLIED
          n CDATA #IMPLIED
          xlink:type      (simple)        #FIXED "simple"
          xlink:href      CDATA           #IMPLIED
          pagenum CDATA #IMPLIED>
  
  <!-- the "ed"  attribute gives the edition in which the page break occurs. If no -->
  <!-- edition is given, it is assumed to be that given in info -->
  <!-- pagenum gives the page number actually printed on the page.  -->
  <!-- n gives the page number numbered consecutively from page 1 of text. -->
  <!-- pb can occur inside
  
  <s> etc. and inside <p> and inside <chap> -->
  <!-- <pb> at end of <p> must be placed after </p> -->
  
  
  <!ELEMENT place
          (#PCDATA) >
  
  
  <!ATTLIST place
          id ID #IMPLIED
          n CDATA #IMPLIED >
  
  
  
  <!ELEMENT publisher
          (#PCDATA)* >
  
  
  <!ATTLIST publisher
          id ID #IMPLIED
          n CDATA #IMPLIED >
  
  
  <!ELEMENT s
  
  (#PCDATA| figure |foreign | expan | foot.target|margin.target|arrow.to.target|pb|lb|emph|emph.end|gap)* >
  
  
  <!ATTLIST s
          id ID #IMPLIED
          n CDATA #IMPLIED >
  
  <!ELEMENT section
          ( p | pb | figure)+ >
  
  
  <!ATTLIST section
          id ID #IMPLIED
          n CDATA #IMPLIED
          type CDATA #IMPLIED>
  
  <!ELEMENT table
          ( table.target?,  (row, pb?)+ ) >
  
  <!-- order is now:
  <table><table.target/><row>...</row><pb>
  i.e. <table> is equiv. to <p type=margin>
   -->
  <!ATTLIST table
          id ID #IMPLIED
          n CDATA #IMPLIED >
  
  <!ELEMENT row
          ( cell+ ) >
  
  <!ATTLIST row
          id ID #IMPLIED
          n CDATA #IMPLIED >
  
  <!ELEMENT cell
          (#PCDATA| foreign | expan | foot.target|margin.target|arrow.to.target|pb|lb|emph|emph.end|gap)* >
  
  <!ATTLIST cell
          id ID #IMPLIED
          n CDATA #IMPLIED >
  
  <!ELEMENT text
          (pb?, front, pb?, body, pb?, back) >
  
  <!-- if front and back are going to be optional, then pb can be allowed to -->
  <!-- occur only within front body back.  -->
  
  
  <!ATTLIST text
          type CDATA #IMPLIED
          id ID #IMPLIED
          n CDATA #IMPLIED>
  
  
  <!ELEMENT title
          (#PCDATA) >
  
  <!ATTLIST title
          id ID #IMPLIED
          n CDATA #IMPLIED
          type CDATA #IMPLIED >
  
  <!ELEMENT translator
          (#PCDATA)* >
  
  <!ATTLIST translator
          id ID #IMPLIED
          n CDATA #IMPLIED >
  
  <!ENTITY shy "[-]">
  
  
  
  
  
  
  <!ENTITY aacute "[aacute]">
  <!ENTITY aelig "[aelig]">
  <!ENTITY agrave "[agrave]">
  <!ENTITY amacr "[amacr]">
  <!ENTITY amp "[amp]">
  <!ENTITY atilde "[atilde]">
  <!ENTITY auml "[auml]">
  <!ENTITY eacute "[eacute]">
  <!ENTITY egrave "[egrave]">
  <!ENTITY emacr "[emacr]">
  <!ENTITY etilde "[etilde]">
  <!ENTITY euml "[euml]">
  <!ENTITY gt "[gt]">
  <!ENTITY iacute "[iacute]">
  <!ENTITY igrave "[igrave]">
  <!ENTITY imacr "[imacr]">
  <!ENTITY lbrk "[lbrk]">
  <!ENTITY ldquo "[ldquo]">
  <!ENTITY longs "[longs]">
  <!ENTITY lt "[lt]">
  <!ENTITY ograve "[ograve]">
  <!ENTITY otilde "[otilde]">
  <!ENTITY rdquo "[rdquo]">
  <!ENTITY sacute "[sacute]">
  <!ENTITY shy "[shy]">
  <!ENTITY szlig "[szlig]">
  <!ENTITY ugrave "[ugrave]">
  <!ENTITY umacr "[umacr]">
  <!ENTITY utilde "[utilde]">
  
  
  ]>
  
 <archimedes> <archimedes>
 <info> <info>


Legend:
Removed from v.1.9 
changed lines
 Added in v.1.10