System.Xml.Schema.XmlSchemaInfo public class XmlSchemaInfo : IXmlSchemaInfo Documentation 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()