X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.XML%2FSystem.Xml.Schema%2FXmlSchemaUse.cs;h=028f2f94ca86a16c2ef824cb8d230f2774234e9f;hb=ae0feab435b09517ef942c55ff660fa22406b57b;hp=6324825d46a4bc5d6233ca779a1bbb2327e78312;hpb=07ec1253c277856bdbb74213e2defc8ed23cf8e3;p=mono.git diff --git a/mcs/class/System.XML/System.Xml.Schema/XmlSchemaUse.cs b/mcs/class/System.XML/System.Xml.Schema/XmlSchemaUse.cs index 6324825d46a..028f2f94ca8 100644 --- a/mcs/class/System.XML/System.Xml.Schema/XmlSchemaUse.cs +++ b/mcs/class/System.XML/System.Xml.Schema/XmlSchemaUse.cs @@ -1,5 +1,5 @@ -// Author: Dwivedi, Ajay kumar -// Adwiv@Yahoo.com +// Author: Dwivedi, Ajay kumar +// Adwiv@Yahoo.com // // Permission is hereby granted, free of charge, to any person obtaining @@ -21,23 +21,23 @@ // 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; -using System.Xml.Serialization; - -namespace System.Xml.Schema -{ - /// - /// Summary description for XmlSchemaUse. - /// - public enum XmlSchemaUse - { - [XmlIgnore] - None = 0x00000000, - [XmlEnum("optional")] - Optional = 0x00000001, - [XmlEnum("prohibited")] - Prohibited = 0x00000002, - [XmlEnum("required")] - Required = 0x00000003, - } -} +using System; +using System.Xml.Serialization; + +namespace System.Xml.Schema +{ + /// + /// Summary description for XmlSchemaUse. + /// + public enum XmlSchemaUse + { + [XmlIgnore] + None = 0x00000000, + [XmlEnum("optional")] + Optional = 0x00000001, + [XmlEnum("prohibited")] + Prohibited = 0x00000002, + [XmlEnum("required")] + Required = 0x00000003, + } +}