vxml-grammar-extension.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" elementFormDefault="qualified">
  5.     <xsd:annotation>
  6.         <xsd:documentation>VoiceXML 2.0 extension schema for SRGS 1.0 (20030207) </xsd:documentation>
  7.     </xsd:annotation>
  8.     <xsd:annotation>
  9.         <xsd:documentation>
  10. Copyright 1998-2004 W3C (MIT, ERCIM, Keio), All Rights Reserved. Permission to
  11. use, copy, modify and distribute the VoiceXML SRGS adaption schema and its
  12. accompanying documentation for any purpose and without fee is hereby granted
  13. in perpetuity, provided that the above copyright notice and this paragraph
  14. appear in all copies.  The copyright holders make no representation about the
  15. suitability of the schema for any purpose. It is provided "as is" without
  16. expressed or implied warranty.
  17. </xsd:documentation>
  18.     </xsd:annotation>
  19.     <xsd:include schemaLocation="vxml-attribs.xsd"/>    
  20.     <xsd:annotation>
  21.         <xsd:documentation>Extension of SRGS 1.0 no-namespace schema for use
  22.         in VoiceXML 2.0. The grammar type is first restricted in        
  23. voicexml20-grammar-restriction.xsd by creating a new complex type
  24.         mixed-grammar.</xsd:documentation>
  25.     </xsd:annotation>
  26.    <xsd:redefine schemaLocation="vxml-grammar-restriction.xsd">
  27.         <xsd:complexType name="mixed-grammar" mixed="true">
  28. <xsd:annotation>
  29.         <xsd:documentation>extends grammar type - add VoiceXML grammar attributes </xsd:documentation>
  30. </xsd:annotation>
  31.             <xsd:complexContent>
  32.                 <xsd:extension base="mixed-grammar">
  33.                 <xsd:attributeGroup ref="VXMLGrammar.attribs"/>
  34. </xsd:extension>
  35.             </xsd:complexContent>
  36.         </xsd:complexType>
  37.     </xsd:redefine>
  38. </xsd:schema>