<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://apstandard.com/ns/1/cgi/handlers" xmlns:cgi="http://apstandard.com/ns/1/cgi" xmlns:h="http://apstandard.com/ns/1/cgi/handlers">
  <xs:import namespace="http://apstandard.com/ns/1/cgi" schemaLocation="cgi-urlhandler.xsd"/>
  <xs:attribute name="handler-type">
    <xs:simpleType>
      <xs:restriction base="xs:token">
        <xs:enumeration value="executable"/>
        <xs:enumeration value="perl"/>
        <xs:enumeration value="php"/>
        <xs:enumeration value="python"/>
        <xs:enumeration value="ssi"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:attribute>
</xs:schema>
