4 types derived from XmlSchemaContent
System.Xml (4)
System\Xml\Schema\XmlSchemaComplexContentExtension.cs (1)
17public class XmlSchemaComplexContentExtension : XmlSchemaContent {
System\Xml\Schema\XmlSchemaComplexContentRestriction.cs (1)
17public class XmlSchemaComplexContentRestriction : XmlSchemaContent {
System\Xml\Schema\XmlSchemaSimpleContentExtension.cs (1)
16public class XmlSchemaSimpleContentExtension : XmlSchemaContent {
System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs (1)
16public class XmlSchemaSimpleContentRestriction : XmlSchemaContent {
10 references to XmlSchemaContent
System.Web.Services (1)
System\Web\Services\Description\SchemaCompiler.cs (1)
126else if (o is XmlSchemaContent) {
System.Xml (9)
System\Xml\Schema\XmlSchemaComplexContent.cs (2)
17XmlSchemaContent content; 37public override XmlSchemaContent Content {
System\Xml\Schema\XmlSchemaContentModel.cs (1)
22public abstract XmlSchemaContent Content { get; set; }
System\Xml\Schema\XmlSchemaSimpleContent.cs (2)
17XmlSchemaContent content; 25public override XmlSchemaContent Content {
System\Xml\Serialization\ImportContext.cs (1)
297XmlSchemaContent content = ct.ContentModel.Content;
System\Xml\Serialization\XmlSchemaExporter.cs (1)
640XmlSchemaContent content = type.ContentModel.Content;
System\Xml\Serialization\XmlSchemaImporter.cs (1)
715XmlSchemaContent content = ct.ContentModel.Content;
System\Xml\Serialization\XmlSchemas.cs (1)
544else if (o is XmlSchemaContent) {