org.symbian.tools.wrttools/bin/org/w3c/css/util/xml/xhtml-modularization/xhtml-datatypes-1.mod
changeset 28 98245459a023
parent 27 71bee9e379ef
child 29 315b47abf7f3
equal deleted inserted replaced
27:71bee9e379ef 28:98245459a023
     1 <!-- ...................................................................... -->
       
     2 <!-- XHTML Datatypes Module  .............................................. -->
       
     3 <!-- file: xhtml-datatypes-1.mod
       
     4 
       
     5      This is XHTML, a reformulation of HTML as a modular XML application.
       
     6      Copyright 1998-2001 W3C (MIT, INRIA, Keio), All Rights Reserved.
       
     7      Revision: $Id: xhtml-datatypes-1.mod,v 1.1 2004-02-23 16:11:21 ylafon Exp $ SMI
       
     8 
       
     9      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
       
    10 
       
    11        PUBLIC "-//W3C//ENTITIES XHTML Datatypes 1.0//EN"
       
    12        SYSTEM "http://www.w3.org/TR/xhtml-modularization/DTD/xhtml-datatypes-1.mod"
       
    13 
       
    14      Revisions:
       
    15      (none)
       
    16      ....................................................................... -->
       
    17 
       
    18 <!-- Datatypes
       
    19 
       
    20      defines containers for the following datatypes, many of
       
    21      these imported from other specifications and standards.
       
    22 -->
       
    23 
       
    24 <!-- Length defined for cellpadding/cellspacing -->
       
    25 
       
    26 <!-- nn for pixels or nn% for percentage length -->
       
    27 <!ENTITY % Length.datatype "CDATA" >
       
    28 
       
    29 <!-- space-separated list of link types -->
       
    30 <!ENTITY % LinkTypes.datatype "NMTOKENS" >
       
    31 
       
    32 <!-- single or comma-separated list of media descriptors -->
       
    33 <!ENTITY % MediaDesc.datatype "CDATA" >
       
    34 
       
    35 <!-- pixel, percentage, or relative -->
       
    36 <!ENTITY % MultiLength.datatype "CDATA" >
       
    37 
       
    38 <!-- one or more digits (NUMBER) -->
       
    39 <!ENTITY % Number.datatype "CDATA" >
       
    40 
       
    41 <!-- integer representing length in pixels -->
       
    42 <!ENTITY % Pixels.datatype "CDATA" >
       
    43 
       
    44 <!-- script expression -->
       
    45 <!ENTITY % Script.datatype "CDATA" >
       
    46 
       
    47 <!-- textual content -->
       
    48 <!ENTITY % Text.datatype "CDATA" >
       
    49 
       
    50 <!-- Imported Datatypes ................................ -->
       
    51 
       
    52 <!-- a single character from [ISO10646] -->
       
    53 <!ENTITY % Character.datatype "CDATA" >
       
    54 
       
    55 <!-- a character encoding, as per [RFC2045] -->
       
    56 <!ENTITY % Charset.datatype "CDATA" >
       
    57 
       
    58 <!-- a space separated list of character encodings, as per [RFC2045] -->
       
    59 <!ENTITY % Charsets.datatype "CDATA" >
       
    60 
       
    61 <!-- Color specification using color name or sRGB (#RRGGBB) values -->
       
    62 <!ENTITY % Color.datatype "CDATA" >
       
    63 
       
    64 <!-- media type, as per [RFC2045] -->
       
    65 <!ENTITY % ContentType.datatype "CDATA" >
       
    66 
       
    67 <!-- comma-separated list of media types, as per [RFC2045] -->
       
    68 <!ENTITY % ContentTypes.datatype "CDATA" >
       
    69 
       
    70 <!-- date and time information. ISO date format -->
       
    71 <!ENTITY % Datetime.datatype "CDATA" >
       
    72 
       
    73 <!-- formal public identifier, as per [ISO8879] -->
       
    74 <!ENTITY % FPI.datatype "CDATA" >
       
    75 
       
    76 <!-- a language code, as per [RFC3066] -->
       
    77 <!ENTITY % LanguageCode.datatype "NMTOKEN" >
       
    78 
       
    79 <!-- a Uniform Resource Identifier, see [URI] -->
       
    80 <!ENTITY % URI.datatype "CDATA" >
       
    81 
       
    82 <!-- a space-separated list of Uniform Resource Identifiers, see [URI] -->
       
    83 <!ENTITY % URIs.datatype "CDATA" >
       
    84 
       
    85 <!-- end of xhtml-datatypes-1.mod -->