<xs:complexType name="tCloud">
<xs:annotation>
<xs:documentation>Specifies a web service that supports the rssCloud interface which can be implemented in HTTP-POST, XML-RPC or SOAP 1.1.
Its purpose is to allow processes to register with a cloud to be notified of updates to the channel, implementing a lightweight publish-subscribe protocol for RSS feeds.</xs:documentation>
</xs:annotation>
<xs:attribute name="domain" type="xs:string" use="required" />
<xs:attribute name="port" type="xs:positiveInteger" use="required" />
<xs:attribute name="path" type="xs:string" use="required" />
<xs:attribute name="registerProcedure" type="xs:string" use="required" />
<xs:attribute name="protocol" type="tCloudProtocol" use="required" />
</xs:complexType>
|