<?xml version="1.0" encoding="UTF-8"?>
<学生名册 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="demo12.xsd">
<学生 学号="ID_1">
<姓名>任亮</姓名>
<性别>男</性别>
<年龄>30</年龄>
</学生>
<学生 学号="ID_2">
<姓名>张三</姓名>
<性别>女</性别>
<年龄>20</年龄>
</学生>
<学生 学号="ID_3">
<姓名>李四</姓名>
<性别>女</性别>
<年龄>21</年龄>
</学生>
</学生名册>