以文本方式查看主题

-  中文XML论坛 - 专业的XML技术讨论区  (http://bbs.xml.org.cn/index.asp)
--  『 DTD/XML Schema 』  (http://bbs.xml.org.cn/list.asp?boardid=23)
----  没有发现DTD/图表声明  (http://bbs.xml.org.cn/dispbbs.asp?boardid=23&rootid=&id=61590)


--  作者:suen_wei
--  发布时间:4/20/2008 9:59:00 AM

--  没有发现DTD/图表声明
怎么我的XML文件总是没有发现DTD/图表声明
      我的XSD文件如下
      /*complexType-test.xsd*/
      <?xml version="1.0"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:element name="vehicles">
<xsd:complexType>
<xsd:choice maxOccurs="1">
  <xsd:choice name="automobiles" type="xsd:string"/>
  <xsd:choice name="aeronef" type="xsd:string"/>
  <xsd:choice name="ship" type="xsd:string"/>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>

XML文件是:complexType-test.xml
<?xml version="1.0"?>
<vehicles xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
            xsi:noNamespaceSchemaLocation="complexType-test.xsd">
<automobiles>Benz</automobiles>
<ship>passenger_liner</ship>
<aeronef>boeing</aeronef>
</vehicles>


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