namespace | http://base.api.de.bpm.tibco.com | ||||||||||||
type | restriction of xs:string | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
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> |