<!--  

 $Id: //rwin/13.0/dev/rlaunch/permit.dtd#1 $

 Copyright (c) 2000-2002 WRQ, Inc.
 1500 Dexter Avenue North, Seattle, Washington, 98109, U.S.A.

 This file is the proprietary information of WRQ, Inc..	You shall use 
 it only in accordance with the terms of the license agreement you entered 
 into with WRQ.

-->
<!ELEMENT ReflectionPermissions (Source, Destination)>
<!ATTLIST ReflectionPermissions version CDATA #REQUIRED>
<!ELEMENT Source (URL+, Extension+)>
<!ELEMENT Destination ((InternetCache?, ReflectionUser*, Personal*, Documents*, Temp*, Path*, LocalReflectionData*, LocalApplicationData*, CommonReflectionData*, CommonApplicationData*, ReflectionData*, ApplicationData*)+)>
<!ELEMENT URL (#PCDATA)>
<!ELEMENT Extension (#PCDATA)>
<!ELEMENT InternetCache EMPTY>
<!ELEMENT ReflectionUser (#PCDATA)>
<!ELEMENT Personal (#PCDATA)>
<!ELEMENT Documents (#PCDATA)>
<!ELEMENT Path (#PCDATA)>
<!ELEMENT Temp (#PCDATA)>
<!ELEMENT LocalReflectionData (#PCDATA)>
<!ELEMENT LocalApplicationData (#PCDATA)>
<!ELEMENT CommonReflectionData (#PCDATA)>
<!ELEMENT CommonApplicationData (#PCDATA)>
<!ELEMENT ReflectionData (#PCDATA)>
<!ELEMENT ApplicationData (#PCDATA)>
