What is inline schema, how does it works
Answer / 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 |
What does assert() method do?
1 Answers MCN Solutions, Siebel Systems,
What is difference between html.beginform and ajax.beginform?
Mention some action filters which are used regularly in ASP.Net MVC?
How to use Jquery Plugins in ASP.Net MVC validation?
What is namespace used for loading assemblies at run time and name the methods?
What is storage model? : Entity framework
What is the advantage of mvc?
What is the difference between viewbag and viewdata in mvc?
What is the meaning of unobtrusive javascript?
What is GUID , why we use it and where
What is needed for running an application built on winfx on the .net framework 3.0?
What is the difference between a Struct and a Class