在编写xsd文件时,不能使用xml注释,否则会导致NetBeans没有代码提示功能



在编写xsd (xml schedma)文件时,不能使用xml注释,否则会导致NetBeans不能有代码提示功能

<!—这种注释,会导致NetBeans没代码提示功能-->

可能使用schema规定的文档化标签

<xsd:annotation>

<xsd:documentation>

文档才可以自动提示

</xsd:documentation>

</xsd:annotation>

相关文章

php输出xml格式字符串
J2ME Mobile 3D入门教程系列文章之一
XML轻松学习手册
XML入门的常见问题(一)
XML入门的常见问题(三)
XML轻松学习手册(2)XML概念