System.Xml.Schema.XmlSchemaInfo
namespace System.Xml.Schema
{
public class XmlSchemaInfo : IXmlSchemaInfo
{
public XmlSchemaContentType ContentType { get; set; }
public bool IsDefault { get; set; }
public bool IsNil { get; set; }
public XmlSchemaSimpleType MemberType { get; set; }
public XmlSchemaAttribute SchemaAttribute { get; set; }
public XmlSchemaElement SchemaElement { get; set; }
public XmlSchemaType SchemaType { get; set; }
public XmlSchemaValidity Validity { get; set; }
public XmlSchemaInfo();
}
}