Ordinality: One or more

example09.xml


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

<!DOCTYPE root
  [
  <!ELEMENT root ANY>
  <!ELEMENT stuff (a)+ >
  <!ELEMENT a ANY>
  ]
>

<root>

  <stuff> <a/> </stuff>
  <stuff> <a/> <a/> </stuff>
  <stuff> <a/> <a/> <a/> </stuff>

</root>

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