(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'.
Everything in this error message is in the specified line, except the "QName" (what is it?).
Any idea how to solve this? (as this is an example file, I'm assuming it is an independent file, hope it is)