home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 January / Gamestar_80_2006-01_dvd.iso / Dema / Civilization4 / data1.cab / Civ4DemoComponent / Assets / XML / Audio / AudioScriptSchema.xml < prev    next >
Encoding:
Text File  |  2005-11-09  |  4.9 KB  |  108 lines

  1. <!-- edited with XMLSPY v2004 rel. 2 U (http://www.xmlspy.com) by Rob McLaughlin (Firaxis Games) -->
  2. <!-- Sid Meier's Civilization 4 -->
  3. <!-- Copyright Firaxis Games 2005 -->
  4. <!-- -->
  5. <!-- Audio Script Schema -->
  6. <Schema xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes">
  7.     <ElementType name="ScriptID" content="textOnly"/>
  8.     <ElementType name="SoundID" content="textOnly"/>
  9.     <ElementType name="SoundType" content="textOnly"/>
  10.     <ElementType name="iMinVolume" content="textOnly" dt:type="int"/>
  11.     <ElementType name="iMaxVolume" content="textOnly" dt:type="int"/>
  12.     <ElementType name="iPitchChangeDown" content="textOnly" dt:type="int"/>
  13.     <ElementType name="iPitchChangeUp" content="textOnly" dt:type="int"/>
  14.     <ElementType name="bLooping" content="textOnly" dt:type="boolean"/>
  15.     <ElementType name="iMinTimeDelay" content="textOnly" dt:type="int"/>
  16.     <ElementType name="iMaxTimeDelay" content="textOnly" dt:type="int"/>
  17.     <ElementType name="StartPosition" content="textOnly"/>
  18.     <ElementType name="EndPosition" content="textOnly"/>
  19.     <ElementType name="iMinVelocity" content="textOnly" dt:type="int"/>
  20.     <ElementType name="iMaxVelocity" content="textOnly" dt:type="int"/>
  21.     <ElementType name="iMinDistanceFromListener" content="textOnly" dt:type="int"/>
  22.     <ElementType name="iMaxDistanceFromListener" content="textOnly" dt:type="int"/>
  23.     <ElementType name="iMinDistanceForMaxVolume" content="textOnly" dt:type="int"/>
  24.     <ElementType name="iMaxDistanceForMaxVolume" content="textOnly" dt:type="int"/>
  25.     <ElementType name="iMinCutoffDistance" content="textOnly" dt:type="int"/>
  26.     <ElementType name="iMaxCutoffDistance" content="textOnly" dt:type="int"/>
  27.     <ElementType name="bTaperForSoundtracks" content="textOnly" dt:type="boolean"/>
  28.     <ElementType name="iLengthOfSound" content="textOnly" dt:type="int"/>
  29.     <ElementType name="iMinLeftPan" content="textOnly" dt:type="int"/>
  30.     <ElementType name="iMaxLeftPan" content="textOnly" dt:type="int"/>
  31.     <ElementType name="iMinRightPan" content="textOnly" dt:type="int"/>
  32.     <ElementType name="iMaxRightPan" content="textOnly" dt:type="int"/>
  33.     <ElementType name="fMinDryLevel" content="textOnly" dt:type="float"/>
  34.     <ElementType name="fMaxDryLevel" content="textOnly" dt:type="float"/>
  35.     <ElementType name="fMinWetLevel" content="textOnly" dt:type="float"/>
  36.     <ElementType name="fMaxWetLevel" content="textOnly" dt:type="float"/>
  37.     <ElementType name="ScriptType" content="textOnly"/>
  38.     <ElementType name="SoundscapeElement" content="eltOnly">
  39.         <element type="ScriptType"/>
  40.         <element type="ScriptID"/>
  41.     </ElementType>
  42.     <ElementType name="Script3DSound" content="eltOnly">
  43.         <element type="ScriptID"/>
  44.         <element type="SoundID"/>
  45.         <element type="SoundType"/>
  46.         <element type="iMinVolume"/>
  47.         <element type="iMaxVolume"/>
  48.         <element type="iPitchChangeDown"/>
  49.         <element type="iPitchChangeUp"/>
  50.         <element type="bLooping"/>
  51.         <element type="iMinTimeDelay"/>
  52.         <element type="iMaxTimeDelay"/>
  53.         <element type="StartPosition"/>
  54.         <element type="EndPosition"/>
  55.         <element type="iMinVelocity"/>
  56.         <element type="iMaxVelocity"/>
  57.         <element type="iMinDistanceFromListener"/>
  58.         <element type="iMaxDistanceFromListener"/>
  59.         <element type="iMinDistanceForMaxVolume"/>
  60.         <element type="iMaxDistanceForMaxVolume"/>
  61.         <element type="iMinCutoffDistance"/>
  62.         <element type="iMaxCutoffDistance"/>
  63.         <element type="bTaperForSoundtracks"/>
  64.         <element type="iLengthOfSound"/>
  65.         <element type="fMinDryLevel"/>
  66.         <element type="fMaxDryLevel"/>
  67.         <element type="fMinWetLevel"/>
  68.         <element type="fMaxWetLevel"/>
  69.     </ElementType>
  70.     <ElementType name="Script2DSound" content="eltOnly">
  71.         <element type="ScriptID"/>
  72.         <element type="SoundID"/>
  73.         <element type="SoundType"/>
  74.         <element type="iMinVolume"/>
  75.         <element type="iMaxVolume"/>
  76.         <element type="iPitchChangeDown"/>
  77.         <element type="iPitchChangeUp"/>
  78.         <element type="iMinLeftPan"/>
  79.         <element type="iMaxLeftPan"/>
  80.         <element type="iMinRightPan"/>
  81.         <element type="iMaxRightPan"/>
  82.         <element type="bLooping"/>
  83.         <element type="iMinTimeDelay"/>
  84.         <element type="iMaxTimeDelay"/>
  85.         <element type="bTaperForSoundtracks"/>
  86.         <element type="iLengthOfSound"/>
  87.         <element type="fMinDryLevel"/>
  88.         <element type="fMaxDryLevel"/>
  89.         <element type="fMinWetLevel"/>
  90.         <element type="fMaxWetLevel"/>
  91.     </ElementType>
  92.     <ElementType name="ScriptSoundscape" content="eltOnly">
  93.         <element type="ScriptID"/>
  94.         <element type="iMinVolume"/>
  95.         <element type="iMaxVolume"/>
  96.         <element type="SoundscapeElement" minOccurs="0" maxOccurs="*"/>
  97.     </ElementType>
  98.     <ElementType name="Script3DSounds" content="eltOnly">
  99.         <element type="Script3DSound" maxOccurs="*"/>
  100.     </ElementType>
  101.     <ElementType name="Script2DSounds" content="eltOnly">
  102.         <element type="Script2DSound" maxOccurs="*"/>
  103.     </ElementType>
  104.     <ElementType name="ScriptSoundscapes" content="eltOnly">
  105.         <element type="ScriptSoundscape" maxOccurs="*"/>
  106.     </ElementType>
  107. </Schema>
  108.