码迷,mamicode.com
首页 > 其他好文 > 详细

schema中属性声明

时间:2017-10-08 19:01:39      阅读:145      评论:0      收藏:0      [点我收藏+]

标签:strong   element   nal   xmlns   attribute   span   ext   XML   string   

<attribute name="属性名"

  default="默认值"  fixed="固定值" use="option|required"  type="数据类型名">

e.g.

1 <xs:schema xmlns:xs=http://www.w3.org/2001/XMLSchema">
2   <xs:element name="name">
3     <xs:complexType>
4       <xs:element name="first" type="xs:string" />
5       <xs:attribute name="age" type="xs:integer" use="optional" />
6     </xs:complexType>
7   </xs:element>
8 </xs:schema>

 

schema中属性声明

标签:strong   element   nal   xmlns   attribute   span   ext   XML   string   

原文地址:http://www.cnblogs.com/zhuxiang1633/p/7638031.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!