complexType ViewSpecificationWithID
diagram bds_wsdl_diagrams/bds_wsdl_p83.png
namespace http://api.bds.tibco.com
children viewID specification appDetails parameter category
used by
element GetDataViewDetailsResponseType/result
annotation
documentation
One of these will be returned for each matching view, in response to a getDataViewDetails call
source <xs:complexType name="ViewSpecificationWithID">
 
<xs:annotation>
   
<xs:documentation>One of these will be returned for each matching view, in response to a getDataViewDetails call</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="viewID" type="xs:long"/>
   
<xs:element name="specification" type="ViewSpecification">
     
<xs:annotation>
       
<xs:documentation>Some elements within the ViewSpecification may be missing depending on the value of the viewDetailsRequirement element in the request</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="appDetails" type="AppDetails" minOccurs="0"/>
   
<xs:element name="parameter" type="NamedParameterMetadata" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>Named parameters and their data types. Only present if requested via viewDetailsRequirement in request.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="category" type="xs:string" minOccurs="0" maxOccurs="unbounded">
     
<xs:annotation>
       
<xs:documentation>The category or categories that this view belongs to. Only present if includeCategories=true in the request.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

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