home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2006 June / PCpro_2006_06.ISO / files / mstools / PStory.msi / DMContentUI.dll / HTML / DMCONTENT.XSD < prev   
Encoding:
Extensible Markup Language  |  2004-11-19  |  5.6 KB  |  77 lines

  1.  ■<?xml version="1.0" encoding="unicode"?>
  2. <Schema name="PSDMContentSchema" xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes">
  3.     <ElementType name="ChordMap">
  4.         <AttributeType name="Name" dt:type="string"/>
  5.         <AttributeType name="UIName" dt:type="string"/>
  6.         <AttributeType name="File" dt:type="string"/>
  7.         <AttributeType name="Activity" dt:type="int"/>
  8.         <AttributeType name="Tempo" dt:type="float"/>
  9.         <AttributeType name="Key" dt:type="int"/>
  10.         <AttributeType name="Default" dt:type="boolean"/>
  11.         <attribute type="Name"/>
  12.         <attribute type="UIName"/>
  13.         <attribute type="File"/>
  14.         <attribute type="Activity"/>
  15.         <attribute type="Tempo"/>
  16.         <attribute type="Key"/>
  17.         <attribute type="Default"/>
  18.     </ElementType>
  19.     <ElementType name="ChordMaps">
  20.         <element type="ChordMap" minOccurs="1" maxOccurs="*"/>
  21.     </ElementType>
  22.     <ElementType name="Band">
  23.         <AttributeType name="Name" dt:type="string"/>
  24.         <AttributeType name="UIName" dt:type="string"/>
  25.         <AttributeType name="Volume" dt:type="float"/>
  26.         <AttributeType name="AudioPath" dt:type="string"/>
  27.         <AttributeType name="AudioPathFile" dt:type="string"/>
  28.         <AttributeType name="Default" dt:type="boolean"/>
  29.         <attribute type="Name"/>
  30.         <attribute type="UIName"/>
  31.         <attribute type="Volume"/>
  32.         <attribute type="AudioPath"/>
  33.         <attribute type="AudioPathFile"/>
  34.         <attribute type="Default"/>
  35.     </ElementType>
  36.     
  37.     <ElementType name="Bands">
  38.         <element type="Band" minOccurs="1" maxOccurs="*"/>
  39.     </ElementType>
  40.     <ElementType name="Style">
  41.         <AttributeType name="Name" dt:type="string"/>
  42.         <AttributeType name="UIName" dt:type="string"/>
  43.         <AttributeType name="File" dt:type="string"/>
  44.         <AttributeType name="Tempo" dt:type="float"/>
  45.         <AttributeType name="MinTempo" dt:type="float"/>
  46.         <AttributeType name="MaxTempo" dt:type="float"/>
  47.         <attribute type="Name"/>
  48.         <attribute type="UIName"/>
  49.         <attribute type="File"/>
  50.         <attribute type="Tempo"/>
  51.         <attribute type="MinTempo"/>
  52.         <attribute type="MaxTempo"/>
  53.         <element type="ChordMaps" minOccurs="1" maxOccurs="1"/>
  54.         <element type="Bands" minOccurs="1" maxOccurs="1"/>
  55.     </ElementType>
  56.     <ElementType name="Styles">
  57.         <element type="Style" minOccurs="1" maxOccurs="*"/>
  58.     </ElementType>
  59.     <ElementType name="Genre">
  60.         <AttributeType name="Name" dt:type="string"/>
  61.         <AttributeType name="UIName" dt:type="string"/>
  62.         <attribute type="Name"/>
  63.         <attribute type="UIName"/>
  64.         <element type="Styles" minOccurs="1" maxOccurs="1"/>
  65.     </ElementType>
  66.     <ElementType name="Genres">
  67.         <element type="Genre" minOccurs="1" maxOccurs="*"/>
  68.     </ElementType>
  69. </Schema>