2004-07-23 Atsushi Enomoto <atsushi@ximian.com>
authorAtsushi Eno <atsushieno@gmail.com>
Fri, 23 Jul 2004 16:07:03 +0000 (16:07 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Fri, 23 Jul 2004 16:07:03 +0000 (16:07 -0000)
commitadb3e06e634e25d4895284fd85974d7ddaf9654d
tree6a556713ea97a97ba19e8f32b6918081802af83a
parent00b474ee9808291580bf1878d95c3acfedb41765
2004-07-23  Atsushi Enomoto <atsushi@ximian.com>

* XmlSchema.cs : Added internal XdtNamespace constant. don't fill
  schemaset compoenents here.
* XmlSchemaAttribute.cs : Implemented AttributeSchemaType.
* XmlSchemaElement.cs : Implemented ElementSchemaType.
* XmlSchemaSimpleType.cs : Added predefined simple types
* XmlSchemaType.cs : Implemented GetBuiltInSimpleType().
* XmlSchemaDatatype.cs : Allow Xdt namespaces too (not completed;
  quick fix for GetBuiltInSimpleType()).

svn path=/trunk/mcs/; revision=31415
mcs/class/System.XML/System.Xml.Schema/ChangeLog
mcs/class/System.XML/System.Xml.Schema/XmlSchema.cs
mcs/class/System.XML/System.Xml.Schema/XmlSchemaAttribute.cs
mcs/class/System.XML/System.Xml.Schema/XmlSchemaDatatype.cs
mcs/class/System.XML/System.Xml.Schema/XmlSchemaElement.cs
mcs/class/System.XML/System.Xml.Schema/XmlSchemaSimpleType.cs
mcs/class/System.XML/System.Xml.Schema/XmlSchemaType.cs