<schema xmlns="http://www.w3.org/2001/XMLSchema">
  <element name="e">
    <complexType>
      <simpleContent>
        <extension base="ID">
          <attribute name="id" type="ID"/>
        </extension>
      </simpleContent>
    </complexType>
  </element>
</schema>
