http://nxp.com/ksdk/2.0/ksdk_manifest_v3.0.xsd not available (dead link)

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

http://nxp.com/ksdk/2.0/ksdk_manifest_v3.0.xsd not available (dead link)

697 次查看
dave_carlson
Contributor III

The SDK project files have a reference to "http://nxp.com/ksdk/2.0/ksdk_manifest_v3.0.xsd" but this is a dead link on your website.  Since the sdk references (appear to be) in files generated by the IDE project wizards, this seems to be an IDE issue.

We would like to use the xsd to validate our xml as well as understand the full specification for the project xml. 

It seems odd to use a unavailable xml format for your IDE projects...

dave

0 项奖励
1 回复

676 次查看
Lukas_Heczko
NXP Employee
NXP Employee

Hi Dave,

the http://nxp.com/ksdk/2.0/ksdk_manifest_v3.0.xsd  is actually id of a namespace used in manifest file. In order to get XSD, please follow the URL placed as the second argument of xsi:schemaLocation attribute, for example http://nxp.com/mcuxpresso/sdk/sdk_manifest_v3.6.xsd as in xsi:schemaLocation="http://nxp.com/ksdk/2.0/ksdk_manifest_v3.0.xsd http://nxp.com/mcuxpresso/sdk/sdk_manifest_v3.6.xsd".

Regards,

Lukas

0 项奖励