org.symbian.tools.wrttools/bin/org/w3c/css/util/xml/xhtml-modularization/xhtml-notations-1.mod
changeset 28 98245459a023
parent 27 71bee9e379ef
child 29 315b47abf7f3
equal deleted inserted replaced
27:71bee9e379ef 28:98245459a023
     1 <!-- ...................................................................... -->
       
     2 <!-- XHTML Notations Module  .............................................. -->
       
     3 <!-- file: xhtml-notations-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-notations-1.mod,v 1.1 2004-02-23 16:11:21 ylafon Exp $
       
     8 
       
     9      This DTD module is identified by the PUBLIC and SYSTEM identifiers:
       
    10 
       
    11        PUBLIC "-//W3C//NOTATIONS XHTML Notations 1.0//EN"
       
    12        SYSTEM "http://www.w3.org/TR/xhtml-modularization/DTD/xhtml-notations-1.mod"
       
    13 
       
    14      Revisions:
       
    15      (none)
       
    16      ....................................................................... -->
       
    17 
       
    18 <!-- Notations
       
    19 
       
    20      defines the following notations, many of these imported from
       
    21      other specifications and standards. When an existing FPI is
       
    22      known, it is incorporated here.
       
    23 -->
       
    24 
       
    25 <!-- XML Notations ..................................... -->
       
    26 <!-- SGML and XML Notations ............................ -->
       
    27 
       
    28 <!-- W3C XML 1.0 Recommendation -->
       
    29 <!NOTATION w3c-xml
       
    30      PUBLIC "ISO 8879//NOTATION Extensible Markup Language (XML) 1.0//EN" >
       
    31 
       
    32 <!-- XML 1.0 CDATA -->
       
    33 <!NOTATION cdata
       
    34      PUBLIC "-//W3C//NOTATION XML 1.0: CDATA//EN" >
       
    35 
       
    36 <!-- SGML Formal Public Identifiers -->
       
    37 <!NOTATION fpi
       
    38      PUBLIC "ISO 8879:1986//NOTATION Formal Public Identifier//EN" >
       
    39 
       
    40 <!-- XHTML Notations ................................... -->
       
    41 
       
    42 <!-- Length defined for cellpadding/cellspacing -->
       
    43 
       
    44 <!-- nn for pixels or nn% for percentage length -->
       
    45 <!NOTATION length
       
    46     PUBLIC "-//W3C//NOTATION XHTML Datatype: Length//EN" >
       
    47 
       
    48 <!-- space-separated list of link types -->
       
    49 <!NOTATION linkTypes
       
    50     PUBLIC "-//W3C//NOTATION XHTML Datatype: LinkTypes//EN" >
       
    51 
       
    52 <!-- single or comma-separated list of media descriptors -->
       
    53 <!NOTATION mediaDesc
       
    54     PUBLIC "-//W3C//NOTATION XHTML Datatype: MediaDesc//EN" >
       
    55 
       
    56 <!-- pixel, percentage, or relative -->
       
    57 <!NOTATION multiLength
       
    58     PUBLIC "-//W3C//NOTATION XHTML Datatype: MultiLength//EN" >
       
    59 
       
    60 <!-- one or more digits (NUMBER) -->
       
    61 <!NOTATION number
       
    62     PUBLIC "-//W3C//NOTATION XHTML Datatype: Number//EN" >
       
    63 
       
    64 <!-- integer representing length in pixels -->
       
    65 <!NOTATION pixels
       
    66     PUBLIC "-//W3C//NOTATION XHTML Datatype: Pixels//EN" >
       
    67 
       
    68 <!-- script expression -->
       
    69 <!NOTATION script
       
    70     PUBLIC "-//W3C//NOTATION XHTML Datatype: Script//EN" >
       
    71 
       
    72 <!-- textual content -->
       
    73 <!NOTATION text
       
    74     PUBLIC "-//W3C//NOTATION XHTML Datatype: Text//EN" >
       
    75 
       
    76 <!-- Imported Notations ................................ -->
       
    77 
       
    78 <!-- a single character from [ISO10646] -->
       
    79 <!NOTATION character
       
    80     PUBLIC "-//W3C//NOTATION XHTML Datatype: Character//EN" >
       
    81 
       
    82 <!-- a character encoding, as per [RFC2045] -->
       
    83 <!NOTATION charset
       
    84     PUBLIC "-//W3C//NOTATION XHTML Datatype: Charset//EN" >
       
    85 
       
    86 <!-- a space separated list of character encodings, as per [RFC2045] -->
       
    87 <!NOTATION charsets
       
    88     PUBLIC "-//W3C//NOTATION XHTML Datatype: Charsets//EN" >
       
    89 
       
    90 <!-- media type, as per [RFC2045] -->
       
    91 <!NOTATION contentType
       
    92     PUBLIC "-//W3C//NOTATION XHTML Datatype: ContentType//EN" >
       
    93 
       
    94 <!-- comma-separated list of media types, as per [RFC2045] -->
       
    95 <!NOTATION contentTypes
       
    96     PUBLIC "-//W3C//NOTATION XHTML Datatype: ContentTypes//EN" >
       
    97 
       
    98 <!-- date and time information. ISO date format -->
       
    99 <!NOTATION datetime
       
   100     PUBLIC "-//W3C//NOTATION XHTML Datatype: Datetime//EN" >
       
   101 
       
   102 <!-- a language code, as per [RFC3066] -->
       
   103 <!NOTATION languageCode
       
   104     PUBLIC "-//W3C//NOTATION XHTML Datatype: LanguageCode//EN" >
       
   105 
       
   106 <!-- a Uniform Resource Identifier, see [URI] -->
       
   107 <!NOTATION uri
       
   108     PUBLIC "-//W3C//NOTATION XHTML Datatype: URI//EN" >
       
   109 
       
   110 <!-- a space-separated list of Uniform Resource Identifiers, see [URI] -->
       
   111 <!NOTATION uris
       
   112     PUBLIC "-//W3C//NOTATION XHTML Datatype: URIs//EN" >
       
   113 
       
   114 <!-- end of xhtml-notations-1.mod -->