7 references to Relaxed
System.Data.Common (2)
System\Data\DataSet.cs (2)
2368infer.Occurrence = XmlSchemaInference.InferenceOption.Relaxed; 2372XmlSchemaInference.InferenceOption.Relaxed;
System.Private.Xml (5)
System\Xml\Schema\Inference\Infer.cs (5)
582if (this.Occurrence == InferenceOption.Relaxed /*&& parentSchema.Items != addLocation*/) 599if (this.Occurrence == InferenceOption.Relaxed) 1450if (iTypeFlags == TF_string || _typeInference == InferenceOption.Relaxed) 2408if (copyElement.MinOccurs != decimal.One && this.Occurrence == InferenceOption.Relaxed) 2510if (this.Occurrence == InferenceOption.Relaxed)