3 references to Mixed
System.Xml (3)
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
1938return ContentValidator.Mixed;
System\Xml\Schema\SchemaSetCompiler.cs (1)
2293return ContentValidator.Mixed;
System\Xml\Schema\XmlSchemaValidator.cs (1)
2106if (contentType == XmlSchemaContentType.ElementOnly || (contentType == XmlSchemaContentType.Mixed && contentValidator != ContentValidator.Mixed && contentValidator != ContentValidator.Any)) {