answersLogoWhite

0


Best Answer

An xsd is used in an xml schema as a blueprint to define what can and cannot be included in an xml file.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why xsd is used in xml schema?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is PDP file extension?

A PDP file is a XSD(Xml schema definition) format file.


What is the purpose of a XSD?

xsd stands for xml schema definition, it specifies how to formally describe the elements in an Extensible Markup Language (XML) document. This description can be used to verify that each item of content in a document adheres to the description of the element in which the content is to be placed.


What is xml schema?

XML Schema is an XML-based alternative to DTD.An XML schema describes the structure of an XML document.The XML Schema language is also referred to as XML Schema Definition (XSD).An XML schema is a description of a type of XML document, typically expressed in terms of constraints on the structure and content of documents of that type, above and beyond the basic syntactical constraints imposed by XML itself.


What computer term comes to mind from the letters xsd?

XSD, also known as XML Schema Definition, is a way of describing data in an XML format. It is recommended by the World Wide Web Consortium, as it is richer in data types and makes validation of documents easier.


How many XML Schema languages exist?

Currently, twelve different XML Schema languages exist. All twelve languages are used exclusively in XML Schema, which is a special kind of XML document. XML documents are documents formatted in a way that allows both humans and machines to understand easily.


What is an xml schema give sample code?

Interface VS abstract class (include:- introduction, structure and design, Use case Scenario $ when not to use, XML sample code/implementation code and summery)


How do you convert a XML to DTD?

If you use an xml tool like liquid xml studio or any other xml tool you will be able to convert your xml into an xsd or dtd.


What is the use of XML schema?

XML schema is used to define the structure, content, and data types within an XML document. It helps enforce rules for validating data in XML files, ensuring that they conform to a specific format. By using XML schema, developers can establish standards for data exchange and communication between different systems.


What exactly is the XML schema?

An XML schema is a certain type of XML document. It is expressed in constraints, on top of the normal XML constraints, on the structure and content of documents of that type.


How is XML validated?

An xml is normally validated against an xml schema, the schema is the rulebook that defines what can and connot be included in your xml file. You can also use xml validation software which will check and validate your xml, that sit is correct in terms of syntax etc and then check it agianst yuour schema.


What are the xml tools?

That depends on what you want to do, xml tools include; xml parsers xml validators xml editors xml schema editors xml code generators


Are schemas and DTDs both written themselves in XML?

An xml schema is written using the syntax and specifications of xml.