Advertisement
thebys

Storyboard2

Oct 21st, 2012
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.74 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <storyboard xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.dsd.iver.cz/xml/storyboard.xsd">
  3.     <info>
  4.       <name>Druhý storyboard!</name>
  5.       <description>Popis storyboardu... V XML, česky a validní podle DTD dokumentu (storyboard.dtd)</description>
  6.       <uniqueId>12345678931337</uniqueId>
  7.       <version>1.337</version>
  8.       <creationTime>2012-10-21T19:40:50</creationTime>
  9.       <author>Thebys</author>
  10.     </info>
  11.     <content>
  12.       <default>
  13.         <length units="sec">30</length>
  14.       </default>
  15.       <behaviour mode="sequence" repeat="-1">
  16.         <item>
  17.           <name>Logo školy</name>
  18.           <type>image</type>
  19.           <file>
  20.             <name>logo</name>
  21.             <extension>jpeg</extension>
  22.             <location addressType="relative">12345678931337/logo.jpg</location>
  23.           </file>
  24.           <length units="sec">10</length>
  25.         </item>
  26.         <item>
  27.           <name>Reklama</name>
  28.           <type>video</type>
  29.           <file>
  30.             <name>rekl1</name>
  31.             <extension>avi</extension>
  32.             <location addressType="relative">12345678931337/rekl1.avi</location>
  33.           </file>
  34.           <length units="min">2</length>
  35.         </item>
  36.         <behaviour mode="random" repeat="0" select="2">
  37.           <item>
  38.             <name>Aktuální Počasí</name>
  39.             <type>weather</type>
  40.             <length units="sec">20</length>
  41.           </item>
  42.           <item>
  43.             <name>Suplování</name>
  44.             <type>bakalari</type>
  45.             <length units="min">2</length>
  46.           </item>
  47.         </behaviour>
  48.       </behaviour>
  49.     </content>
  50.   </storyboard>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement