Click here to Skip to main content
15,884,099 members
Articles / Programming Languages / C#

Music Manager 1.1

Rate me:
Please Sign up or sign in to vote.
4.85/5 (36 votes)
15 Mar 2008CPOL6 min read 146.1K   7.7K   149  
Music library, Probability based random play
<?xml version="1.0" encoding="utf-8"?>
<xs:schema id="MMConfiguration" targetNamespace="http://tempuri.org/MMConfiguration.xsd" xmlns:mstns="http://tempuri.org/MMConfiguration.xsd" xmlns="http://tempuri.org/MMConfiguration.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:msprop="urn:schemas-microsoft-com:xml-msprop" attributeFormDefault="qualified" elementFormDefault="qualified">
  <xs:annotation>
    <xs:appinfo source="urn:schemas-microsoft-com:xml-msdatasource">
      <DataSource DefaultConnectionIndex="0" FunctionsComponentName="QueriesTableAdapter" Modifier="AutoLayout, AnsiClass, Class, Public" SchemaSerializationMode="IncludeSchema" xmlns="urn:schemas-microsoft-com:xml-msdatasource">
        <Connections>
        </Connections>
        <Tables>
        </Tables>
        <Sources>
        </Sources>
      </DataSource>
    </xs:appinfo>
  </xs:annotation>
  <xs:element name="MMConfiguration" msdata:IsDataSet="true" msdata:UseCurrentLocale="true" msprop:Genreator_UserDSName="MMConfiguration" msprop:Genreator_DataSetName="MMConfiguration">
    <xs:complexType>
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element name="Locations" msprop:Genreator_UserTableName="Locations" msprop:Genreator_RowDeletedName="LocationsRowDeleted" msprop:Genreator_TableClassName="LocationsDataTable" msprop:Genreator_RowChangedName="LocationsRowChanged" msprop:Genreator_RowClassName="LocationsRow" msprop:Genreator_RowChangingName="LocationsRowChanging" msprop:Genreator_RowEvArgName="LocationsRowChangeEvent" msprop:Genreator_RowEvHandlerName="LocationsRowChangeEventHandler" msprop:Genreator_TablePropName="Locations" msprop:Genreator_TableVarName="tableLocations" msprop:Genreator_RowDeletingName="LocationsRowDeleting">
          <xs:complexType>
            <xs:sequence>
              <xs:element name="Location" msprop:Genreator_UserColumnName="Location" msprop:Genreator_ColumnPropNameInRow="Location" msprop:Genreator_ColumnVarNameInTable="columnLocation" msprop:Genreator_ColumnPropNameInTable="LocationColumn" type="xs:string" />
            </xs:sequence>
          </xs:complexType>
        </xs:element>
      </xs:choice>
    </xs:complexType>
    <xs:unique name="Constraint1" msdata:PrimaryKey="true">
      <xs:selector xpath=".//mstns:Locations" />
      <xs:field xpath="mstns:Location" />
    </xs:unique>
  </xs:element>
</xs:schema>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) KAZ Software Limited
Bangladesh Bangladesh
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions