diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://api.de.n2.tibco.com | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | LdapReference | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="XmlLdapEntity"> <xs:annotation> <xs:documentation>Organization model resource entity identifier (either its GUID or LDAP reference). If the resource already exists the GUID will be available. If the resource does not exist, the LdapReference will be present and will provide the necessary information to derive an organization model resource from an LDAP entry or entries.</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="LdapReference" type="XmlLdapReference" minOccurs="0"> <xs:annotation> <xs:documentation>Details of the LDAP entries from which the organization model resource is derived.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> <xs:attribute name="resource-type" type="ResourceType" default="HUMAN"> <xs:annotation> <xs:documentation>Specifies the type of an organization model resource entity. One of: - HUMAN - DURABLE - CONSUMABLE </xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="guid" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Unique identifier of the resource.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="name" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Descriptive name of the resource.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attributeGroup ref="XmlDuration"> <xs:annotation> <xs:documentation>Identifies a duration of time, expressed as a start and end date/time. Both values are optional but, if an end date is given, a start date must also be provided.</xs:documentation> </xs:annotation> </xs:attributeGroup> <xs:attribute name="invalid" type="xs:boolean"> <xs:annotation> <xs:documentation>Boolean value indicating whether the resource is valid (FALSE) or invalid (TRUE). A resource may be invalid if, for example, the resource has been removed from the LDAP source, or if all of the data cannot be returned from the LDAP source. Check the invalidReason attribute for more details.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="invalidReason" type="xs:string"> <xs:annotation> <xs:documentation>Description of the reason why this resource is invalid.</xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> |
type | ResourceType | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xs:attribute name="resource-type" type="ResourceType" default="HUMAN"> <xs:annotation> <xs:documentation>Specifies the type of an organization model resource entity. One of: - HUMAN - DURABLE - CONSUMABLE </xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="guid" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Unique identifier of the resource.</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="name" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Descriptive name of the resource.</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:boolean | ||
annotation |
|
||
source | <xs:attribute name="invalid" type="xs:boolean"> <xs:annotation> <xs:documentation>Boolean value indicating whether the resource is valid (FALSE) or invalid (TRUE). A resource may be invalid if, for example, the resource has been removed from the LDAP source, or if all of the data cannot be returned from the LDAP source. Check the invalidReason attribute for more details.</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:string | ||
annotation |
|
||
source | <xs:attribute name="invalidReason" type="xs:string"> <xs:annotation> <xs:documentation>Description of the reason why this resource is invalid.</xs:documentation> </xs:annotation> </xs:attribute> |
diagram | |||||||||||||||||||||||||||||||||||||||
type | XmlLdapReference | ||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||
children | SecondaryLdapEntry | ||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||
source | <xs:element name="LdapReference" type="XmlLdapReference" minOccurs="0"> <xs:annotation> <xs:documentation>Details of the LDAP entries from which the organization model resource is derived.</xs:documentation> </xs:annotation> </xs:element> |