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