Description of Wait Times XML file

    1 <?xml version="1.0" encoding="UTF-8" ?>       <!--  XML Declaration  -->
    2 <branches>                                    <!--  Branches (Root Element)  -->
    3     <branch>                                  <!--  Branch Element, contains info on 1 Branch  -->
    4         <town>Beverly</town>                  <!--  Town Name  -->
    5         <licensing>00:30:44</licensing>       <!--  Licensing Wait Time, in HH:MM:SS  -->
    6         <registration>00:18:46</registration> <!--  Registration Wait Time, in HH:MM:SS  -->
    7     </branch>
    8     <branch>
    9         <town>Brockton</town>
    9         ...