[osis-core] Namespace issue
Patrick Durusau
osis-core@bibletechnologieswg.org
Thu, 30 Oct 2003 10:32:27 -0500
Guys,
Some basic facts on the namespace issue:
osisCore.1.1.1 reads:
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
elementFormDefault="unqualified">
osisCore.1.9.9.7 reads:
<xs:schema
targetNamespace="http://www.bibletechnologies.net/2003/OSIS/namespace"
xmlns="http://www.bibletechnologies.net/2003/OSIS/namespace"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
elementFormDefault="qualified" attributeFormDefault="unqualified"
xml:lang="en">
<xs:import namespace="http://www.w3.org/XML/1998/namespace"
schemaLocation="http://www.w3.org/2001/xml.xsd"/>
Note that 1.1.1 says:
elementFormDefault="unqualified">
Note that 1.9.9.7 says:
elementFormDefault="qualified"
The following should work:
<?xml version="1.0" encoding="UTF-8"?>
<osis:osis
xmlns:osis="http://www.bibletechnologies.net/2003/OSIS/namespace"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.bibletechnologies.net/2003/OSIS/namespace
osisCore.1.9.3.xsd">
(from an earlier Todd file)
Hope you are having a great day!
Patrick
--
Patrick Durusau
Director of Research and Development
Society of Biblical Literature
Patrick.Durusau@sbl-site.org
Chair, V1 - Text Processing: Office and Publishing Systems Interface
Co-Editor, ISO 13250, Topic Maps -- Reference Model
Topic Maps: Human, not artificial, intelligence at work!