simpleType XmlCandidateChoice
namespace http://base.api.de.bpm.tibco.com
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
enumeration EXISTING
enumeration NON-EXISTING
enumeration ALL
enumeration INVALID
annotation
documentation
Enumerated value indicating what entries should be included in the result set of a search
            of an LDAP Container's candidate Resources. One of the following:
                - EXISTING: include only entries from which a Resource has already been created.
                - NON-EXISTING: include only entries from which no Resource has yet been created.
                - ALL: include both existing and non-existing candidate Resources.
                - INVALID: include only Resources that exist in BPM but not in LDAP
source <xs:simpleType name="XmlCandidateChoice">
 
<xs:annotation>
   
<xs:documentation>Enumerated value indicating what entries should be included in the result set of a search
            of an LDAP Container's candidate Resources. One of the following:
                - EXISTING: include only entries from which a Resource has already been created.
                - NON-EXISTING: include only entries from which no Resource has yet been created.
                - ALL: include both existing and non-existing candidate Resources.
                - INVALID: include only Resources that exist in BPM but not in LDAP
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="EXISTING"/>
   
<xs:enumeration value="NON-EXISTING"/>
   
<xs:enumeration value="ALL"/>
   
<xs:enumeration value="INVALID"/>
 
</xs:restriction>
</xs:simpleType>


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