Article ID: 317611 - Last Review: February 12, 2007 - Revision: 6.4 BUG: Type "###" is not declared in reference to local type of an included XSD Schema file
This article was previously published under Q317611 On This PageSYMPTOMS The current implementation of XSD schema-validation support
in the .NET framework does not convert the targerNamespace of the local
referencing type of an included XSD (it does not support the "chameleon"
include). For example, the following a.xsd file includes the b.xsd and c.xsd
files: "Type 'testType' is not declared." in c.xsd
RESOLUTION To work around this problem, add a xmlns="test" namespace
declaration to the c.xsd file, for example: STATUSMicrosoft has confirmed that this is a bug in the Microsoft
products that are listed at the beginning of this article.
MORE INFORMATIONSteps to Reproduce the Problem
| Other Resources Other Support Sites
CommunityGet Help NowArticle Translations
|





















Back to the top