标签: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>
标签:strong element nal xmlns attribute span ext XML string
原文地址:http://www.cnblogs.com/zhuxiang1633/p/7638031.html