System.Xml.Schema.XmlSchemaFacet
namespace System.Xml.Schema
{
public abstract class XmlSchemaFacet : XmlSchemaAnnotated
{
public virtual bool IsFixed { get; set; }
public string Value { get; set; }
protected XmlSchemaFacet();
}
}