<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
           targetNamespace="https://schema.phpunit.de/otr/php/0.0.1"
           elementFormDefault="qualified">

    <xs:element name="phpVersion" type="xs:string"/>

    <xs:element name="threadModel">
        <xs:simpleType>
            <xs:restriction base="xs:string">
                <xs:enumeration value="ZTS"/>
                <xs:enumeration value="NTS"/>
            </xs:restriction>
        </xs:simpleType>
    </xs:element>
</xs:schema>
