以文本方式查看主题

-  中文XML论坛 - 专业的XML技术讨论区  (http://bbs.xml.org.cn/index.asp)
--  『 DTD/XML Schema 』  (http://bbs.xml.org.cn/list.asp?boardid=23)
----  如果解决属不能为空啊  (http://bbs.xml.org.cn/dispbbs.asp?boardid=23&rootid=&id=36099)


--  作者:ighack
--  发布时间:7/26/2006 11:46:00 PM

--  如果解决属不能为空啊
先谢各们老大
<xs:element name="corp" minOccurs="1" maxOccurs="unbounded">
    <xs:complexType>
     <xs:sequence>
      <xs:element name="name" type="nameType" minOccurs="1" maxOccurs="1"/>
      <xs:element name="job" type="jobType" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element name="phone" type="phoneType" minOccurs="1" maxOccurs="unbounded"/>
      <xs:element name="mobile" type="mobileType" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element name="address" type="addressType" minOccurs="1" maxOccurs="1"/>
      <xs:element name="email" type="emailType" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element name="www" type="wwwType" minOccurs="0" maxOccurs="unbounded"/>
     </xs:sequence>
     <xs:attribute name="name" type="xs:ID"/>
    </xs:complexType>
   </xs:element>
  </xs:sequence>

我想要让name这个属性不能为空,且不能重复,最好能控制长度
还想问一下fixed是有什么用啊

在次谢了


--  作者:gemingke
--  发布时间:7/27/2006 9:44:00 PM

--  
name这个属性本来就是不能为空,且不能重复。所以没明白你问的什么

fixd就是把value固定下来


W 3 C h i n a ( since 2003 ) 旗 下 站 点
苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》
46.875ms