- From: <bugzilla@wiggum.w3.org>
- Date: Wed, 30 Jan 2008 18:42:03 +0000
- To: public-sml@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=5442
Summary: extra information in sml-if-schema.xsd
Product: SML
Version: LC
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Interchange Format
AssignedTo: cmsmcq@w3.org
ReportedBy: popescu@ca.ibm.com
QAContact: public-sml@w3.org
Taking the 01/14 sml-if.xsd file from this location -
http://www.w3.org/2008/01/sml-schema.xsd - I noticed some additions to the old
content which I assume is unintentional
1. A new ns1 namespace defined but never used
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:smlif="http://www.w3.org/2008/01/sml-if"
>>>>>xmlns:ns1="http://www.w3.org/2008/01/sml-if"
targetNamespace="http://www.w3.org/2008/01/sml-if"
elementFormDefault="qualified" blockDefault="#all" version="1.0" xml:lang="EN"
finalDefault="" attributeFormDefault="unqualified">
2. An import for a namespace I don't see used anywhere
<xs:import namespace="http://www.w3.org/XML/1998/namespace"
schemaLocation="http://www.w3.org/2001/xml.xsd"/>
Received on Wednesday, 30 January 2008 18:42:10 UTC