Sha256: a077bcbc93f84b1cd832596689153ffd01d78d8403bf12f06261aa2f2d5082b5
Contents?: true
Size: 1.09 KB
Versions: 11
Compression:
Stored size: 1.09 KB
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="transfer" type="tns:transferType" /> <complexType name="transferType"> <sequence> <element name="header" type="tns:headerType" minOccurs="0" maxOccurs="unbounded" /> <choice minOccurs="1" maxOccurs="unbounded"> <element name="audio" type="tns:audioReferenceType" /> <any namespace="http://www.w3.org/2001/10/synthesis" /> </choice> </sequence> <attribute name="to" type="anyURI" use="required" /> <attribute name="from" type="anyURI" use="optional" /> <attribute name="timeout" type="float" use="optional" /> <attribute name="answer-on-media" type="boolean" use="optional" /> <attribute name="terminator" type="string" use="optional" /> </complexType> <complexType name="audioReferenceType"> <attribute name="url" type="anyURI" /> </complexType> <complexType name="headerType" mixed="true"> <attribute name="name" type="anyURI" /> </complexType> </schema>
Version data entries
11 entries across 11 versions & 1 rubygems