3 references to Mixed
System.Private.Xml (3)
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
2362return ContentValidator.Mixed;
System\Xml\Schema\SchemaSetCompiler.cs (1)
2831return ContentValidator.Mixed;
System\Xml\Schema\XmlSchemaValidator.cs (1)
2505if (contentType == XmlSchemaContentType.ElementOnly || (contentType == XmlSchemaContentType.Mixed && contentValidator != ContentValidator.Mixed && contentValidator != ContentValidator.Any))