Answer Posted / 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 |
Post New Answer View All Answers
What does extensible markup language xml describe?
What is mode in xslt?
How do you find a url address?
How do I view an xml file?
When was docx created?
What are simple xml elements?
How are comments used in xml?
How do I include one xml file in another?
Explain about non-XML resources?
What is a url of an rss feed?
What are the differences between xml and html?
What is the difference between XML Serialization and Binary Serialization?
What is root element in xml ?
What is dtd used for?
How can I compare two excel sheets?