Sha256: 1f742000589909994659402a4bf12c64e61dfddf1b9e261221042e8428cba35a
Contents?: true
Size: 711 Bytes
Versions: 11
Compression:
Stored size: 711 Bytes
Contents
<?xml version="1.0" encoding="UTF-8"?> <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:xmpp:ozone:say:1" xmlns:tns="urn:xmpp:ozone:say:1" elementFormDefault="qualified"> <element name="say" type="tns:sayType" /> <element name="complete" /> <element name="stop" /> <complexType name="sayType"> <choice minOccurs="1" maxOccurs="unbounded"> <element name="audio" type="tns:audioReferenceType" /> <any namespace="http://www.w3.org/2001/10/synthesis" /> </choice> <attribute name="id" type="string" /> <attribute name="voice" type="string" /> </complexType> <complexType name="audioReferenceType"> <attribute name="url" type="anyURI" /> </complexType> </schema>
Version data entries
11 entries across 11 versions & 1 rubygems