两个文件好像没有关联成功

两个文件好像没有关联成功

<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema">
 <element name="teaching-plan">
  <complexType>
   <sequence>
    <element name="course"  maxOccurs="2">
     <complexType>
      <sequence>
       <element name="course-name" type="string"></element>
       <element name="class-hour">
        <simpleType>
         <restriction base="integer">
          <minInclusive value="20"></minInclusive>
          <maxInclusive value="110"></maxInclusive>
         </restriction>
        </simpleType>
       </element>
       <element name="exam-form" type="string"></element>
      </sequence>    
     </complexType>
    </element>
   </sequence>
  </complexType>
 </element> 
</schema>
<?xml version="1.0" encoding="UTF-8"?>
<teaching-plan xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:noNamespaceSchemaLocation="plan.xsd">
  <crouse>
    <crouse-name>大学英语</crouse-name>
    <class-hour>36</class-hour>
    <exam-form>考试</exam-form>
  </crouse>
  <crouse>
    <crouse-name>高等数学</crouse-name>
    <class-hour>72</class-hour>
    <exam-form>考试</exam-form>
  </crouse>
  <crouse>
    <crouse-name>计算机基础与应用</crouse-name>
    <class-hour>2000</class-hour>
    <exam-form>上机操作</exam-form>
  </crouse>
</teaching-plan>

两个文件好像没有关联成功啊,如果成功的话3个course应该会报错啊,第三个course的class-hour设为2000肯定也会报错的啊

正在回答 回答被采纳积分+1

登陆购买课程后可参与讨论,去登陆

1回答
芝芝兰兰 2019-05-21 18:38:14

同学你好。可以看一下第一个course有没有报错哦。在这里就出现拼写错误了

http://img1.sycdn.imooc.com//climg/5ce3d4a40001181408310205.jpg

将拼写错误全部改过来以后才出现的同学所说的两个错误

http://img1.sycdn.imooc.com//climg/5ce3d4f40001f1b906200145.jpg

如果解答了同学的疑问,望采纳~

祝学习愉快~


  • 提问者 必思答 #1
    我这咋没报错呢?现在改过来了感觉还是没有关联成功
    2019-05-21 19:08:30
  • 芝芝兰兰 回复 提问者 必思答 #2
    两个文件在同一目录下吗?,schema文件是叫plan.xsd吗?
    2019-05-21 19:14:17
  • 提问者 必思答 #3
    重启了eclipse解决了,可能是软件的问题
    2019-05-21 20:19:45
问题已解决,确定采纳
还有疑问,暂不采纳

恭喜解决一个难题,获得1积分~

来为老师/同学的回答评分吧

0 星
请稍等 ...
意见反馈 帮助中心 APP下载
官方微信

在线咨询

领取优惠

免费试听

领取大纲

扫描二维码,添加
你的专属老师