complexType SyndicationModel
diagram wp_diagrams/wp_p2958.png
namespace http://presentationmodel.common.n2.tibco.com
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
annotation
documentation
Returns Specified Feed in an xml String (serialized)
source <xsd:complexType name="SyndicationModel">
 
<xsd:annotation>
   
<xsd:documentation>Returns Specified Feed in an xml String (serialized)</xsd:documentation>
 
</xsd:annotation>
 
<xsd:attribute name="mode" type="FeedMode" default="JSON">
   
<xsd:annotation>
     
<xsd:documentation>The Mode requested XML, JSON, RSS for example</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
 
<xsd:attribute name="format" type="FeedFormat" default="JSON_DOJO_V2">
   
<xsd:annotation>
     
<xsd:documentation>This is the FeedFormat specfic info, i.e DOJO etc</xsd:documentation>
   
</xsd:annotation>
 
</xsd:attribute>
</xsd:complexType>

attribute SyndicationModel/@mode
type FeedMode
properties
default JSON
facets
Kind Value Annotation
enumeration XML
enumeration JSON
enumeration RSS
annotation
documentation
The Mode requested XML, JSON, RSS for example
source <xsd:attribute name="mode" type="FeedMode" default="JSON">
 
<xsd:annotation>
   
<xsd:documentation>The Mode requested XML, JSON, RSS for example</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

attribute SyndicationModel/@format
type FeedFormat
properties
default JSON_DOJO_V2
facets
Kind Value Annotation
enumeration JSON_DOJO_V2
enumeration JSON_PURE
enumeration DOJO_ECORE
enumeration NO_FORMAT
annotation
documentation
This is the FeedFormat specfic info, i.e DOJO etc
source <xsd:attribute name="format" type="FeedFormat" default="JSON_DOJO_V2">
 
<xsd:annotation>
   
<xsd:documentation>This is the FeedFormat specfic info, i.e DOJO etc</xsd:documentation>
 
</xsd:annotation>
</xsd:attribute>

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