Complex Type | kml:StyleType |
<element name="LabelStyle" type="kml:LabelStyleType" substitutionGroup="kml:Object"/> |
< kml xmlns = "http://earth.google.com/kml/2.1" > |
< Document> |
< name> |
Document.kml |
</ name> |
< open> |
1 |
</ open> |
< LabelStyle> |
< color> |
#ff0000cc |
</ color> |
</ LabelStyle> |
</ Style> |
< Placemark> |
< name> |
Document Feature 1 |
</ name> |
< styleUrl> |
#exampleStyleDocument |
</ styleUrl> |
< Point> |
< coordinates> |
-122.371,37.816,0 |
</ coordinates> |
</ Point> |
</ Placemark> |
< Placemark> |