teaching-plan行报错

teaching-plan行报错

<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema" >
             <element name="hr">
                  <complexType>
                        <sequence>
                              <element name="course" minOccurs="1" maxOccurs="999">
                                    <complexType>
                                          <sequence>
                                                <element name="course-name"  type="string"></element>
                                                <element name="class-hour"  type="integer"></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="http://www.w3.org/2001/XMLSchema-instance"
xsi : noNamespaceSchemaLocation="hr.xsd">
    <course>
            <course-name>大学英语</course-name>
            <class-hour>36</class-hour>
            <exam-form>考试</exam-form>   
    </course>

    <course>
            <course-name>高等数学</course-name>
            <class-hour>70</class-hour>
            <exam-form>考试</exam-form>   
    </course>

    <course>
            <course-name>计算机应用基础</course-name>
            <class-hour>108</class-hour>
            <exam-form>上机考试</exam-form>   
    </course>
</teaching-plan>


我的为什么<teaching-plan xmlns="http://www.w3.org/2001/XMLSchema-instance"
xsi : noNamespaceSchemaLocation="hr.xsd">这一行一直报错

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

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

2回答
好帮手慕阿莹 2021-02-18 11:07:16

同学你好,楼上“故事的人不精彩”同学的回答很好哦,同学可以按照楼上同学的建议修改一下。

祝学习愉快。

WittChen 2021-02-11 10:38:35

同学你的错误有两处呀

1、schema文件中hr 改成teaching-plan

2、<teaching-plan xmlns="http://www.w3.org/2001/XMLSchema-instance"
xsi : noNamespaceSchemaLocation="hr.xsd">改成

<teaching-plan xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi : noNamespaceSchemaLocation="hr.xsd">

一定要细心啊?

问题已解决,确定采纳
还有疑问,暂不采纳

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

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

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

在线咨询

领取优惠

免费试听

领取大纲

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