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