diagram | |||
namespace | http://api.bds.tibco.com | ||
children | viewID specification appDetails parameter category | ||
annotation |
|
||
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> |
diagram | |||
type | xs:long | ||
properties |
|
||
source | <xs:element name="viewID" type="xs:long"/> |
diagram | |||
type | ViewSpecification | ||
properties |
|
||
children | caseClassDetails name description condition sortAttribute | ||
annotation |
|
||
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> |
diagram | |||||||
type | AppDetails | ||||||
properties |
|
||||||
children | name majorVersion | ||||||
source | <xs:element name="appDetails" type="AppDetails" minOccurs="0"/> |
diagram | |||||||
type | NamedParameterMetadata | ||||||
properties |
|
||||||
children | name type multiplicity enumLiteral | ||||||
annotation |
|
||||||
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> |
diagram | |||||||
type | xs:string | ||||||
properties |
|
||||||
annotation |
|
||||||
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> |