7 references to Relaxed
System.Data (2)
fx\src\data\System\Data\DataSet.cs (2)
2177infer.Occurrence = XmlSchemaInference.InferenceOption.Relaxed; 2182infer.TypeInference = XmlSchemaInference.InferenceOption.Relaxed;
System.Xml (5)
System\Xml\Schema\Inference\Infer.cs (5)
599if (this.Occurrence == InferenceOption.Relaxed /*&& parentSchema.Items != addLocation*/) 616if (this.Occurrence == InferenceOption.Relaxed) 1443if (iTypeFlags == TF_string || this.typeInference == InferenceOption.Relaxed) 2389if (copyElement.MinOccurs != Decimal.One && this.Occurrence == InferenceOption.Relaxed) 2489if (this.Occurrence == InferenceOption.Relaxed)