diagram | |||||||||||||||
namespace | http://datafeed.common.n2.tibco.com | ||||||||||||||
children | serializedPayload XmlPayload | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="dataPayload"> <xs:annotation> <xs:documentation>Payload data.</xs:documentation> </xs:annotation> <xs:choice> <xs:element name="serializedPayload" type="xs:string"> <xs:annotation> <xs:documentation>JSON data stream (string).</xs:documentation> </xs:annotation> </xs:element> <xs:element name="XmlPayload" type="dm:DataModel"> <xs:annotation> <xs:documentation>XML data stream (DataModel).</xs:documentation> </xs:annotation> </xs:element> </xs:choice> <xs:attribute name="payloadMode" type="payloadModeType" default="JSON"> <xs:annotation> <xs:documentation>Enumerated value defining the format of the data payload (JSON or XML). If not specified, the default value is JSON. (RSS is currently not supported.)</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> |
type | payloadModeType | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:attribute name="payloadMode" type="payloadModeType" default="JSON"> <xs:annotation> <xs:documentation>Enumerated value defining the format of the data payload (JSON or XML). If not specified, the default value is JSON. (RSS is currently not supported.)</xs:documentation> </xs:annotation> </xs:attribute> |
diagram | |||
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:element name="serializedPayload" type="xs:string"> <xs:annotation> <xs:documentation>JSON data stream (string).</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||
type | DataModel | ||
properties |
|
||
children | inputs outputs inouts | ||
annotation |
|
||
source | <xs:element name="XmlPayload" type="dm:DataModel"> <xs:annotation> <xs:documentation>XML data stream (DataModel).</xs:documentation> </xs:annotation> </xs:element> |