how to define Schems xml document
Answer / arun
<?xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="note">
<xs:complexType>
<xs:sequence>
<xs:element name="to" type="xs:string"/>
<xs:element name="from" type="xs:string"/>
<xs:element name="heading" type="xs:string"/>
<xs:element name="body" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>
it (xs) gives uniquness than other elements having same name..
| Is This Answer Correct ? | 3 Yes | 0 No |
What is node xml?
what is XPATH ?
Explain the classes in System.XML Namespace?
How to use w3.org feed validation service?
Briefly explain the xml spy 2005 multitool.
How do I open an xml file in excel?
How do you send an XML document from client to server ?
What are the main benifits of XML?
What is dtd used for?
Why xml is used in web applications?
How often does rss feed update?
What is parent in pom xml?