1*7c568831SAndroid Build Coastguard Worker<?xml version="1.0"?> 2*7c568831SAndroid Build Coastguard Worker<!DOCTYPE iddemo [ 3*7c568831SAndroid Build Coastguard Worker<!ELEMENT iddemo (head?, (chapter)*)> 4*7c568831SAndroid Build Coastguard Worker<!ATTLIST iddemo id ID #IMPLIED> 5*7c568831SAndroid Build Coastguard Worker<!ELEMENT head (title?, (p)*)> 6*7c568831SAndroid Build Coastguard Worker<!ATTLIST head id ID #IMPLIED> 7*7c568831SAndroid Build Coastguard Worker<!ELEMENT chapter (title?, (p | image)*)> 8*7c568831SAndroid Build Coastguard Worker<!ATTLIST chapter id ID #IMPLIED> 9*7c568831SAndroid Build Coastguard Worker<!ELEMENT image EMPTY> 10*7c568831SAndroid Build Coastguard Worker<!ATTLIST image href CDATA #IMPLIED> 11*7c568831SAndroid Build Coastguard Worker<!ELEMENT title (#PCDATA)> 12*7c568831SAndroid Build Coastguard Worker<!ELEMENT p (#PCDATA)> 13*7c568831SAndroid Build Coastguard Worker]> 14*7c568831SAndroid Build Coastguard Worker 15*7c568831SAndroid Build Coastguard Worker<iddemo> 16*7c568831SAndroid Build Coastguard Worker <head> 17*7c568831SAndroid Build Coastguard Worker <title>Welcome to Gnome</title> 18*7c568831SAndroid Build Coastguard Worker </head> 19*7c568831SAndroid Build Coastguard Worker <chapter id="chapter1"> 20*7c568831SAndroid Build Coastguard Worker <title>The Linux adventure</title> 21*7c568831SAndroid Build Coastguard Worker <p>bla bla bla ...</p> 22*7c568831SAndroid Build Coastguard Worker <image href="linus.gif"/> 23*7c568831SAndroid Build Coastguard Worker <p>...</p> 24*7c568831SAndroid Build Coastguard Worker <p>third p</p> 25*7c568831SAndroid Build Coastguard Worker <p>fourth p</p> 26*7c568831SAndroid Build Coastguard Worker </chapter> 27*7c568831SAndroid Build Coastguard Worker <chapter id="chapter2"> 28*7c568831SAndroid Build Coastguard Worker <title>Chapter 2</title> 29*7c568831SAndroid Build Coastguard Worker <p>this is chapter 2 ...</p> 30*7c568831SAndroid Build Coastguard Worker </chapter> 31*7c568831SAndroid Build Coastguard Worker <chapter id="chapter3"> 32*7c568831SAndroid Build Coastguard Worker <title>Chapter 3</title> 33*7c568831SAndroid Build Coastguard Worker <p>this is chapter 3 ...</p> 34*7c568831SAndroid Build Coastguard Worker </chapter> 35*7c568831SAndroid Build Coastguard Worker <chapter id="chapter4"> 36*7c568831SAndroid Build Coastguard Worker <title>Chapter 4</title> 37*7c568831SAndroid Build Coastguard Worker <p>this is chapter 4 ...</p> 38*7c568831SAndroid Build Coastguard Worker </chapter> 39*7c568831SAndroid Build Coastguard Worker <chapter id="chapter5"> 40*7c568831SAndroid Build Coastguard Worker <title>Chapter 5</title> 41*7c568831SAndroid Build Coastguard Worker <p>this is chapter 5 ...</p> 42*7c568831SAndroid Build Coastguard Worker </chapter> 43*7c568831SAndroid Build Coastguard Worker</iddemo> 44