禁止 xsd 中的附加属性
是否可以禁止提供的属性以外的属性?
示例:对于节点 person,我仅定义 name
属性。是否可以禁止在要检查的xml中插入其他属性?
<person name="smith" size="15" foo="bar">
</person>
在 size
和 foo
上触发错误,因为不允许使用除 name
之外的其他属性。
Is it possible to prohibit attributes other than those provided ?
Example : for node person, I define name
attribute only. Is it possible to prohibit others attributes to be inserted in the xml to be checked ?
<person name="smith" size="15" foo="bar">
</person>
Trigger an error on size
and foo
because other attributes than name
are not allowed.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论