<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Sorry I did not actually answer your question :( in ArcGIS REST APIs and Services Questions</title>
    <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/fields-returned-in-identify-not-the-same-as-fields/m-p/535801#M2543</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry Ravi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I missed your last question.&amp;nbsp; Just in case you cannot infer it from my response, here is the answer:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"The layer description should also list "ID" as the alias and not "Auto ID". Does that still show the alias as set in the geodatabase?"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The layer description shows "Auto ID"&amp;nbsp; (which is the alias as set in the geodatabase)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Apr 2010 16:29:11 GMT</pubDate>
    <dc:creator>NicoleSchmidt</dc:creator>
    <dc:date>2010-04-29T16:29:11Z</dc:date>
    <item>
      <title>Fields returned in Identify not the same as fields defined in the layer</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/fields-returned-in-identify-not-the-same-as-fields/m-p/535797#M2539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My map service returns a different field name for identify than is defined in the service.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;http:\\myserver\ArcGIS\rest\services\testservice\MapServer\5 I see a list of fields:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;OBJECTID (Type: esriFieldTypeOID, Alias: OBJECTID) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;L_NUMBER (Type: esriFieldTypeString, Alias: Number) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;L_STYPE_CD (Type: esriFieldTypeInteger, Alias: GIS Subtype) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;L_ID (Type: esriFieldTypeInteger, Alias: Auto ID) &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I use the identify operation, it returns this as the list:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; "attributes" : {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "OBJECTID" : "540", &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Number" : "19348", &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "GIS Subtype" : "Null", &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "ID" : "8", &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Why is it returning the wrong alias name for the "Auto ID" field (it is returning it as "ID")?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Apr 2010 15:39:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/fields-returned-in-identify-not-the-same-as-fields/m-p/535797#M2539</guid>
      <dc:creator>NicoleSchmidt</dc:creator>
      <dc:date>2010-04-27T15:39:51Z</dc:date>
    </item>
    <item>
      <title>Figured it out, is this a bug or by design?</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/fields-returned-in-identify-not-the-same-as-fields/m-p/535798#M2540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I figured it out.&amp;nbsp; It is caused by using a different field alias name in the project than in the geodatabase.&amp;nbsp; I think this is a bug. I think the REST API should be either using the geodatabase alias name or the project alias name.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Navigating to http:\\myserver\ArcGIS\rest\services\testservice\MapServer\5 returns a list of fields and the alias names as defined in the ArcSDE geodatabase.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;OBJECTID (Type: esriFieldTypeOID, Alias: OBJECTID)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;L_NUMBER (Type: esriFieldTypeString, Alias: Number)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;L_STYPE_CD (Type: esriFieldTypeInteger, Alias: GIS Subtype)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;L_ID (Type: esriFieldTypeInteger, Alias: Auto ID)&amp;nbsp; //Auto ID is the alias applied to the geodatabase for this field&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The identify operation on that layer returns a list of fields with alias names as defined from the project&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"attributes" : {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"OBJECTID" : "540",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"Number" : "19348",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"GIS Subtype" : "Null",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"ID" : "8",&amp;nbsp;&amp;nbsp; //ID is an alias i applied to the project, overriding the Auto ID alias from the geodatabase)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can someone confirm this as a bug or let me know if this is as designed?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Apr 2010 16:01:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/fields-returned-in-identify-not-the-same-as-fields/m-p/535798#M2540</guid>
      <dc:creator>NicoleSchmidt</dc:creator>
      <dc:date>2010-04-29T16:01:51Z</dc:date>
    </item>
    <item>
      <title>Fields returned in Identify not the same as fields defined in the layer</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/fields-returned-in-identify-not-the-same-as-fields/m-p/535799#M2541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is the expected behavior. By default the field alias shown in the map document will use the alias from the geodatabase. But if it is altered in the document, then the field alias that is set in the map document will override the alias set in the geodatabase. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"ID" : "8", //ID is an alias i applied to the project, overriding the Auto ID alias from the geodatabase)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The layer description should also list "ID" as the alias and not "Auto ID". Does that still show the alias as set in the geodatabase?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ravi&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Apr 2010 16:15:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/fields-returned-in-identify-not-the-same-as-fields/m-p/535799#M2541</guid>
      <dc:creator>RaviNarayanan</dc:creator>
      <dc:date>2010-04-29T16:15:57Z</dc:date>
    </item>
    <item>
      <title>Fields returned in Identify not the same as fields displayed</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/fields-returned-in-identify-not-the-same-as-fields/m-p/535800#M2542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ravi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If that is the case, then why do the field names that are displayed when I go here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;http:\\myserver\ArcGIS\rest\services\testservice\MapServer\5&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;show the geodatabase alias names (not the aliases from the project)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(this should probably be a separate topic, but the SOAP operation for LayerDescriptions also returns the alias defined in the geodatabase and not the one defined in the document).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So far the identify operation (and possibly Query I have not tested that) are the only ones that return the alias name from the Document.&amp;nbsp; Everything else seems to only return aliases as defined in the geodatabase.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Nicole&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Apr 2010 16:27:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/fields-returned-in-identify-not-the-same-as-fields/m-p/535800#M2542</guid>
      <dc:creator>NicoleSchmidt</dc:creator>
      <dc:date>2010-04-29T16:27:08Z</dc:date>
    </item>
    <item>
      <title>Sorry I did not actually answer your question :(</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/fields-returned-in-identify-not-the-same-as-fields/m-p/535801#M2543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry Ravi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I missed your last question.&amp;nbsp; Just in case you cannot infer it from my response, here is the answer:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"The layer description should also list "ID" as the alias and not "Auto ID". Does that still show the alias as set in the geodatabase?"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The layer description shows "Auto ID"&amp;nbsp; (which is the alias as set in the geodatabase)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Apr 2010 16:29:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/fields-returned-in-identify-not-the-same-as-fields/m-p/535801#M2543</guid>
      <dc:creator>NicoleSchmidt</dc:creator>
      <dc:date>2010-04-29T16:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Fields returned in Identify not the same as fields defined in the layer</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/fields-returned-in-identify-not-the-same-as-fields/m-p/535802#M2544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Worse than not returning the field names as specified, something I have noticed is that identify and query through the Flex viewers and REST services do not report any values described with domains from a geodatabase.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you add a service in ArcMap and/or ArcGIS Explorer, and identify a feature, you will get the description and not the code. But if you use a Flex viewer and/or the REST Services Directory, the code will be reported, not the description from a domain in the geodatabase. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I really need some help figuring this out right now.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jun 2010 17:08:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/fields-returned-in-identify-not-the-same-as-fields/m-p/535802#M2544</guid>
      <dc:creator>RichardButgereit</dc:creator>
      <dc:date>2010-06-21T17:08:38Z</dc:date>
    </item>
    <item>
      <title>Field Alias returned in identify is not consistent with the layer definition</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/fields-returned-in-identify-not-the-same-as-fields/m-p/535803#M2545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I believe this issue I found back in April is a bug.&amp;nbsp; How can I report this or get confirmation that it is a bug and is not as designed?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To replicate, &lt;/SPAN&gt;&lt;BR /&gt;&lt;OL&gt;&lt;BR /&gt;&lt;LI&gt;Create a new feature class in an ArcSDE database.&amp;nbsp; Add at least one field to the feature class.&amp;nbsp; Give this field an alias of "alias1"&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Create a new project in ArcMap and add this layer.&amp;nbsp; Go to the field properties and set the alias for the one field you added to "alias2"&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Deploy the project as an MXD service to ArcServer 9.3.1&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;Navigate to http:\\myserver\ArcGIS\rest\services\testservice\MapServer\1&lt;/LI&gt;&lt;BR /&gt;Notice that the field will display as "alias1"&lt;BR /&gt;&lt;LI&gt;Now test the identify on that service.&amp;nbsp; The identify will return the field as "alias2".&amp;nbsp; I have not provided a specific URL to test the identify but I can if needed.&lt;/LI&gt;&lt;BR /&gt;&lt;/OL&gt;&lt;BR /&gt;&lt;SPAN&gt;Do I need to call support to report this as a bug?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I figured it out.&amp;nbsp; It is caused by using a different field alias name in the project than in the geodatabase.&amp;nbsp; I think this is a bug. I think the REST API should be either using the geodatabase alias name or the project alias name.&lt;BR /&gt;&lt;BR /&gt;Navigating to http:\\myserver\ArcGIS\rest\services\testservice\MapServer\5 returns a list of fields and the alias names as defined in the ArcSDE geodatabase.&lt;BR /&gt;OBJECTID (Type: esriFieldTypeOID, Alias: OBJECTID)&lt;BR /&gt;L_NUMBER (Type: esriFieldTypeString, Alias: Number)&lt;BR /&gt;L_STYPE_CD (Type: esriFieldTypeInteger, Alias: GIS Subtype)&lt;BR /&gt;L_ID (Type: esriFieldTypeInteger, Alias: Auto ID)&amp;nbsp; //Auto ID is the alias applied to the geodatabase for this field&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The identify operation on that layer returns a list of fields with alias names as defined from the project&lt;BR /&gt;"attributes" : {&lt;BR /&gt;"OBJECTID" : "540",&lt;BR /&gt;"Number" : "19348",&lt;BR /&gt;"GIS Subtype" : "Null",&lt;BR /&gt;"ID" : "8",&amp;nbsp;&amp;nbsp; //ID is an alias i applied to the project, overriding the Auto ID alias from the geodatabase)&lt;BR /&gt;&lt;BR /&gt;Can someone confirm this as a bug or let me know if this is as designed?&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jun 2010 15:44:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/fields-returned-in-identify-not-the-same-as-fields/m-p/535803#M2545</guid>
      <dc:creator>NicoleSchmidt</dc:creator>
      <dc:date>2010-06-29T15:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: Field Alias returned in identify is not consistent with the layer definition</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/fields-returned-in-identify-not-the-same-as-fields/m-p/535804#M2546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I believe this issue I found back in April is a bug.&amp;nbsp; How can I report this or get confirmation that it is a bug and is not as designed?&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for the detailed explanation. I can reproduce this behavior in 9.3.1 SP2 and it seems related to NIM055784.. The bug is layer description does not report the field alias correctly for this case. The field alias as set in the Map Document should be returned in the layer description. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is non-reproducible in 10.0 Final, where both layer description and the results of identify operation return the same field alias name as set in the Map Document&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;9.3.1 SP2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Layer description:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{"name" : "STATE_NAME", "type" : "esriFieldTypeString", "alias" : "State Name"}, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Identify:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; "attributes" : {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "OBJECTID" : "1", &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "State Name Alias 2" : "Washington", &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;10.0 Final&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Layer description:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "name" : "STATE_NAME", &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "type" : "esriFieldTypeString", &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "alias" : "State Name Alias 2", &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "length" : 25}, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Identify:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "attributes" : {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "OBJECTID" : "1", &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "AREA" : "Null", &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "State Name Alias 2" : "Washington",&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jun 2010 20:46:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/fields-returned-in-identify-not-the-same-as-fields/m-p/535804#M2546</guid>
      <dc:creator>RaviNarayanan</dc:creator>
      <dc:date>2010-06-30T20:46:51Z</dc:date>
    </item>
  </channel>
</rss>

