level 1
羽洋才TT
楼主
写出约束该
XML
文件语义的
DTD
文件和
Schema
文件
<?xml version="1.0" encoding="GB2312" standalone="no"?>
<Coach
xmlns="http://www.test.com/">
<Name id=”1001”>
斯科拉里
</Name>
<Birthday>
1948
年
9
月
11
日
</Birthday>
<Interesting>
上网
</Interesting>
</Coach>
要求:
其中
id
属性是必须给出的
Name
、
Birthday
、
Interesting
是有序的