I'm very new to the schema side of XML. I see that there's a xs:schema
tag with attributes xmlns:xs
which has a value of some URI. What I don't really know is what does that URI point to? Can I have some XML on my local computer and have it reference that? And if so, what is it pointing at exactly? Following some of the URI's point to web pages but I'm not sure what these pages are for. o.O
I'm also somewhat confused about targetNamespace
and xmlsn
which appear to usually point to the same thing (same as each other, not same as xs:schema
).