<?xml version="1.0" ?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element name="dog" type="xs:string">
    <xs:annotation>
      <xs:documentation>
        <p>Some</p>
      </xs:documentation>
    </xs:annotation>
  </xs:element>
</xs:schema>
