G
Gianni Rubagotti
I'm writing an XMl schema to learn and I have a problem
I want that my schema work on my PC, not to put it on the internet but
everytime I serach in tutorials the examples put as value of
targetNamespace a http and I don't know what's the well formed URI to
say my Schem is in
C:\skima\
C:\skima\
File//C:\skima\
File:\skima\
don't works
How I can write instead of
<?xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="FILE:\skima\"
xmlns="FILE:\skima\"
elementFormDefault="qualified">
?
Thank you,
Gianni Rubagotti
P.S.: i validate with
http://tools.decisionsoft.com/schemaValidate.html
I want that my schema work on my PC, not to put it on the internet but
everytime I serach in tutorials the examples put as value of
targetNamespace a http and I don't know what's the well formed URI to
say my Schem is in
C:\skima\
C:\skima\
File//C:\skima\
File:\skima\
don't works
How I can write instead of
<?xml version="1.0"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="FILE:\skima\"
xmlns="FILE:\skima\"
elementFormDefault="qualified">
?
Thank you,
Gianni Rubagotti
P.S.: i validate with
http://tools.decisionsoft.com/schemaValidate.html