All Downloads are FREE. Search and download functionalities are using the official Maven repository.

msv.relames.schemas.id.xml Maven / Gradle / Ivy

There is a newer version: 2.2.5.1
Show newest version
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE test [
	<!ELEMENT test ((id|idref)*)>
	<!ELEMENT id      EMPTY>
	<!ELEMENT idref   EMPTY>
	<!ATTLIST id
			id ID	#IMPLIED>
	<!ATTLIST idref
			idref CDATA #IMPLIED> <!-- we will use schematron to check IDREF -->
]>
<test>
	<id id="dummy"/> <!-- try commenting out this node and see what happens! -->
	<idref idref="dummy"/>
</test>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy