diagram | |||
namespace | http://base.api.ec.n2.tibco.com | ||
children | requireAllExtendedData requiredExtendedData version | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="RequiredExtendedDataOptions"> <xs:annotation> <xs:documentation>The extended data that the response should return (see documentation for more details on the extended data available for the requests)</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="requireAllExtendedData" type="xs:boolean" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>If set, all extended data available will be returned in the response.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="requiredExtendedData" type="xs:string" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Requests that a given piece of extended data be returned in the response.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="version" type="Version" minOccurs="0" maxOccurs="1"/> </xs:sequence> </xs:complexType> |
diagram | |||||||
type | xs:boolean | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="requireAllExtendedData" type="xs:boolean" minOccurs="0" maxOccurs="1"> <xs:annotation> <xs:documentation>If set, all extended data available will be returned in the response.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||
type | xs:string | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="requiredExtendedData" type="xs:string" minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Requests that a given piece of extended data be returned in the response.</xs:documentation> </xs:annotation> </xs:element> |
diagram | |||||||||||||||||
type | Version | ||||||||||||||||
properties |
|
||||||||||||||||
facets |
|
||||||||||||||||
source | <xs:element name="version" type="Version" minOccurs="0" maxOccurs="1"/> |