Connecting Tech Pros Worldwide Forums | Help | Site Map

XML schema URI purpose

Newbie
 
Join Date: Mar 2006
Posts: 2
#1: Mar 16 '06
Hello all,

Happy holi,

I have one question regarding XML schemas.

In XMl schemas we use URI to identify elements /attributes

Eg:
Expand|Select|Wrap|Line Numbers
  1. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2. xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  3.  
  4. <intVal xsi:type="xsd:int">0</intVal>
  5. <string xsi:type="xsd:string">guru</string>  

My confusion was if the above mentioned uri is not accesable say like I might be intranet, then How does I should make use of that XM schema.

Please clear my confusion.



Reply