﻿<?xml version="1.0" encoding="utf-8"?>
<DataSchema Type="Sounds" Version="0.0.0">
  <Property Name="Properties_sound_background_order" Type="Enum" DefaultValue="Properties_sound_background_order_Undefined">
    <Member Value="Properties_sound_background_order_TANDEM" />
    <Member Value="Properties_sound_background_order_RANDOM" />
  </Property>
  <Property Name="Properties_sound_background_loop" Type="Boolean" DefaultValue="True" />
  <Property Name="Properties_sound_background_pan" Type="Double" DefaultValue="0" MinValue="-1" MaxValue="1" />
  <Property Name="Properties_sound_background_enabled" Type="Boolean" DefaultValue="False" />
  <Property Name="Properties_sound_background_volume" Type="Int32" DefaultValue="30" MinValue="0" MaxValue="100" />
  <Property Name="Properties_sound_effects_enabled" Type="Boolean" DefaultValue="True" />
  <Property Name="Properties_sound_effects_volume" Type="Int32" DefaultValue="20" MinValue="0" MaxValue="100" />
  <Property Name="GlobalBackgroundSoundUrl" Type="String" DefaultValue="" MaxLength="0" />
  <SwfInterop Type="Singletone">
    <SwfProperty Name="Properties_sound_background_order" Type="Singletone" Root="Properties" Id="sound.background.order">
      <Converter Type="EnumToString">
        <SwfEnumMember Name="Properties_sound_background_order_TANDEM" Id="0" />
        <SwfEnumMember Name="Properties_sound_background_order_RANDOM" Id="1" />
      </Converter>
    </SwfProperty>
    <SwfProperty Name="Properties_sound_background_loop" Type="Singletone" Root="Properties" Id="sound.background.loop" />
    <SwfProperty Name="Properties_sound_background_pan" Type="Singletone" Root="Properties" Id="sound.background.pan" />
    <SwfProperty Name="Properties_sound_background_enabled" Type="Singletone" Root="Properties" Id="sound.background.enabled" />
    <SwfProperty Name="Properties_sound_background_volume" Type="Singletone" Root="Properties" Id="sound.background.volume" />
    <SwfProperty Name="Properties_sound_effects_enabled" Type="Singletone" Root="Properties" Id="sound.effects.enabled" />
    <SwfProperty Name="Properties_sound_effects_volume" Type="Singletone" Root="Properties" Id="sound.effects.volume" />
  </SwfInterop>
  <BackgroundInterop Root="Properties" ArrayId="sound.background.music" />
  <SoundInterop Root="Properties" ContainerId="sound.background.music">
    <SwfProperty Name="GlobalBackgroundSoundUrl" Type="Element" Id="url" />
  </SoundInterop>
  <Property Name="GlobalBackgroundSound" Type="SoundFile" DefaultValue="" />
  <Property Name="FlipSoundFirst" Type="SoundFile" DefaultValue="macro://application/%25CurrentSwfSoundsPath%25/blow.mp3" />
  <Property Name="FlipSoundSecond" Type="SoundFile" DefaultValue="macro://application/%25CurrentSwfSoundsPath%25/flip2.mp3" />
  <Property Name="FlipSoundThird" Type="SoundFile" DefaultValue="macro://application/%25CurrentSwfSoundsPath%25/flip3.mp3" />
  <Property Name="FlipSoundFourth" Type="SoundFile" DefaultValue="macro://application/%25CurrentSwfSoundsPath%25/flip4.mp3" />
</DataSchema>