2008-12-08 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.XML / System.Xml.Schema / XmlSchemaDerivationMethod.cs
index c676f2f6230089d00f7a65850d72a6833a520e0d..f3b3ea0c40c261845c32681af54a6aa63f8c64bd 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 XmlSchemaDerivationMethod.\r
-       /// </summary>\r
-       [Flags]\r
-       public enum XmlSchemaDerivationMethod\r
-       {\r
-               [XmlEnum("")]\r
-               Empty           = 0x00000000, \r
-               [XmlEnum("substitution")]\r
-               Substitution= 0x00000001, \r
-               [XmlEnum("extension")]\r
-               Extension       = 0x00000002, \r
-               [XmlEnum("restriction")]\r
-               Restriction     = 0x00000004, \r
-               [XmlEnum("list")]\r
-               List            = 0x00000008, \r
-               [XmlEnum("union")]\r
-               Union           = 0x00000010, \r
-               [XmlEnum("#all")]\r
-               All                     = 0x000000FF,\r
-               [XmlIgnore]\r
-               None            = 0x00000100, \r
-       }\r
-}\r
+using System;
+using System.Xml.Serialization;
+
+namespace System.Xml.Schema
+{
+       /// <summary>
+       /// Summary description for XmlSchemaDerivationMethod.
+       /// </summary>
+       [Flags]
+       public enum XmlSchemaDerivationMethod
+       {
+               [XmlEnum("")]
+               Empty           = 0x00000000, 
+               [XmlEnum("substitution")]
+               Substitution= 0x00000001, 
+               [XmlEnum("extension")]
+               Extension       = 0x00000002, 
+               [XmlEnum("restriction")]
+               Restriction     = 0x00000004, 
+               [XmlEnum("list")]
+               List            = 0x00000008, 
+               [XmlEnum("union")]
+               Union           = 0x00000010, 
+               [XmlEnum("#all")]
+               All                     = 0x000000FF,
+               [XmlIgnore]
+               None            = 0x00000100, 
+       }
+}