Removal of NET_1_1 defines and some NET_2_0; Both defines are true these days in...
[mono.git] / mcs / class / System.XML / System.Xml.Schema / XmlSchemaUse.cs
old mode 100755 (executable)
new mode 100644 (file)
index 6324825..028f2f9
@@ -1,5 +1,5 @@
-// Author: Dwivedi, Ajay kumar\r
-//            Adwiv@Yahoo.com\r
+// Author: Dwivedi, Ajay kumar
+//            Adwiv@Yahoo.com
 
 //
 // Permission is hereby granted, free of charge, to any person obtaining
 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
-using System;\r
-using System.Xml.Serialization;\r
-\r
-namespace System.Xml.Schema\r
-{\r
-       /// <summary>\r
-       /// Summary description for XmlSchemaUse.\r
-       /// </summary>\r
-       public enum XmlSchemaUse \r
-       {\r
-               [XmlIgnore]\r
-               None = 0x00000000, \r
-               [XmlEnum("optional")]\r
-               Optional = 0x00000001, \r
-               [XmlEnum("prohibited")]\r
-               Prohibited = 0x00000002, \r
-               [XmlEnum("required")]\r
-               Required = 0x00000003, \r
-       }\r
-}\r
+using System;
+using System.Xml.Serialization;
+
+namespace System.Xml.Schema
+{
+       /// <summary>
+       /// Summary description for XmlSchemaUse.
+       /// </summary>
+       public enum XmlSchemaUse 
+       {
+               [XmlIgnore]
+               None = 0x00000000, 
+               [XmlEnum("optional")]
+               Optional = 0x00000001, 
+               [XmlEnum("prohibited")]
+               Prohibited = 0x00000002, 
+               [XmlEnum("required")]
+               Required = 0x00000003, 
+       }
+}