⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ex4_4.xml

📁 深入浅出XML示例下载
💻 XML
字号:
<?xml version="1.0" encoding="gb2312"?>
<Schema xmlns="urn:schemas-microsoft-com:xml-data"
	xmlns:dt="urn:schemas-microsoft-com:datatypes">
<ElementType name="所学专业" content="textOnly" >
  <AttributeType name="学院名称" dt:type="id"/>
  <attribute type="学院名称" />
  <AttributeType name="系名称" dt:type="idrefs"/>
  <attribute type="系名称" />
  <AttributeType name="专业" dt:type="idrefs"/>
  <attribute type="专业" />
  <AttributeType name="年级" dt:type="string"/>
  <attribute type="年级" />
</ElementType>
</Schema>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -