| namespace | http://datafeed.common.n2.tibco.com | ||||||||||||
| type | restriction of xs:string | ||||||||||||
| properties |
|
||||||||||||
| used by |
|
||||||||||||
| facets |
|
||||||||||||
| annotation |
|
||||||||||||
| source | <xs:simpleType name="payloadModeType"> <xs:annotation> <xs:documentation>Enumerated value defining the available payload formats. (RSS is currently not supported.)</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="XML"/> <xs:enumeration value="JSON"/> <xs:enumeration value="RSS"/> </xs:restriction> </xs:simpleType> |