ElementFormDefault

XML Global and Local Elements

What Is the Global and Local Elements in XML?
An element is global or local depending on how it is defined in a schema.  Any element that is an immediate child of Schema, or is a ref to an immediate child of Schema, is a global element.  All other elements are local elements.

What Is ElementFormDefault attribute?
An XML Schema can define whether its local elements must be qualified or unqualified in an XML document.  This is declared with the “elementFormDefault” attribute in the <schema> element.   The two possible values are appropriately named: qualified and unqualified.
The XmlrReader class represents a reader that provides fast, noncached, forward-only access from XML data. We must need to import the Xml namespaces before using the XmlReader class in C#.NET - using System.Xml;
ANIL SINGH

Anil Singh is an author, tech blogger, and software programmer. Book writing, tech blogging is something do extra and Anil love doing it. For more detail, kindly refer to this link..

My Tech Blog - https://www.code-sample.com/
My Books - Book 1 and Book 2

XML Global and Local Elements XML Global and Local Elements Reviewed by Anil Singh on 10:50 PM Rating: (5)
www.code-sample.com/. Powered by Blogger.
^