vxml-synthesis-restriction.xsd
上传用户:xqtpzdz
上传日期:2022-05-21
资源大小:1764k
文件大小:2k
源码类别:

xml/soap/webservice

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <xsd:schema targetNamespace="http://www.w3.org/2001/vxml" 
  3. xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
  4. xmlns="http://www.w3.org/2001/vxml" 
  5. elementFormDefault="qualified">
  6.     
  7. <xsd:annotation>
  8.     <xsd:documentation>VoiceXML 2.0 restriction schema for SSML 1.0 (20030207) </xsd:documentation>
  9. </xsd:annotation>
  10. <xsd:annotation>
  11.     <xsd:documentation>
  12.        Copyright 1998-2004 W3C (MIT, ERCIM, Keio), All Rights Reserved. Permission to
  13.        use, copy, modify and distribute the VoiceXML SSML adaption schema and its
  14.        accompanying documentation for any purpose and without fee is hereby granted
  15.        in perpetuity, provided that the above copyright notice and this paragraph
  16.        appear in all copies.  The copyright holders make no representation about the
  17.        suitability of the schema for any purpose. It is provided "as is" without
  18.        expressed or implied warranty.
  19.     </xsd:documentation>
  20. </xsd:annotation>
  21. <xsd:annotation>
  22.     <xsd:documentation>restriction of SSML 1.0 no-namespace schema for use in VoiceXML 2.0 </xsd:documentation>
  23. </xsd:annotation>
  24. <xsd:redefine schemaLocation="synthesis-core.xsd">
  25.      <xsd:complexType name="speak" mixed="true">
  26.             <xsd:annotation>
  27.                 <xsd:documentation>restricts speak type - fixed 'version' attribute to '1.0'</xsd:documentation>
  28.             </xsd:annotation>
  29.          <xsd:complexContent>
  30.             <xsd:restriction base="speak">
  31. <xsd:group ref="speak.class"/>
  32.             <xsd:attribute name="version" type="version.datatype" fixed="1.0"/>
  33.     </xsd:restriction>
  34.     </xsd:complexContent>
  35.      </xsd:complexType>
  36. </xsd:redefine>
  37. </xsd:schema>