viewing paste CIT255 XML | XML | Private

Posted on the | Last edited on
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80
<?xml version="1.0" encoding="utf-8"?>
<Characters xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Character>
    <Id>1</Id>
    <LastName>Flintstone</LastName>
    <FirstName>Fred</FirstName>
    <Address>301 Cobblestone Way</Address>
    <City>Bedrock</City>
    <State>MI</State>
    <Zip>70777</Zip>
    <Age>32</Age>
    <Gender>MALE</Gender>
  </Character>
  <Character>
    <Id>2</Id>
    <LastName>Rubble</LastName>
    <FirstName>Barney</FirstName>
    <Address>303 Cobblestone Way</Address>
    <City>Bedrock</City>
    <State>MI</State>
    <Zip>70777</Zip>
    <Age>28</Age>
    <Gender>MALE</Gender>
  </Character>
  <Character>
    <Id>3</Id>
    <LastName>Flintstone</LastName>
    <FirstName>Wilma</FirstName>
    <Address>301 Cobblestone Way</Address>
    <City>Bedrock</City>
    <State>MI</State>
    <Zip>70777</Zip>
    <Age>27</Age>
    <Gender>FEMALE</Gender>
  </Character>
  <Character>
    <Id>4</Id>
    <LastName>Flintstone</LastName>
    <FirstName>Pebbles</FirstName>
    <Address>301 Cobblestone Way</Address>
    <City>Bedrock</City>
    <State>MI</State>
    <Zip>70777</Zip>
    <Age>1</Age>
    <Gender>FEMALE</Gender>
  </Character>
  <Character>
    <Id>5</Id>
    <LastName>Rubble</LastName>
    <FirstName>Betty</FirstName>
    <Address>303 Cobblestone Way</Address>
    <City>Bedrock</City>
    <State>MI</State>
    <Zip>70777</Zip>
    <Age>26</Age>
    <Gender>MALE</Gender>
  </Character>
  <Character>
    <Id>6</Id>
    <LastName>Rubble</LastName>
    <FirstName>Bamm-Bamm</FirstName>
    <Address>303 Cobblestone Way</Address>
    <City>Bedrock</City>
    <State>MI</State>
    <Zip>70777</Zip>
    <Age>2</Age>
    <Gender>MALE</Gender>
  </Character>
  <Character>
    <Id>7</Id>
    <LastName />
    <FirstName>Dino</FirstName>
    <Address>301 Cobblestone Way</Address>
    <City>Bedrock</City>
    <State>MI</State>
    <Zip>70777</Zip>
    <Age>7</Age>
    <Gender>FEMALE</Gender>
  </Character>
</Characters>
Viewed 528 times, submitted by Skorm.