Advertisement
Guest User

Untitled

a guest
Dec 15th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.07 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE teams [
  3. <!ELEMENT teams (team)*>
  4. <!ELEMENT team EMPTY>
  5. <!ATTLIST team id CDATA #IMPLIED>
  6. <!ATTLIST team point CDATA #IMPLIED>
  7. ]>
  8.  
  9. <teams>
  10.     <team id="A1" point="0"/>
  11.     <team id="A2" point="0"/>
  12.     <team id="A3" point="0"/>
  13.     <team id="A4" point="0"/>
  14.     <team id="B1" point="0"/>
  15.     <team id="B2" point="0"/>
  16.     <team id="B3" point="0"/>
  17.     <team id="B4" point="0"/>
  18.     <team id="C1" point="0"/>
  19.     <team id="C2" point="0"/>
  20.     <team id="C3" point="0"/>
  21.     <team id="C4" point="0"/>
  22.     <team id="D1" point="0"/>
  23.     <team id="D2" point="0"/>
  24.     <team id="D3" point="0"/>
  25.     <team id="D4" point="0"/>
  26.     <team id="E1" point="0"/>
  27.     <team id="E2" point="0"/>
  28.     <team id="E3" point="0"/>
  29.     <team id="E4" point="0"/>
  30.     <team id="F1" point="0"/>
  31.     <team id="F2" point="0"/>
  32.     <team id="F3" point="0"/>
  33.     <team id="F4" point="0"/>
  34.     <team id="G1" point="0"/>
  35.     <team id="G2" point="0"/>
  36.     <team id="G3" point="0"/>
  37.     <team id="G4" point="0"/>
  38.     <team id="H1" point="0"/>
  39.     <team id="H2" point="0"/>
  40.     <team id="H3" point="0"/>
  41.     <team id="H4" point="0"/>
  42. </teams>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement