complexType ViewSpecificationWithID
diagram bds_rest_all_diagrams/bds_rest_all_p336.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>

element ViewSpecificationWithID/viewID
diagram bds_rest_all_diagrams/bds_rest_all_p337.png
type xs:long
properties
content simple
source <xs:element name="viewID" type="xs:long"/>

element ViewSpecificationWithID/specification
diagram bds_rest_all_diagrams/bds_rest_all_p338.png
type ViewSpecification
properties
content complex
children caseClassDetails name description condition sortAttribute
annotation
documentation
Some elements within the ViewSpecification may be missing depending on the value of the viewDetailsRequirement element in the request
source <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>

element ViewSpecificationWithID/appDetails
diagram bds_rest_all_diagrams/bds_rest_all_p339.png
type AppDetails
properties
minOcc 0
maxOcc 1
content complex
children name majorVersion
source <xs:element name="appDetails" type="AppDetails" minOccurs="0"/>

element ViewSpecificationWithID/parameter
diagram bds_rest_all_diagrams/bds_rest_all_p340.png
type NamedParameterMetadata
properties
minOcc 0
maxOcc unbounded
content complex
children name type multiplicity enumLiteral
annotation
documentation
Named parameters and their data types. Only present if requested via viewDetailsRequirement in request.
source <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>

element ViewSpecificationWithID/category
diagram bds_rest_all_diagrams/bds_rest_all_p341.png
type xs:string
properties
minOcc 0
maxOcc unbounded
content simple
annotation
documentation
The category or categories that this view belongs to. Only present if includeCategories=true in the request.
source <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>


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