<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -118,19 +118,13 @@ namespace Yahoo.FireEagle.API
         public string WoeId;
     }
 
-    public class LocationHierarchy
-    {
-        [XmlElement(&quot;location&quot;)]
-        public Location[] Locations;
-    }
-
     public class User
     {
         [XmlAttribute(&quot;token&quot;)]
         public string Token; // oauth_token for this user
 
-        [XmlElement(&quot;location-hierarchy&quot;)]
-        public LocationHierarchy LocationHierarchy;
+        [XmlArrayItem(&quot;location&quot;), XmlArray(&quot;location-hierarchy&quot;)]
+        public Location[] LocationHierarchy;
     }
 
     [XmlRoot(&quot;rsp&quot;)]</diff>
      <filename>example/App_Code/FireEagle.cs</filename>
    </modified>
    <modified>
      <diff>@@ -17,7 +17,7 @@
     &lt;% } %&gt;
 
     &lt;h2&gt;Where you (&lt;%= h(user.Token) %&gt;) are&lt;/h2&gt;
-    &lt;% foreach (Yahoo.FireEagle.API.Location loc in user.LocationHierarchy.Locations) { %&gt;
+    &lt;% foreach (Yahoo.FireEagle.API.Location loc in user.LocationHierarchy) { %&gt;
         &lt;h3&gt;[&lt;%= h(loc.Id) %&gt;] &lt;%= h(loc.Name) %&gt; (level &lt;%= h(loc.Level) %&gt; - &lt;%= h(loc.LevelName) %&gt;)&lt;% if (loc.IsBestGuess) { %&gt; BEST GUESS&lt;% } %&gt;&lt;/h3&gt;
         &lt;ul&gt;
             &lt;% if (!string.IsNullOrEmpty(loc.Label)) { %&gt;</diff>
      <filename>example/Default.aspx</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e44cac35bbb53f51d337556e400678ad2d628008</id>
    </parent>
  </parents>
  <author>
    <name>Phillip Pearson</name>
    <email>pp@myelin.co.nz</email>
  </author>
  <url>http://github.com/myelin/fireeagle-cs-lib/commit/0e224fb7502c36e15d4f19bbb245d47c6ec5e2e2</url>
  <id>0e224fb7502c36e15d4f19bbb245d47c6ec5e2e2</id>
  <committed-date>2008-03-27T20:28:57-07:00</committed-date>
  <authored-date>2008-03-27T20:28:57-07:00</authored-date>
  <message>changed LocationHierarchy into an XmlArray</message>
  <tree>dc9621823fb57c2f095d977eed93445b63d5d618</tree>
  <committer>
    <name>Phillip Pearson</name>
    <email>pp@myelin.co.nz</email>
  </committer>
</commit>
