Definition Type: ComplexType
Name: tCloud
Containing Schema: rss-2_0_1-rev9.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into protocol in schema rss-2_0_1-rev9_xsd Drilldown into registerProcedure in schema rss-2_0_1-rev9_xsd Drilldown into path in schema rss-2_0_1-rev9_xsd Drilldown into port in schema rss-2_0_1-rev9_xsd Drilldown into domain in schema rss-2_0_1-rev9_xsdXSD Diagram of tCloud in schema rss-2_0_1-rev9_xsd (Really Simple Syndication (RSS))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
domain domain Required
port port Required
path path Required
registerProcedure registerProcedure Required
protocol protocol Required
Collapse Derivation Tree:
Collapse References:
cloud