2008-12-08 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.XML / System.Xml.Schema / XmlSchemaInfo.cs
index 871c99a42322e0c07565ee881cac6c75ab0222f3..7a75fde70529ebf23845fc44445206df62fa8895 100644 (file)
@@ -41,6 +41,7 @@ namespace System.Xml.Schema
                XmlSchemaElement elem;
                XmlSchemaType type;
                XmlSchemaValidity validity;
+               XmlSchemaContentType contentType;
 
                public XmlSchemaInfo ()
                {
@@ -57,6 +58,12 @@ namespace System.Xml.Schema
                        validity = info.Validity;
                }
 
+               [MonoTODO]
+               public XmlSchemaContentType ContentType {
+                       get { return contentType; }
+                       set { contentType = value; }
+               }
+
                [MonoTODO]
                public bool IsDefault {
                        get { return isDefault; }