XSD problem: The value of attribute on element is not valid with respect to its type
- by Tom Brito
(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)