diagram | |||||||||||||||||||||||||||||||
namespace | http://common.api.pfe.n2.tibco.com | ||||||||||||||||||||||||||||||
type | extension of PagingAndSorting | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
children | orderFilterCriteria includeFormalParameters | ||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <xs:complexType name="ListingRequest"> <xs:annotation> <xs:documentation>Generic request description.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="PagingAndSorting"> <xs:sequence> <xs:element name="includeFormalParameters" type="xs:boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Boolean value defining whether the response should include items that have formal parameters. If not specified the default value is FALSE.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
diagram | |||||||
type | xs:boolean | ||||||
properties |
|
||||||
annotation |
|
||||||
source | <xs:element name="includeFormalParameters" type="xs:boolean" minOccurs="0"> <xs:annotation> <xs:documentation>Boolean value defining whether the response should include items that have formal parameters. If not specified the default value is FALSE.</xs:documentation> </xs:annotation> </xs:element> |