Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how to define Schems xml document



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

Post New Answer

More XML XSLT RSS Interview Questions

What is node xml?

0 Answers  


what is XPATH ?

2 Answers  


Explain the classes in System.XML Namespace?

0 Answers  


How to use w3.org feed validation service?

0 Answers  


Briefly explain the xml spy 2005 multitool.

0 Answers  


How do I open an xml file in excel?

0 Answers  


How do you send an XML document from client to server ?

1 Answers   Digital GlobalSoft,


What are the main benifits of XML?

1 Answers  


What is dtd used for?

0 Answers  


Why xml is used in web applications?

0 Answers  


How often does rss feed update?

0 Answers  


What is parent in pom xml?

0 Answers  


Categories