// // System.Xml.Schema.XmlSchemaValidity.cs // // Author: // Atsushi Enomoto <[email protected]> // #if NET_2_0 namespace System.Xml.Schema { public enum XmlSchemaValidity { Invalid, NotKnown, Valid } } #endif