XSD problem: The value of attribute on element is not valid with respect to its type
Posted
by Tom Brito
on Stack Overflow
See other posts from Stack Overflow
or by Tom Brito
Published on 2010-05-11T18:08:25Z
Indexed on
2010/05/11
18:14 UTC
Read the original article
Hit count: 203
(First of all, I'm trying to learn how to handle xsd files, I know very little)
I got this xsd, and just copy to Eclipse IDE, and it says there an error on line 26:
<xs:element name="Issuer" type="dkx:IssuerType" />
saying:
cvc-attribute.3: The value 'dkx:IssuerType' of attribute 'type' on element 'xs:element' is not valid with respect to its type, 'QName'.
Any idea what is this? (as this is an example file, I'm assuming it is an independent file, hope it is)
© Stack Overflow or respective owner