home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 October / INTERNET108.ISO / pc / software / windows / building / xmlspy / xmlspyentcomplete5.exe / Data1.cab / _C0AB58D7F96D4C3EBDA0926CAC3F399B < prev    next >
Encoding:
Text File  |  2003-02-12  |  1.7 KB  |  47 lines

  1. <!-- ...................................................................... -->
  2. <!-- SMIL 2.0 Datatypes Module  ........................................... -->
  3. <!-- file: smil-datatypes-1.mod
  4.  
  5.      This is SMIL 2.0.
  6.  
  7.         Copyright: 1998-2001 W3C (MIT, INRIA, Keio), All Rights Reserved.
  8.         See http://www.w3.org/Consortium/Legal/.
  9.  
  10.     Author:     Jacco van Ossenbruggen
  11.         Revision:   2001/07/31  Thierry Michel  
  12.  
  13.      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
  14.  
  15.      PUBLIC "-//W3C//ENTITIES SMIL 2.0 Datatypes 1.0//EN"
  16.      SYSTEM "http://www.w3.org/2001/SMIL20/smil-datatypes-1.mod"
  17.  
  18.      ....................................................................... -->
  19.  
  20. <!-- Datatypes
  21.  
  22.      defines containers for the following datatypes, many of
  23.      these imported from other specifications and standards.
  24. -->
  25.  
  26. <!ENTITY % Character.datatype "CDATA">
  27.     <!-- a single character from [ISO10646] -->
  28. <!ENTITY % ContentType.datatype "CDATA">
  29.     <!-- media type, as per [RFC2045] -->
  30. <!ENTITY % LanguageCode.datatype "NMTOKEN">
  31.     <!-- a language code, as per [RFC1766] -->
  32. <!ENTITY % LanguageCodes.datatype "CDATA">
  33.     <!-- comma-separated list of language codes, as per [RFC1766] -->
  34. <!ENTITY % Number.datatype "CDATA">
  35.     <!-- one or more digits -->
  36. <!ENTITY % Script.datatype "CDATA">
  37.     <!-- script expression -->
  38. <!ENTITY % Text.datatype "CDATA">
  39.     <!-- used for titles etc. -->
  40. <!ENTITY % TimeValue.datatype "CDATA">
  41.     <!-- a Number, possibly with its dimension, or a reserved 
  42.          word like 'indefinite' -->
  43. <!ENTITY % URI.datatype "CDATA" >
  44.     <!-- used for URI references -->
  45.  
  46. <!-- end of smil-datatypes-1.mod -->
  47.