Cloud

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.

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
domain xs:string required
path xs:string required
port xs:positiveInteger required
protocol CloudProtocol required
registerProcedure xs:string required

Used By

Source

<xs:complexType name="Cloud">
  <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="CloudProtocol" use="required"/>
</xs:complexType>