<?xml version="1.0" encoding="UTF-8"?>
<!--
OMA Push Service Load Document Type Definition

Copyright Open Mobile Alliance Ltd., 2005
          All rights reserved

Terms and conditions of use are available from the 
Open Mobile Alliance Ltd. web site at
http://www.openmobilealliance.org/useterms.html
-->
<!--
Service Loading (SL) Document Type Definition.
SL is an XML language.  Typical usage:
   <?xml version="1.0"?>
   <!DOCTYPE sl PUBLIC "-//OMA//DTD SL 1.0//EN"
          "http://www.openmobilealliance.com/tech/DTD/sl_1.0.dtd">
   <sl>
   ...
   </sl>
-->

<!ENTITY % URI      "CDATA">         <!-- URI designating a 
                                          hypertext node    -->

<!--==================== The SL Element ====================-->
<!ELEMENT sl EMPTY>
<!ATTLIST sl
  href	%URI;	#REQUIRED
  action	(execute-low|execute-high|cache)	"execute-low"
>

