| namespace | http://base.api.de.bpm.tibco.com | |||||||||
| type | restriction of xs:string | |||||||||
| properties | 
  | 
				|||||||||
| used by | 
  | 
				|||||||||
| facets | 
  | 
				|||||||||
| annotation | 
  | 
				|||||||||
| source | <xs:simpleType name="XmlLdapSearchScope"> <xs:annotation> <xs:documentation>Enumerated value indicating the scope on which an LDAP search is to be performed. ONELEVEL - contains elements with objects in the named context that satisfy the search filter. SUBTREE - contains elements of objects from the subtree (including the named context) that satisfy the search filter. </xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="ONELEVEL"/> <xs:enumeration value="SUBTREE"/> </xs:restriction> </xs:simpleType>  |