假设我有一个 xml 文件student.xml
<?xml version="1.0" encoding="utf-8"?>
<College>
<Student>
<name>John</Name>
<RollNo>1</RollNo>
</Student>
<Student>
<name>rosh</Name>
<RollNo>2</RollNo>
</Student>
</College>
现在如何为student.xsd
同一文件夹中存在的文件添加 XSD 引用并使用它验证 xml?