Default Declaration: #REQUIRED

defaultdecl-highlight-required

example21.xml


<?xml version="1.0" encoding="US-ASCII"?>

<!DOCTYPE root
  [
  <!ELEMENT root ANY>
  <!ELEMENT stuff ANY>
  <!ATTLIST stuff junk CDATA #REQUIRED>
  ]
>

<root>
  
  <stuff junk="blah blah blah"/>

</root>

Content of this site is © Wayne Conrad. All rights reserved.