[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
XSD - Validator problem
- From: "Sebastian Hinterwälder"<sebi-hinterwaelder@gmx.de>
- To: xml-dev@lists.xml.org
- Date: Mon, 01 Oct 2007 15:07:19 +0200
Hi,
I have a problem and hope someone might help me. In my work with Extensible Textual Format I wanted to use an schema file that I found within an IBM project. I used "XML-Spy" to validate the schema and everytime it throws an error in the first line of code. I really don't see any error there. Maybe somone of you knows it. Therefore I posted the first lines of code above. Is there maybe a difference in the specification of schema that different validators use?
Thanks for help, Sebastian
<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:xmta="urn:mpeg:mpeg4:xmta:schema:2002"
targetNamespace="urn:mpeg:mpeg4:xmta:schema:2002" elementFormDefault="qualified">
<annotation>
<documentation> eXtensible MPEG Textual (XMT-A) format Schema </documentation>
</annotation>
<annotation>
<documentation> Field types </documentation>
</annotation>
<simpleType name="SFBool">
<restriction base="boolean"/>
...
--
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]