vxml-grammar-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" elementFormDefault="qualified">
  5.     <xsd:annotation>
  6.         <xsd:documentation>VoiceXML 2.0 restriction 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:annotation>
  20.         <xsd:documentation>Restriction of SRGS 1.0 no-namespace schema for use
  21.         in VoiceXML 2.0. Creates a new grammar content model, mixed-grammar,
  22.         since unable to derive a mixed content model from a non-mixed content 
  23. model  </xsd:documentation>
  24.     </xsd:annotation>
  25.    <xsd:include schemaLocation="grammar-core.xsd"/>    
  26.     <xsd:complexType name="mixed-grammar" mixed="true">
  27.     <xsd:annotation>
  28.         <xsd:documentation>same content as non-mixed grammar model in
  29.     grammar-core.xsd except mixed</xsd:documentation>
  30.     </xsd:annotation>
  31. <xsd:group ref="grammar.class"/>
  32.         <xsd:attributeGroup ref="Grammar.attribs"/>
  33.     </xsd:complexType>
  34. </xsd:schema>