diagram | |||||||||||||||
namespace | http://datafeed.common.n2.tibco.com | ||||||||||||||
children | serializedPayload XmlPayload | ||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xsd:complexType name="dataPayload"> <xsd:annotation> <xsd:documentation>Payload data.</xsd:documentation> </xsd:annotation> <xsd:choice> <xsd:element name="serializedPayload" type="xs:string"> <xsd:annotation> <xsd:documentation>JSON data stream (string).</xsd:documentation> </xsd:annotation> </xsd:element> <xsd:element name="XmlPayload" type="dm:DataModel"> <xsd:annotation> <xsd:documentation>XML data stream (DataModel).</xsd:documentation> </xsd:annotation> </xsd:element> </xsd:choice> <xsd:attribute name="payloadMode" type="payloadModeType" default="JSON"> <xsd:annotation> <xsd: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.)</xsd:documentation> </xsd:annotation> </xsd:attribute> </xsd:complexType> |
type | payloadModeType | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xsd:attribute name="payloadMode" type="payloadModeType" default="JSON"> <xsd:annotation> <xsd: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.)</xsd:documentation> </xsd:annotation> </xsd:attribute> |
diagram | |||
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xsd:element name="serializedPayload" type="xs:string"> <xsd:annotation> <xsd:documentation>JSON data stream (string).</xsd:documentation> </xsd:annotation> </xsd:element> |
diagram | |||
type | DataModel | ||
properties |
|
||
children | inputs outputs inouts | ||
annotation |
|
||
source | <xsd:element name="XmlPayload" type="dm:DataModel"> <xsd:annotation> <xsd:documentation>XML data stream (DataModel).</xsd:documentation> </xsd:annotation> </xsd:element> |