System.Xml.Schema.XmlSchemaParticle
namespace System.Xml.Schema
{
public abstract class XmlSchemaParticle : XmlSchemaAnnotated
{
public decimal MaxOccurs { get; set; }
public string MaxOccursString { get; set; }
public decimal MinOccurs { get; set; }
public string MinOccursString { get; set; }
protected XmlSchemaParticle();
}
}