<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element name="robots">
    <xs:complexType>
      <xs:sequence>
        <xs:element name="user-agent" type="xs:string"/>
        <xs:element name="allow" type="xs:string"/>
        <xs:element name="sitemap" type="xs:string"/>
      </xs:sequence>
    </xs:complexType>
  </xs:element>
</xs:schema>
