<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema targetNamespace="http://www.w3.org/2001/vxml" 
xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
xmlns="http://www.w3.org/2001/vxml" elementFormDefault="qualified">
    <xsd:annotation>
        <xsd:documentation>VoiceXML 2.0 extension schema for SSML 1.0 (20021115) </xsd:documentation>
    </xsd:annotation>
    <xsd:annotation>
        <xsd:documentation>
Copyright 1998-2002 W3C (MIT, INRIA, Keio), All Rights Reserved. Permission to
use, copy, modify and distribute the VoiceXML SSML adaption schema and its
accompanying documentation for any purpose and without fee is hereby granted
in perpetuity, provided that the above copyright notice and this paragraph
appear in all copies.  The copyright holders make no representation about the
suitability of the schema for any purpose. It is provided "as is" without
expressed or implied warranty.
</xsd:documentation>
    </xsd:annotation>
    
    <xsd:include schemaLocation="vxml-attribs.xsd"/>   

    <xsd:annotation>
        <xsd:documentation>Extension of SSML 1.0 no-namespace schema for use 
in VoiceXML 2.0. Restrictions are defined in voicexml20-synthesis-restriction.xsd.
	 </xsd:documentation>
    </xsd:annotation>

<xsd:redefine schemaLocation="vxml-synthesis-restriction.xsd">

     <xsd:complexType name="speak" mixed="true">
            <xsd:annotation>
                <xsd:documentation>extends speak type - add VoiceXML Prompt attributes</xsd:documentation>
            </xsd:annotation>
         <xsd:complexContent>
            <xsd:extension base="speak">
            <xsd:attributeGroup ref="Prompt.attribs"/>
	    </xsd:extension>
	    </xsd:complexContent>
        </xsd:complexType>
    </xsd:redefine>


</xsd:schema>





