complexType SyndicationFeed
diagram busserv_diagrams/busserv_p183.png
namespace http://presentationmodel.common.n2.tibco.com
type extension of SyndicationModel
properties
base SyndicationModel
children dataFeed
attributes
Name  Type  Use  Default  Fixed  Annotation
mode  FeedMode    JSON    
documentation
The Mode requested XML, JSON, RSS for example
format  FeedFormat    JSON_DOJO_V2    
documentation
This is the FeedFormat specfic info, i.e DOJO etc
source <xs:complexType name="SyndicationFeed">
 
<xs:complexContent>
   
<xs:extension base="SyndicationModel">
     
<xs:sequence>
       
<xs:element name="dataFeed" type="DataFeed" maxOccurs="unbounded"/>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element SyndicationFeed/dataFeed
diagram busserv_diagrams/busserv_p184.png
namespace http://presentationmodel.common.n2.tibco.com
type DataFeed
properties
minOcc 1
maxOcc unbounded
content simple
source <xs:element name="dataFeed" type="DataFeed" maxOccurs="unbounded"/>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy