applayerprotocols/wapbase/Tdtd/DTDs/si.dtd
changeset 0 b16258d2340f
child 29 099ef125a1a4
equal deleted inserted replaced
-1:000000000000 0:b16258d2340f
       
     1 <!--
       
     2 Service Indication (SI) Document Type Definition.
       
     3 
       
     4 Copyright Wireless Application Protocol Forum Ltd., 1998,1999.
       
     5                       All rights reserved.  
       
     6 
       
     7 SI is an XML language.  Typical usage:
       
     8    <?xml version="1.0"?>
       
     9    <!DOCTYPE si PUBLIC "-//WAPFORUM//DTD SI 1.0//EN"
       
    10                 "http://www.wapforum.org/DTD/si.dtd">
       
    11    <si>
       
    12    ...
       
    13    </si>
       
    14 
       
    15 Terms and conditions of use are available from the Wireless 
       
    16 Application Protocol Forum Ltd. web site at
       
    17 http://www.wapforum.org/docs/copyright.htm.
       
    18 -->
       
    19 
       
    20 
       
    21 <!ENTITY % Datetime "CDATA">             <!-- ISO date and time -->
       
    22 <!ENTITY % URI      "CDATA">             <!-- URI designating a 
       
    23                                               hypertext node    -->
       
    24 
       
    25 
       
    26 <!--====================== The SI Element ======================-->
       
    27 <!ELEMENT si(indication,info?)>
       
    28 
       
    29 
       
    30 <!--================== The indication Element ==================-->
       
    31 <!ELEMENT indication (#PCDATA)>
       
    32 <!ATTLIST indication
       
    33   href	        %URI;                                      #IMPLIED
       
    34   si-id	        CDATA                                      #IMPLIED
       
    35   created	%Datetime;	                           #IMPLIED
       
    36   si-expires	%Datetime;	                           #IMPLIED
       
    37   action	(signal-none|signal-low|
       
    38                  signal-medium|signal-high|delete)  "signal-medium" 
       
    39 >
       
    40 
       
    41 
       
    42 <!--===================== The INFO Element =====================-->
       
    43 <!ELEMENT info (item+)>
       
    44 
       
    45 <!ELEMENT item (#PCDATA)>
       
    46 <!ATTLIST item
       
    47   class	        NMTOKEN                                   #REQUIRED 
       
    48 >
       
    49 
       
    50 <!--
       
    51 Copyright Wireless Application Protocol Forum Ltd., 1998,1999.
       
    52                       All rights reserved.  
       
    53 -->