home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 September / PCWorld_2007-09_cd.bin / multimedia / msphoto / PStory.msi / DMContentUI.dll / HTML / DMCONTENT.XSD < prev   
Extensible Markup Language  |  2004-09-17  |  6KB  |  78 lines

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