<?xml version="1.0" encoding="utf-8"?>
<kml xmlns="http://earth.google.com/kml/2.1">
<Document>
  <visibility>1</visibility> 
  <Schema>
    <name>Newt</name> 
    <parent>Placemark</parent>
    <SimpleField>
      <name>newt_id</name>
      <type>int</type>
    </SimpleField>
    <SimpleField>
      <name>newt_breed</name>
      <type>string</type>
    </SimpleField>
    <SimpleField>
      <name>newt_tail_length</name>
      <type>int</type>
    </SimpleField>
    <SimpleField>
      <name>newt_slime_factor</name>
      <type>double</type>
    </SimpleField>
  </Schema>
  <Folder>
    <name>Newts</name>
    <Newt>
      <name>Sammy G</name>
      <styleUrl>http://www.jasonbirch.com/files/kml_schema_style.kml#newt_style</styleUrl>
      <Point>
        <coordinates>1.75,1.75,0</coordinates>
      </Point>
      <newt_id>36</newt_id>
      <newt_breed>Common Orange Slitherer</newt_breed>
      <newt_slime_factor>7.2</newt_slime_factor>
      <newt_tail_length>6</newt_tail_length>
    </Newt>
    <Newt>
      <name>Phyllis K</name>
      <styleUrl>http://www.jasonbirch.com/files/kml_schema_style.kml#newt_style</styleUrl>
      <Point>
        <coordinates>1.25,1.25,0</coordinates>
      </Point>
      <newt_id>28</newt_id>
      <newt_breed>Purple Humpleback</newt_breed>
      <newt_slime_factor>3.4</newt_slime_factor>
      <newt_tail_length>5</newt_tail_length>
    </Newt>
  </Folder>
</Document>
</kml>