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

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