home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 October / INTERNET108.ISO / pc / software / windows / building / xmlspy / xmlspyentcomplete5.exe / Data1.cab / _4C9BD414D8684B52B8B75C7CEA7CBC7F < prev    next >
Encoding:
Extensible Markup Language  |  2003-02-12  |  2.4 KB  |  57 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <xsd:schema targetNamespace="http://www.w3.org/2001/vxml" xmlns="http://www.w3.org/2001/vxml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
  3.     <xsd:annotation>
  4.         <xsd:documentation>VoiceXML 2.0 restriction schema for SSML 1.0 (20021115) </xsd:documentation>
  5.     </xsd:annotation>
  6.     <xsd:annotation>
  7.         <xsd:documentation>
  8. Copyright 1998-2002 W3C (MIT, INRIA, Keio), All Rights Reserved. Permission to
  9. use, copy, modify and distribute the VoiceXML SSML adaption schema and its
  10. accompanying documentation for any purpose and without fee is hereby granted
  11. in perpetuity, provided that the above copyright notice and this paragraph
  12. appear in all copies.  The copyright holders make no representation about the
  13. suitability of the schema for any purpose. It is provided "as is" without
  14. expressed or implied warranty.
  15. </xsd:documentation>
  16.     </xsd:annotation>
  17.     <xsd:annotation>
  18.         <xsd:documentation>restriction of SSML 1.0 no-namespace schema for use in VoiceXML 2.0 </xsd:documentation>
  19.     </xsd:annotation>
  20.     <xsd:redefine schemaLocation="synthesis-core.xsd">
  21.         <xsd:complexType name="audio" mixed="true">
  22.             <xsd:annotation>
  23.                 <xsd:documentation>extends audio type with VoiceXML 'expr' and caching attributes</xsd:documentation>
  24.             </xsd:annotation>
  25.             <xsd:complexContent mixed="true">
  26.                 <xsd:extension base="audio">
  27.                     <xsd:attributeGroup ref="Expr.attrib"/>
  28.                     <xsd:attributeGroup ref="Cache.attribs"/>
  29.                 </xsd:extension>
  30.             </xsd:complexContent>
  31.         </xsd:complexType>
  32.         <xsd:complexType name="say-as" mixed="true">
  33.             <xsd:annotation>
  34.                 <xsd:documentation>extends say-as type by allowing the value element as a child</xsd:documentation>
  35.             </xsd:annotation>
  36.             <xsd:complexContent mixed="true">
  37.                 <xsd:extension base="say-as">
  38.                     <xsd:choice minOccurs="0" maxOccurs="unbounded">
  39.                         <xsd:element ref="value"/>
  40.                     </xsd:choice>
  41.                 </xsd:extension>
  42.             </xsd:complexContent>
  43.         </xsd:complexType>
  44.         <xsd:complexType name="speak" mixed="true">
  45.             <xsd:annotation>
  46.                 <xsd:documentation>restricts speak type - fixed 'version' attribute to '1.0'</xsd:documentation>
  47.             </xsd:annotation>
  48.             <xsd:complexContent mixed="true">
  49.                 <xsd:restriction base="speak">
  50.                     <xsd:group ref="speak.class"/>
  51.                     <xsd:attribute name="version" type="version.datatype" fixed="1.0"/>
  52.                 </xsd:restriction>
  53.             </xsd:complexContent>
  54.         </xsd:complexType>
  55.     </xsd:redefine>
  56. </xsd:schema>
  57.