home *** CD-ROM | disk | FTP | other *** search
/ FCE Gold Plus / GOLD.iso / pc / Installer.xsd < prev    next >
Extensible Markup Language  |  2007-04-26  |  3KB  |  60 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- edited with XMLSPY v2004 rel. 3 U (http://www.xmlspy.com) by Jethro (XYZ) -->
  3. <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified">
  4.   <xs:element name="Installer">
  5.     <xs:annotation>
  6.       <xs:documentation>Root element</xs:documentation>
  7.     </xs:annotation>
  8.     <xs:complexType>
  9.       <xs:all>
  10.         <xs:element name="Caption">
  11.           <xs:annotation>
  12.             <xs:documentation>The installers caption.</xs:documentation>
  13.           </xs:annotation>
  14.         </xs:element>
  15.         <xs:element name="WelcomeText">
  16.           <xs:annotation>
  17.             <xs:documentation>Text to appear on the welcome screen.</xs:documentation>
  18.           </xs:annotation>
  19.         </xs:element>
  20.         <xs:element name="LicenseText">
  21.           <xs:annotation>
  22.             <xs:documentation>The license text.</xs:documentation>
  23.           </xs:annotation>
  24.         </xs:element>
  25.         <xs:element name="AppName">
  26.           <xs:annotation>
  27.             <xs:documentation>The applications name.</xs:documentation>
  28.           </xs:annotation>
  29.         </xs:element>
  30.         <xs:element name="EXEPath">
  31.           <xs:annotation>
  32.             <xs:documentation>The PC exe path relative to the CD root. Needed for shortcut creation.</xs:documentation>
  33.           </xs:annotation>
  34.         </xs:element>
  35.         <xs:element name="LocationText">
  36.           <xs:annotation>
  37.             <xs:documentation>The text to prompt the user to choose a location for installation.</xs:documentation>
  38.           </xs:annotation>
  39.         </xs:element>
  40.         <xs:element name="OSXEXEPath">
  41.           <xs:annotation>
  42.             <xs:documentation>The path of the OSX application. Needed for run from CD option in the installer.</xs:documentation>
  43.           </xs:annotation>
  44.         </xs:element>
  45.         <xs:element name="OS9EXEPath">
  46.           <xs:annotation>
  47.             <xs:documentation>The path of the OS9 application. Needed for run from CD option in the installer.</xs:documentation>
  48.           </xs:annotation>
  49.         </xs:element>
  50.         <xs:element name="ShortcutPath">
  51.           <xs:annotation>
  52.             <xs:documentation>The path, relative to the systems start/programs folder to install shortcuts to.</xs:documentation>
  53.           </xs:annotation>
  54.         </xs:element>
  55.         <xs:element name="DefaultProgramPath" />
  56.         <xs:element name="LaunchScript" minOccurs="0"/>
  57.       </xs:all>
  58.     </xs:complexType>
  59.   </xs:element>
  60. </xs:schema>