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 |
Do you feel that you have chosen the right technology XSLT?
How to write a minimum atom 1.0 feed file?
Why is my rss feed not working?
Explain the concept of data island?
What is xml word?
What is xml httprequest? What are its advantages?
Whats does dtd mean?
What is XSLT stylesheet?
What is difference between xml and xslt?
What are the differences between HTML and XML?
Are there any keywords present in XML that cant be re-used while describing tags ? If so, list them.
What is text () in xpath?