EDN Admin
Well-known member
I have a following schema validation error:
The KeyRef ‘Schema.xsd:ElementX’ cannot find the referred key or unique in scope.
This error is however Microsoft specific and not a W3C standard.
I need to use the Microsoft standard as the program uses an XML Parser from .NET 4.0
How can I avoid redundancy in the schema or xml instance by redesigning it?
View the full article
The KeyRef ‘Schema.xsd:ElementX’ cannot find the referred key or unique in scope.
This error is however Microsoft specific and not a W3C standard.
I need to use the Microsoft standard as the program uses an XML Parser from .NET 4.0
How can I avoid redundancy in the schema or xml instance by redesigning it?
View the full article