put storageClient.xml back
This commit is contained in:
parent
c69aeb7340
commit
8941c30c27
1 changed files with 50 additions and 0 deletions
50
livesupport/products/scheduler/etc/storageClient.xml
Normal file
50
livesupport/products/scheduler/etc/storageClient.xml
Normal file
|
@ -0,0 +1,50 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
|
<!DOCTYPE storageClientFactory [
|
||||||
|
|
||||||
|
<!ELEMENT storageClientFactory (webStorage|testStorage) >
|
||||||
|
|
||||||
|
<!ELEMENT testStorage (playlist*, audioClip*) >
|
||||||
|
<!ATTLIST testStorage tempFiles CDATA #REQUIRED >
|
||||||
|
|
||||||
|
<!ELEMENT playlist (playlistElement*) >
|
||||||
|
<!ATTLIST playlist id NMTOKEN #REQUIRED >
|
||||||
|
<!ATTLIST playlist playlength NMTOKEN #REQUIRED >
|
||||||
|
|
||||||
|
<!ELEMENT playlistElement ((audioClip|playlist), fadeInfo?) >
|
||||||
|
<!ATTLIST playlistElement id NMTOKEN #REQUIRED >
|
||||||
|
<!ATTLIST playlistElement relativeOffset NMTOKEN #REQUIRED >
|
||||||
|
|
||||||
|
<!ELEMENT audioClip EMPTY >
|
||||||
|
<!ATTLIST audioClip id NMTOKEN #REQUIRED >
|
||||||
|
<!ATTLIST audioClip playlength NMTOKEN #REQUIRED >
|
||||||
|
<!ATTLIST audioClip title CDATA #REQUIRED >
|
||||||
|
<!ATTLIST audioClip uri CDATA #REQUIRED >
|
||||||
|
|
||||||
|
<!ELEMENT fadeInfo EMPTY >
|
||||||
|
<!ATTLIST fadeInfo id NMTOKEN #REQUIRED >
|
||||||
|
<!ATTLIST fadeInfo fadeIn NMTOKEN #REQUIRED >
|
||||||
|
<!ATTLIST fadeInfo fadeOut NMTOKEN #REQUIRED >
|
||||||
|
]>
|
||||||
|
<storageClientFactory>
|
||||||
|
<testStorage tempFiles="file:///tmp/tempPlaylist">
|
||||||
|
<playlist id="0000000000000001" playlength="01:30:00.000">
|
||||||
|
<playlistElement id="0000000000000101" relativeOffset="0" >
|
||||||
|
<audioClip id="0000000000010001" playlength="01:00:00.000"
|
||||||
|
title="one"
|
||||||
|
uri="file:var/test1.mp3" />
|
||||||
|
</playlistElement>
|
||||||
|
<playlistElement id="0000000000000102"
|
||||||
|
relativeOffset="01:00:00.000" >
|
||||||
|
<audioClip id="0000000000010002" playlength="00:30:00.000"
|
||||||
|
title="two"
|
||||||
|
uri="file:var/test2.mp3" />
|
||||||
|
</playlistElement>
|
||||||
|
</playlist>
|
||||||
|
<audioClip id="0000000000010001" playlength="01:00:00.000"
|
||||||
|
title="one"
|
||||||
|
uri="file:var/test1.mp3" />
|
||||||
|
<audioClip id="0000000000010002" playlength="00:30:00.000"
|
||||||
|
title="two"
|
||||||
|
uri="file:var/test2.mp3" />
|
||||||
|
</testStorage>
|
||||||
|
</storageClientFactory>
|
Loading…
Add table
Add a link
Reference in a new issue