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 do you mean by xslt
What is meant by xsl formatting?
How does xml handle metadata?
What is difference between internal and external dtd?
What is xml file in android?
What is difference between xsl and xslt?
What is XML Namespace?
What happens about the presence of the top-level element?
How do I convert xml to word?
What are the two types of xml parsers?
What are the components of xml?
How do you use tags in indesign?
What is xml and why it is used?
How can I declare xml namespaces so that all elements and attributes are in their scope?
How do I open an rss file?