Hello,
We are exporting kml/kmz to be read in ArcGIS Earth. This same kml worked for Google Earth, so my question is, "Does AE support the Schema and schemaData tags?
When we click on a feature we receive the message. "This is an invalid xsi:type 'kmlSchema'".
<.............snip..................>
<kml:Schema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="kmlSchema" name="" id="data_schema">
<kml:SimpleField type="string" name="storage_s">
<kml:displayName>storage_s</kml:displayName>
</kml:SimpleField>
<kml:SimpleField type="string" name="type">
<kml:displayName>type</kml:displayName>
</kml:SimpleField>
.....
</kml:Schema>
.......
<kml:ExtendedData>
<kml:SchemaData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="kmlSchemaData" schemaUrl="#data_schema">
<kml:SimpleData name="storage_s">PRIMARY</kml:SimpleData>
<kml:SimpleData name="type">document</kml:SimpleData>
<..................snip................>
Thanks,
-Bill