simpleType XmlLdapSearchScope
namespace http://base.api.de.bpm.tibco.com
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
enumeration ONELEVEL
enumeration SUBTREE
annotation
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.
           
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>

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