| namespace | http://api.bds.tibco.com | |||||||||||||||
| type | restriction of xs:string | |||||||||||||||
| properties | 
  | 
				|||||||||||||||
| used by | 
  | 
				|||||||||||||||
| facets | 
  | 
				|||||||||||||||
| annotation | 
  | 
				|||||||||||||||
| source | <xs:simpleType name="ViewDetailsRequirementEnum"> <xs:annotation> <xs:documentation>Determines the required level of detail in a getDataViewDetails request</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="NAME"/> <xs:enumeration value="NAME_AND_DESCRIPTION"/> <xs:enumeration value="NAME_AND_PARAMETERS"/> <xs:enumeration value="NAME_DESCRIPTION_AND_PARAMETERS"/> </xs:restriction> </xs:simpleType>  |