simpleType XmlCandidateError
namespace http://base.api.de.bpm.tibco.com
type restriction of xs:string
properties
base xs:string
used by
attribute XmlResourceCandidate/@error
facets
Kind Value Annotation
enumeration MULTIPLE-ENTRIES
enumeration MISSING-RESOURCE
enumeration NAME-EXISTS
annotation
documentation
Enumerated value indicating an error in the identification of an LDAP Container's
            candidate Resource. Also used to report failure when attempting to create a Resource from a candidate.
                - MULTIPLE-ENTRIES: The Secondary LDAP Source mappings identify multiple entries.
                - MISSING-RESOURCE: The existing Resource's entry could not be found in the LDAP directory.
                - NAME-EXISTS: A Resource already exists with the name specified in a create Resource request.
source <xs:simpleType name="XmlCandidateError">
 
<xs:annotation>
   
<xs:documentation>Enumerated value indicating an error in the identification of an LDAP Container's
            candidate Resource. Also used to report failure when attempting to create a Resource from a candidate.
                - MULTIPLE-ENTRIES: The Secondary LDAP Source mappings identify multiple entries.
                - MISSING-RESOURCE: The existing Resource's entry could not be found in the LDAP directory.
                - NAME-EXISTS: A Resource already exists with the name specified in a create Resource request.
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="MULTIPLE-ENTRIES"/>
   
<xs:enumeration value="MISSING-RESOURCE"/>
   
<xs:enumeration value="NAME-EXISTS"/>
 
</xs:restriction>
</xs:simpleType>

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