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
What is an asynchronous controller in asp.net mvc?
Explain the methods used to render the views in ASP.Net MVC?
What is entity framework in asp net?
How to return the JSON from action method in ASP.Net MVC?
What are child actions in ASP.Net MVC?
How we can add the CSS in ASP.Net MVC?
List the new features added in .net framework 4.0.
Is it possible to cancel filter execution?
In .net compact framework, can we free memory explicitly without waiting for garbage collector to free the memory?
Explain dependency resolution?
What is rxjava used for?
What is filters in web api?
What are Validation Annotations?
What is the difference between adding routes, to a webforms application and to an mvc application?
What filters are executed in the end?