15 references to Strict
System.Web.Services (2)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
2198case global::System.Xml.Schema.XmlSchemaContentProcessing.@Strict: s = @"strict"; break; 7274case @"strict": return global::System.Xml.Schema.XmlSchemaContentProcessing.@Strict;
System.Xml (13)
System\Xml\Schema\XmlSchemaAny.cs (1)
60get { return processContents == XmlSchemaContentProcessing.None ? XmlSchemaContentProcessing.Strict : processContents; }
System\Xml\Schema\XmlSchemaAnyAttribute.cs (1)
51get { return processContents == XmlSchemaContentProcessing.None ? XmlSchemaContentProcessing.Strict : processContents; }
System\Xml\Schema\XmlSchemaValidator.cs (5)
122private XmlSchemaContentProcessing processContents = XmlSchemaContentProcessing.Strict; 502&& processContents == XmlSchemaContentProcessing.Strict 986return (processContents == XmlSchemaContentProcessing.Strict || processContents == XmlSchemaContentProcessing.Lax) && context.ElementDecl != null && !context.ValidationSkipped; 1418if (HasSchema && processContents == XmlSchemaContentProcessing.Strict) { 1466else if (HasSchema && processContents == XmlSchemaContentProcessing.Strict) { //Error and skip validation for children
System\Xml\Schema\XsdValidator.cs (3)
68processContents = XmlSchemaContentProcessing.Strict; 200if (HasSchema && processContents == XmlSchemaContentProcessing.Strict) { 423&& processContents == XmlSchemaContentProcessing.Strict
System\Xml\Serialization\SchemaObjectWriter.cs (3)
646XmlSchemaContentProcessing process = o.@ProcessContents == XmlSchemaContentProcessing.@None ? XmlSchemaContentProcessing.Strict : o.@ProcessContents; 658case XmlSchemaContentProcessing.@Strict:s = @"strict"; break; 966XmlSchemaContentProcessing process = o.@ProcessContents == XmlSchemaContentProcessing.@None ? XmlSchemaContentProcessing.Strict : o.@ProcessContents;