home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 October / INTERNET108.ISO / pc / software / windows / building / xmlspy / xmlspyentcomplete5.exe / Data1.cab / _2CA5F50EF77A4E959BE47096D406B731 < prev    next >
Encoding:
Text File  |  2003-01-03  |  4.1 KB  |  163 lines

  1. <!-- TEI P4 DTD. Generated 2002-05-19T13:31:02+01:00 by odd2dtd.xsl -->
  2.  
  3. <!-- 14.: Linking, Segmentation and Alignment-->
  4. <!--Text Encoding Initiative Consortium:
  5. Guidelines for Electronic Text Encoding and Interchange.
  6. Document TEI P4, 2002.
  7. Copyright (c) 2002 TEI Consortium. Permission to copy in any form
  8. is granted, provided this notice is included in all copies.
  9. These materials may not be altered; modifications to these DTDs should
  10. be performed only as specified by the Guidelines, for example in the
  11. chapter entitled 'Modifying the TEI DTD'
  12. These materials are subject to revision by the TEI Consortium. Current versions
  13. are available from the Consortium website at http://www.tei-c.org-->
  14. <!-- 14.1.3: Links-->
  15. <!ENTITY % link 'INCLUDE' >
  16. <![ %link; [
  17.  
  18. <!ELEMENT %n.link; %om.RO; EMPTY > 
  19. <!ATTLIST %n.link;
  20.       %a.global;
  21.       %a.pointer;
  22.       targets IDREFS #REQUIRED
  23.       TEIform CDATA 'link'  >
  24. ]]>  
  25. <!ENTITY % linkGrp 'INCLUDE' >
  26. <![ %linkGrp; [
  27.  
  28. <!ELEMENT %n.linkGrp; %om.RR;  (%n.link; | %n.ptr; | %n.xptr;)+ > 
  29. <!ATTLIST %n.linkGrp;
  30.       %a.global;
  31.       %a.pointerGroup;
  32.       TEIform CDATA 'linkGrp'  >
  33. ]]>  
  34. <!-- end of 14.1.3-->
  35. <!-- 14.2.1: Extended pointers-->
  36. <!ENTITY % xref 'INCLUDE' >
  37. <![ %xref; [
  38.  
  39. <!ELEMENT %n.xref; %om.RO; %paraContent;> 
  40. <!ATTLIST %n.xref;
  41.       %a.global;
  42.       %a.xPointer;
  43.       TEIform CDATA 'xref'  >
  44. ]]>  
  45. <!ENTITY % xptr 'INCLUDE' >
  46. <![ %xptr; [
  47.  
  48. <!ELEMENT %n.xptr; %om.RO; EMPTY> 
  49. <!ATTLIST %n.xptr;
  50.       %a.global;
  51.       %a.xPointer;
  52.       TEIform CDATA 'xptr'  >
  53. ]]>  
  54. <!-- end of 14.2.1-->
  55. <!-- 14.3: Blocks, Segments and Anchors-->
  56. <!ENTITY % anchor 'INCLUDE' >
  57. <![ %anchor; [
  58.  
  59. <!ELEMENT %n.anchor; %om.RO; EMPTY> 
  60. <!ATTLIST %n.anchor;
  61.       %a.global;
  62.       %a.typed;
  63.       TEIform CDATA 'anchor'  >
  64. ]]>  
  65. <!ENTITY % seg 'INCLUDE' >
  66. <![ %seg; [
  67.  
  68. <!ELEMENT %n.seg; %om.RR;  %paraContent;> 
  69. <!ATTLIST %n.seg;
  70.       %a.global;
  71.       %a.seg;
  72.       subtype CDATA #IMPLIED
  73.       TEIform CDATA 'seg'  >
  74. ]]>  
  75. <!ENTITY % ab 'INCLUDE' >
  76. <![ %ab; [
  77.  
  78. <!ELEMENT %n.ab; %om.RR;  %paraContent;> 
  79. <!ATTLIST %n.ab;
  80.       %a.global;
  81.       %a.typed;
  82.       part (Y | N | I | M | F) "N"
  83.       TEIform CDATA 'ab'  >
  84. ]]>  
  85. <!-- end of 14.3-->
  86. <!-- 14.5.2: Temporal specification-->
  87. <!ENTITY % when 'INCLUDE' >
  88. <![ %when; [
  89.  
  90. <!ELEMENT %n.when; %om.RO; EMPTY> 
  91. <!ATTLIST %n.when;
  92.       %a.global;
  93.       absolute CDATA #IMPLIED
  94.       unit CDATA %INHERITED;
  95.       interval CDATA %INHERITED;
  96.       since IDREF #IMPLIED
  97.       TEIform CDATA 'when'  >
  98. ]]>  
  99. <!ENTITY % timeline 'INCLUDE' >
  100. <![ %timeline; [
  101.  
  102. <!ELEMENT %n.timeline; %om.RR;  (%n.when;)+> 
  103. <!ATTLIST %n.timeline;
  104.       %a.global;
  105.       origin IDREF #REQUIRED
  106.       unit NMTOKEN #IMPLIED
  107.       interval CDATA #IMPLIED
  108.       TEIform CDATA 'timeline'  >
  109. ]]>  
  110. <!-- end of 14.5.2-->
  111. <!-- 14.7: Aggregation-->
  112. <!ENTITY % join 'INCLUDE' >
  113. <![ %join; [
  114.  
  115. <!ELEMENT %n.join; %om.RO; EMPTY> 
  116. <!ATTLIST %n.join;
  117.       %a.global;
  118.       %a.pointer;
  119.       targets IDREFS #REQUIRED
  120.       result CDATA %INHERITED;
  121.       desc CDATA %INHERITED;
  122.       scope (root | branches) "root"
  123.       TEIform CDATA 'join'  >
  124. ]]>  
  125. <!ENTITY % joinGrp 'INCLUDE' >
  126. <![ %joinGrp; [
  127.  
  128. <!ELEMENT %n.joinGrp; %om.RR;  (((%n.join;) | %n.ptr; | %n.xptr;)*)> 
  129. <!ATTLIST %n.joinGrp;
  130.       %a.global;
  131.       %a.pointerGroup;
  132.       result CDATA #IMPLIED
  133.       desc CDATA #IMPLIED
  134.       TEIform CDATA 'joinGrp'  >
  135. ]]>  
  136. <!-- end of 14.7-->
  137. <!-- 14.8: Alternation-->
  138. <!ENTITY % alt 'INCLUDE' >
  139. <![ %alt; [
  140.  
  141. <!ELEMENT %n.alt; %om.RO; EMPTY> 
  142. <!ATTLIST %n.alt;
  143.       %a.global;
  144.       %a.pointer;
  145.       targets IDREFS #REQUIRED
  146.       mode (excl|incl) %INHERITED;
  147.       weights CDATA #IMPLIED
  148.       wScale (perc|real) %INHERITED;
  149.       TEIform CDATA 'alt'  >
  150. ]]>  
  151. <!ENTITY % altGrp 'INCLUDE' >
  152. <![ %altGrp; [
  153.  
  154. <!ELEMENT %n.altGrp; %om.RR;  (((%n.alt;) | %n.ptr; | %n.xptr;)*)> 
  155. <!ATTLIST %n.altGrp;
  156.       %a.global;
  157.       %a.pointerGroup;
  158.       mode (excl|incl) "excl"
  159.       wScale (perc|real) "perc"
  160.       TEIform CDATA 'altGrp'  >
  161. ]]>  
  162. <!-- end of 14.8-->
  163. <!-- end of 14.-->