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