Home -> XML Examples -> Element type children: sequence
<?xml version="1.0" encoding="US-ASCII"?> <!DOCTYPE root [ <!ELEMENT root ANY> <!ELEMENT sequence (a, b) > <!ELEMENT a ANY> <!ELEMENT b ANY> ] > <root> <sequence> <a/> <b/> </sequence> </root>
Content of this site is © Wayne Conrad. All rights reserved.