<?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 Re: KmlLayer with a schema? in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/kmllayer-with-a-schema/m-p/70673#M1738</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK I got the problem :&amp;nbsp; 'Parent' schema attribute is no more in the standard KML 2.2.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Schema is defined this way in the OGC 2.2 specifications:&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG style="font-size: 1;"&gt;&lt;P align="left"&gt;&amp;lt;Schema name="string" targetId="NCName"&amp;gt; &lt;/P&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 1; font-family: Courier New;"&gt;&lt;P align="left"&gt;&amp;lt;SimpleField type=string" name="string"&amp;gt; &amp;lt;displayName&amp;gt;...&amp;lt;/displayName&amp;gt; &amp;lt;!-- string --&amp;gt; Field&amp;gt; &lt;/P&gt;&amp;lt;/Simple&lt;/SPAN&gt;&lt;STRONG style="font-size: 1;"&gt;&lt;SPAN style="font-family:Times New Roman;"&gt;&amp;lt;/Schema&amp;gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;SPAN&gt;As you can see, there is no way to define the Parent. This practice has been superseded in KML 2.2 by the use of ExtendedData.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, this case is not supported (and, likely, will never be supported) by the SL implementation of the KML layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If needed, you can get the KML layer sources on &lt;/SPAN&gt;&lt;A href="http://esrisilverlight.codeplex.com/"&gt;codeplex &lt;/A&gt;&lt;SPAN&gt;and adapt them by yourself.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry not to have better proposal.:(&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jan 2012 14:30:29 GMT</pubDate>
    <dc:creator>DominiqueBroux</dc:creator>
    <dc:date>2012-01-19T14:30:29Z</dc:date>
    <item>
      <title>KmlLayer with a schema?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/kmllayer-with-a-schema/m-p/70670#M1735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello all, I've been searching for a discussion about this all this afternoon but wondered if anyone else has come across my issue here. I've just recently needed to load some data from KML/KMZ files onto my map - which luckily has been considered in the form of the KmlLayer class. My few experiments have been promising except for this: I have some KML documents that have a document schema defined to add custom elements and change the name of the Placemark tag to something different. It appears 'out-of-box' the KmlLayer won't recognize this schema and just not load any of the KML but apparently not throw an error either. Using a text editor I replaced the custom name for 'Placemark' back to 'Placemark' and the points rendered as expected.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone know of a way to get it to notice &amp;amp; recognize the rules of the &amp;lt;Schema&amp;gt;?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jan 2012 18:39:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/kmllayer-with-a-schema/m-p/70670#M1735</guid>
      <dc:creator>ZachPride</dc:creator>
      <dc:date>2012-01-18T18:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: KmlLayer with a schema?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/kmllayer-with-a-schema/m-p/70671#M1736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I have some KML documents that have a document schema defined to add custom elements and change the name of the Placemark tag to something different.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I didn't know that the schema allowed to change the name of the tags.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you share your file? I am interested in&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2012 09:00:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/kmllayer-with-a-schema/m-p/70671#M1736</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2012-01-19T09:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: KmlLayer with a schema?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/kmllayer-with-a-schema/m-p/70672#M1737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sure thing. Here is what I'm working with in this particular instance&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[HTML]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;lt;kml xmlns="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://earth.google.com/kml/2.2" rel="nofollow" target="_blank"&gt;http://earth.google.com/kml/2.2&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;Document&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;name&amp;gt;Pirate_Master_05_09&amp;lt;/name&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;Schema parent="Placemark" name="S_Pirate_Master_05_09_SSSDSSSSS"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;SimpleField type="wstring" name="VESSEL"&amp;gt;&amp;lt;/SimpleField&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;SimpleField type="wstring" name="DATE"&amp;gt;&amp;lt;/SimpleField&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;SimpleField type="wstring" name="LAT"&amp;gt;&amp;lt;/SimpleField&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;SimpleField type="double" name="LON"&amp;gt;&amp;lt;/SimpleField&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;SimpleField type="wstring" name="HOSTAGES"&amp;gt;&amp;lt;/SimpleField&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;SimpleField type="wstring" name="RANSOM_PAID"&amp;gt;&amp;lt;/SimpleField&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;SimpleField type="wstring" name="STATUS"&amp;gt;&amp;lt;/SimpleField&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;SimpleField type="wstring" name="COMMENTS"&amp;gt;&amp;lt;/SimpleField&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;/Schema&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Style &amp;amp; StyleMap set here, seem typical enough&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Folder id="layer 0"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;name&amp;gt;Pirate_Master_05_09&amp;lt;/name&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;S_Pirate_Master_05_09_SSSDSSSSS&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;name&amp;gt;M/V MARAN CENTAURUS&amp;lt;/name&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;description&amp;gt;&amp;lt;![CDATA[VESSEL = M/V MARAN CENTAURUS&amp;lt;br&amp;gt;DATE = 291615Z NOV 09&amp;lt;br&amp;gt;LAT = 04.603209N&amp;lt;br&amp;gt;LON = 58.8419&amp;lt;br&amp;gt;HOSTAGES = 28&amp;lt;br&amp;gt;RANSOM_PAID = Unknown&amp;lt;br&amp;gt;STATUS = Ongoing&amp;lt;br&amp;gt;COMMENTS = None&amp;lt;br&amp;gt;]]&amp;gt;&amp;lt;/description&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;styleUrl&amp;gt;#default+nicon=&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://maps.google.com/mapfiles/kml/pal4/icon57.png+hicon=http://maps.google.com/mapfiles/kml/pal4/icon49.png" rel="nofollow" target="_blank"&gt;http://maps.google.com/mapfiles/kml/pal4/icon57.png+hicon=http://maps.google.com/mapfiles/kml/pal4/icon49.png&lt;/A&gt;&lt;SPAN&gt;&amp;lt;/styleUrl&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;Style id="inline"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;IconStyle&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;color&amp;gt;ff0000ff&amp;lt;/color&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;colorMode&amp;gt;normal&amp;lt;/colorMode&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Icon&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;href&amp;gt;&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://maps.google.com/mapfiles/kml/shapes/ferry.png" rel="nofollow" target="_blank"&gt;http://maps.google.com/mapfiles/kml/shapes/ferry.png&lt;/A&gt;&lt;SPAN&gt;&amp;lt;/href&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Icon&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/IconStyle&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;LineStyle&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;color&amp;gt;ff0000ff&amp;lt;/color&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;colorMode&amp;gt;normal&amp;lt;/colorMode&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/LineStyle&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;PolyStyle&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;color&amp;gt;ff0000ff&amp;lt;/color&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;colorMode&amp;gt;normal&amp;lt;/colorMode&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/PolyStyle&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/Style&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;Point&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;coordinates&amp;gt;58.84192500000003,4.603209000000006,0&amp;lt;/coordinates&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/Point&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;VESSEL&amp;gt;M/V MARAN CENTAURUS&amp;lt;/VESSEL&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;DATE&amp;gt;291615Z NOV 09&amp;lt;/DATE&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;LAT&amp;gt;04.603209N&amp;lt;/LAT&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;LON&amp;gt;58.841925&amp;lt;/LON&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;HOSTAGES&amp;gt;28&amp;lt;/HOSTAGES&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;RANSOM_PAID&amp;gt;Unknown&amp;lt;/RANSOM_PAID&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;STATUS&amp;gt;Ongoing&amp;lt;/STATUS&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;COMMENTS&amp;gt;None&amp;lt;/COMMENTS&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;/S_Pirate_Master_05_09_SSSDSSSSS&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[/HTML]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, as you can see the Schema is replacing &amp;lt;Placemark&amp;gt; with &amp;lt;S_Pirate_Master_05_09_SSSDSSSSS&amp;gt;. I didn't know you could do this either but whoever authored this particular file seems to think so. Like I said I did a find and replace and re-hosted the file for testing and lo-and-behold the points were plotted and styled as shown. I should also note that Part B of my problem is that those custom elements at the bottom of the 'Placemark' are also not being picked up in the Attributes of the points. They seem to have (rather poorly) also provided them in the &amp;lt;description&amp;gt; element but I don't want to depend on all potential files doing so. They could very well have provided a simple paragraph in the description &amp;amp; custom elements for metadata.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2012 13:25:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/kmllayer-with-a-schema/m-p/70672#M1737</guid>
      <dc:creator>ZachPride</dc:creator>
      <dc:date>2012-01-19T13:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: KmlLayer with a schema?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/kmllayer-with-a-schema/m-p/70673#M1738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK I got the problem :&amp;nbsp; 'Parent' schema attribute is no more in the standard KML 2.2.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Schema is defined this way in the OGC 2.2 specifications:&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG style="font-size: 1;"&gt;&lt;P align="left"&gt;&amp;lt;Schema name="string" targetId="NCName"&amp;gt; &lt;/P&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 1; font-family: Courier New;"&gt;&lt;P align="left"&gt;&amp;lt;SimpleField type=string" name="string"&amp;gt; &amp;lt;displayName&amp;gt;...&amp;lt;/displayName&amp;gt; &amp;lt;!-- string --&amp;gt; Field&amp;gt; &lt;/P&gt;&amp;lt;/Simple&lt;/SPAN&gt;&lt;STRONG style="font-size: 1;"&gt;&lt;SPAN style="font-family:Times New Roman;"&gt;&amp;lt;/Schema&amp;gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;SPAN&gt;As you can see, there is no way to define the Parent. This practice has been superseded in KML 2.2 by the use of ExtendedData.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, this case is not supported (and, likely, will never be supported) by the SL implementation of the KML layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If needed, you can get the KML layer sources on &lt;/SPAN&gt;&lt;A href="http://esrisilverlight.codeplex.com/"&gt;codeplex &lt;/A&gt;&lt;SPAN&gt;and adapt them by yourself.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry not to have better proposal.:(&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2012 14:30:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/kmllayer-with-a-schema/m-p/70673#M1738</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2012-01-19T14:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: KmlLayer with a schema?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/kmllayer-with-a-schema/m-p/70674#M1739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Sorry not to have better proposal.:(&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Oh not a problem at all! I'm glad to have a definitive answer. I had begun to think @parent was phased out, after searches this morning for that attribute as it would apply to Schema were going no where... I think I'm going to try and talk with the KML author before I have to modify ESRI's source code. You can probably imagine the rest of this KML is as strangely composed and out of date as it looks. Who would want to change &amp;lt;Placemark&amp;gt; to that in the first place?! :confused:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2012 16:57:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/kmllayer-with-a-schema/m-p/70674#M1739</guid>
      <dc:creator>ZachPride</dc:creator>
      <dc:date>2012-01-19T16:57:08Z</dc:date>
    </item>
  </channel>
</rss>

