如何在模式中使用 xmlspy 创建 SimpleType 枚举?
我想知道如何使用 XMLSpy 创建一个枚举的 SimpleType。
您有链接或有用的东西可以帮助我吗?
这是国家/地区代码的简单类型
enumeration AD ("ANDORRA")
enumeration AE ("UNITED ARAB EMIRATES")
enumeration AF ("AFGHANISTAN")
enumeration AG ("ANTIGUA AND BARBUDA")
enumeration AI ("ANGUILLA")
谢谢
I'd like to know how to create a SimpleType that is a enumeration with XMLSpy.
Do you have link or something useful that can help me ?
it's simpletype for country code
enumeration AD ("ANDORRA")
enumeration AE ("UNITED ARAB EMIRATES")
enumeration AF ("AFGHANISTAN")
enumeration AG ("ANTIGUA AND BARBUDA")
enumeration AI ("ANGUILLA")
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这就是我用的,
This is what I use,
使用架构/WSDL 设计视图上的编辑器:
添加元素
选择刚刚添加的元素
在详细信息面板中设置
然后在构面面板中您将有一个“枚举”选项卡,您可以在其中添加枚举
Using the editor on the Schema/WSDL design view:
Add an element
Select the element you just added
In the details panel set
Then in the facets panel you will have an Enumeration tab where you can add enumerations