simpleType ViewDetailsRequirementEnum
namespace http://api.bds.tibco.com
type restriction of xs:string
properties
base xs:string
used by
element GetDataViewDetailsRequestType/viewDetailsRequirement
facets
Kind Value Annotation
enumeration NAME
enumeration NAME_AND_DESCRIPTION
enumeration NAME_AND_PARAMETERS
enumeration NAME_DESCRIPTION_AND_PARAMETERS
annotation
documentation
Determines the required level of detail in a getDataViewDetails request
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>


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