3 types derived from XmlSchemaSimpleTypeContent
System.Xml (3)
System\Xml\Schema\XmlSchemaSimpleTypeList.cs (1)
16
public class XmlSchemaSimpleTypeList :
XmlSchemaSimpleTypeContent
{
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (1)
17
public class XmlSchemaSimpleTypeRestriction :
XmlSchemaSimpleTypeContent
{
System\Xml\Schema\XmlSchemaSimpleTypeUnion.cs (1)
16
public class XmlSchemaSimpleTypeUnion :
XmlSchemaSimpleTypeContent
{
8 references to XmlSchemaSimpleTypeContent
System.Runtime.Serialization (2)
System\Runtime\Serialization\SchemaImporter.cs (2)
429
XmlSchemaSimpleTypeContent
content = simpleType.Content;
1181
XmlSchemaSimpleTypeContent
content = anonymousType.Content;
System.Xml (6)
System\Xml\Schema\XmlSchemaSimpleType.cs (3)
18
XmlSchemaSimpleTypeContent
content;
33
public
XmlSchemaSimpleTypeContent
Content {
54
newSimpleType.Content = (
XmlSchemaSimpleTypeContent
)content.Clone();
System\Xml\Serialization\ImportContext.cs (1)
336
XmlSchemaSimpleTypeContent
content = simpleType.Content;
System\Xml\Serialization\XmlSchemaImporter.cs (2)
1614
XmlSchemaSimpleTypeContent
content = dataType.Content;
1720
XmlSchemaSimpleTypeContent
content = dataType.Content;