<!--  

 $Id: //rwin/13.0/dev/rlaunch/manifest.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 ReflectionManifest (Copy*, Open?)>
<!ATTLIST ReflectionManifest version CDATA #REQUIRED>
<!ELEMENT Copy (Source, Destination, NotFoundHTML?)>
<!ELEMENT Open (Source, Destination, NotFoundHTML?)>
<!ATTLIST Open browser CDATA "false">
<!ELEMENT Source (#PCDATA)>
<!ELEMENT Destination (InternetCache | (FileName?, ReflectionUser, Attributes?, IfFileExists?) | (FileName?, Personal, Attributes?, IfFileExists?) | (FileName?, Documents, Attributes?, IfFileExists?) | (FileName?, LocalReflectionData, Attributes?, IfFileExists?) | (FileName?, LocalApplicationData, Attributes?, IfFileExists?) | (FileName?, CommonReflectionData, Attributes?, IfFileExists?) | (FileName?, CommonApplicationData, Attributes?, IfFileExists?) | (FileName?, ReflectionData, Attributes?, IfFileExists?) | (FileName?, ApplicationData, Attributes?, IfFileExists?) | (FileName?, Temp, Attributes?, IfFileExists?) | (FileName?, Path, Attributes?, IfFileExists?))>
<!ELEMENT FileName (#PCDATA)>
<!ELEMENT NotFoundHTML (#PCDATA)>
<!ELEMENT InternetCache (ExpireTime?)>
<!ELEMENT ExpireTime (#PCDATA)>
<!ELEMENT ReflectionUser (#PCDATA)>
<!ELEMENT Personal (#PCDATA)>
<!ELEMENT Documents (#PCDATA)>
<!ELEMENT LocalReflectionData (#PCDATA)>
<!ELEMENT LocalApplicationData (#PCDATA)>
<!ELEMENT CommonReflectionData (#PCDATA)>
<!ELEMENT CommonApplicationData (#PCDATA)>
<!ELEMENT ReflectionData (#PCDATA)>
<!ELEMENT ApplicationData (#PCDATA)>
<!ELEMENT Temp (#PCDATA)>
<!ELEMENT Path (#PCDATA)>
<!ELEMENT IfFileExists (Overwrite | Skip | Cancel | Rename | Update)>
<!ELEMENT Attributes (Normal?, ReadOnly?, Hidden?, FileTime?)>
<!ELEMENT Overwrite EMPTY>
<!ATTLIST Overwrite force CDATA "false">
<!ELEMENT Skip EMPTY>
<!ELEMENT Cancel EMPTY>
<!ELEMENT Rename EMPTY>
<!ELEMENT Update EMPTY>
<!ATTLIST Update force CDATA "false">
<!ELEMENT Normal EMPTY>
<!ELEMENT ReadOnly EMPTY>
<!ELEMENT Hidden EMPTY>
<!ELEMENT FileTime (#PCDATA)>
