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