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