2008-12-08 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.XML / System.Xml.Schema / XmlSchemaContentProcessing.cs
index 5d1586fc7ce3b0efe65b599da2ecfbee044e4cd4..5a14c719eb29968d742b678d86682529cf044305 100644 (file)
@@ -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 XmlSchemaContentProcessing.\r
-       /// </summary>\r
-       public enum XmlSchemaContentProcessing \r
-       {\r
-               [XmlIgnore]\r
-               None    = 0,\r
-               [XmlEnum("skip")]\r
-               Skip    = 1,\r
-               [XmlEnum("lax")]\r
-               Lax             = 2, \r
-               [XmlEnum("strict")]\r
-               Strict  = 3, \r
-       }\r
-}\r
+using System;
+using System.Xml.Serialization;
+
+namespace System.Xml.Schema
+{
+       /// <summary>
+       /// Summary description for XmlSchemaContentProcessing.
+       /// </summary>
+       public enum XmlSchemaContentProcessing 
+       {
+               [XmlIgnore]
+               None    = 0,
+               [XmlEnum("skip")]
+               Skip    = 1,
+               [XmlEnum("lax")]
+               Lax             = 2, 
+               [XmlEnum("strict")]
+               Strict  = 3, 
+       }
+}