2 types derived from XmlSchemaContentModel
System.Xml (2)
System\Xml\Schema\XmlSchemaComplexContent.cs (1)
16public class XmlSchemaComplexContent : XmlSchemaContentModel {
System\Xml\Schema\XmlSchemaSimpleContent.cs (1)
16public class XmlSchemaSimpleContent : XmlSchemaContentModel {
6 references to XmlSchemaContentModel
System.Runtime.Serialization (1)
System\Runtime\Serialization\SchemaImporter.cs (1)
461XmlSchemaContentModel contentModel = complexType.ContentModel;
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (2)
210XmlSchemaContentModel model = (XmlSchemaContentModel)schemaObject;
System.Xml (3)
System\Xml\Schema\XmlSchemaComplexType.cs (2)
21XmlSchemaContentModel contentModel; 180public XmlSchemaContentModel ContentModel {
System\Xml\Serialization\SoapSchemaImporter.cs (1)
419XmlSchemaContentModel model = ((XmlSchemaComplexType)type).ContentModel;