Answer Posted / kirti
Schemas can be included inside of XML file is called Inline Schemas.This is useful when it is inconvenient to physically seprate the schema and the XML document.A schema is an XML document that defines the structure, constraints, data types, and relationships of the elements that constitute the data contained inside the XML document or in another XML document.Schema can be an external file which uses the XSD or XDR extension called external schema. Inline schema can take place even when validation is turned off.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I use partial view?
What is the .net framework?
What is edm designer? : Entity framework
What are differences between entity framework and l2s? : Entity framework
differences between poco, model first and data first approach?
what is scalar property?
What is representational state transfer (rest) mean?
What is the use of the default route {resource}.axd/{*pathinfo} ?
Mention two instances where routing is not implemented or required?
Will there be a .net compact framework 3.0 release with release of .net framework 3.0?
What is MVVM design pattern?
What are html helpers in asp.net mvc?
What is object service? : Entity framework
What is meant by bootstrap in mvc5?
Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?