// ------------------------------------------------------------------------------
//
// This code was generated by a tool.
// Mono Runtime Version: 1.1.4322.573
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//
// ------------------------------------------------------------------------------
//
//This source code was auto-generated by MonoXSD
//
namespace Schemas {
///
public class products {
///
public productsCategory category;
}
///
public class productsCategory {
///
[System.Xml.Serialization.XmlArrayItem(ElementName="product",IsNullable=false)]
public productsCategoryCategoryProduct[] category;
///
[System.Xml.Serialization.XmlElement()]
public productsCategoryProduct[] product;
}
///
public class productsCategoryCategoryProduct {
///
[System.Xml.Serialization.XmlAttribute()]
public string name;
}
///
public class productsCategoryProduct {
///
[System.Xml.Serialization.XmlAttribute()]
public string name;
}
}