plugins/org.w3c.css/bin/org/w3c/css/util/xml/xhtml-modularization/xhtml-param-1.mod
changeset 476 20536eb3b9ff
parent 475 77edd0cbdfe0
child 477 b616697678bf
equal deleted inserted replaced
475:77edd0cbdfe0 476:20536eb3b9ff
     1 <!-- ...................................................................... -->
       
     2 <!-- XHTML Param Element Module  ..................................... -->
       
     3 <!-- file: xhtml-param-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-param-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//ELEMENTS XHTML Param Element 1.0//EN"
       
    12        SYSTEM "http://www.w3.org/TR/xhtml-modularization/DTD/xhtml-param-1.mod"
       
    13 
       
    14      Revisions:
       
    15      (none)
       
    16      ....................................................................... -->
       
    17 
       
    18 <!-- Parameters for Java Applets and Embedded Objects
       
    19 
       
    20         param
       
    21 
       
    22      This module provides declarations for the param element,
       
    23      used to provide named property values for the applet
       
    24      and object elements.
       
    25 -->
       
    26 
       
    27 <!-- param: Named Property Value ....................... -->
       
    28 
       
    29 <!ENTITY % param.element  "INCLUDE" >
       
    30 <![%param.element;[
       
    31 <!ENTITY % param.content  "EMPTY" >
       
    32 <!ENTITY % param.qname  "param" >
       
    33 <!ELEMENT %param.qname;  %param.content; >
       
    34 <!-- end of param.element -->]]>
       
    35 
       
    36 <!ENTITY % param.attlist  "INCLUDE" >
       
    37 <![%param.attlist;[
       
    38 <!ATTLIST %param.qname;
       
    39       %XHTML.xmlns.attrib;
       
    40       %id.attrib;
       
    41       name         CDATA                    #REQUIRED
       
    42       value        CDATA                    #IMPLIED
       
    43       valuetype    ( data | ref | object )  'data'
       
    44       type         %ContentType.datatype;   #IMPLIED
       
    45 >
       
    46 <!-- end of param.attlist -->]]>
       
    47 
       
    48 <!-- end of xhtml-param-1.mod -->