namespace System.Xml.Schema { public sealed class XmlSchemaCollection : ICollection, IEnumerable { public XmlSchema? Add(string? ns, string uri); } }