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
Explain representational state transfer (rest) in detail?
What are the components required to create a route in ASP.Net MVC?
What are the 2 popular asp.net mvc view engines?
What is the advantage of using asp.net routing?
What is stateless model?
Possible ways to prevent xss attacks on mvc application?
What is meant by bootstrap in mvc5?
What are advantages of Dependency Injection (DI) in ASP.Net MVC?
What are the main features of asp.net mvc 4 used by asp.net web api?
What is MVVM design pattern?
What is ado.net data provider? : Entity framework
What are html helpers in asp.net mvc?
How can we determine action invoked from HTTP GET or HTTP POST?
Is mvc 4 supporting windows azure sdk (software development kit) ?
What is the use of display modes?