2 writes to elementFormDefault
System.Xml (2)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
388
this.
elementFormDefault
= schema.ElementFormDefault;
390
this.
elementFormDefault
= XmlSchemaForm.Unqualified;
2 references to elementFormDefault
System.Xml (2)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
389
if (this.
elementFormDefault
== XmlSchemaForm.None) {
801
element.SetQualifiedName(new XmlQualifiedName(element.Name, (element.Form == XmlSchemaForm.Qualified || (element.Form == XmlSchemaForm.None && this.
elementFormDefault
== XmlSchemaForm.Qualified))? this.targetNamespace : null));