complexType CategorySearchDetailsArrayType
diagram bds_rest_all_diagrams/bds_rest_all_p13.png
namespace http://rest.api.bds.tibco.com
children category
annotation
documentation
REST: Used for passing an array of CategorySearchDetails
source <xs:complexType name="CategorySearchDetailsArrayType">
 
<xs:annotation>
   
<xs:documentation>REST: Used for passing an array of CategorySearchDetails</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="category" type="bds:CategorySearchDetails" minOccurs="1" maxOccurs="unbounded"/>
 
</xs:sequence>
</xs:complexType>

element CategorySearchDetailsArrayType/category
diagram bds_rest_all_diagrams/bds_rest_all_p14.png
type CategorySearchDetails
properties
minOcc 1
maxOcc unbounded
content complex
children name childDepth childrenOnly
source <xs:element name="category" type="bds:CategorySearchDetails" minOccurs="1" maxOccurs="unbounded"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy