<!-- MLP_EME_LIR -->
<!--
MLP V3.2 Document Type Definition

Copyright Open Mobile Alliance Ltd., 2005
          All rights reserved

MLP is an XML language. Typical usage:
   <?xml version="1.0"?>
   <!DOCTYPE svc_init PUBLIC "-//OMA//DTD {abbrev x.y}//EN"
             "http://www.openmobilealliance.org/DTD/{filename}"
             [<?oma-{ref}-ver supported-versions="{versions}"?>]>
   <svc_init>
      ... 
  </svc_init>

Terms and conditions of use are available from the
Open Mobile Alliance Ltd. web site at
http://www.openmobilealliance.org/
-->
<!ENTITY % extension.param "">
<!ELEMENT eme_lir ((msids | (msid, gsm_net_param, trans_id?, esrd?, esrk?)+), eqop?, geo_info?, loc_type? , pushaddr? %extension.param;)>
<!ATTLIST eme_lir
	ver CDATA #FIXED "3.2.0"
	res_type (SYNC | ASYNC) "SYNC"
>

