diagram | |||
namespace | http://api.bds.tibco.com | ||
children | name childDepth childrenOnly | ||
used by |
|
||
annotation |
|
||
source | <xs:complexType name="CategorySearchDetails"> <xs:annotation> <xs:documentation>Parameters for searching for category(s)</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="name" type="xs:string" minOccurs="0"> <xs:annotation> <xs:documentation>Slash-separated path to the category in the hierarchy. If omitted, will match all top-level categories</xs:documentation> </xs:annotation> </xs:element> <xs:element name="childDepth" type="xs:int" default="0" minOccurs="0"> <xs:annotation> <xs:documentation>Number of levels of child categories to get beneath the matching category(s). -1 for unlimited depth. Omit to get no children.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="childrenOnly" type="xs:boolean" default="false" minOccurs="0"> <xs:annotation> <xs:documentation>In conjunction with childDepth, if set true, this omits the category itself and only obtains children.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> |