文件名称:W5-Design-XML-using-DTD-and-XML-Schema:使用 DTD 和 XML Schema 设计 XML
文件大小:4KB
文件格式:ZIP
更新时间:2024-07-22 00:48:44
Java
使用 DTD 和 XML 模式的 XML 设计 项目描述:基于此ER图,执行以下操作: Create a DTD that captures all this information. Avoid data redundancies (do not duplicate data, except keyrefs/idrefs). You may use IDs/IDrefs in DTD. You may introduce your own ids (ID/IDRefs can hold alphanumerical values only). Create a small XML document that matches your DTD. Validate your XML document against your DTD. Create an XML Schema that
【文件预览】:
W5-Design-XML-using-DTD-and-XML-Schema-master
----dtd.java(519B)
----abc.xml(3KB)
----mydtd.dtd(600B)
----test.xsd(2KB)
----cs.xml(1KB)
----validate-schema.java(608B)
----README.md(603B)
----xmlS.xsd(2KB)