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