complexType SyndicationFeed
diagram pfe-business-service_diagrams/pfe-business-service_p158.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 pfe-business-service_diagrams/pfe-business-service_p159.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"/>


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