<?xml version="1.0" ?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:simpleType name="dog">
    <xs:restriction base="xs:string">
      <xs:enumeration value="Border Collie" />
    </xs:restriction>
  </xs:simpleType>
</xs:schema>
