HR-XML 3.0 Standards, 2009  September  23.

Menu: [ Guidelines  |  BODs  |  Nouns  |  Global Elements  |  WSDL  |  Packages  |  Code Lists  |  Master Index ]

Element: AccessCredential

Name AccessCredential
Type AccessCredentialType
Documentation (of type) Dictionary Entry Name: AccessCredential. Details

Definition: Contains a password or other token associated with the authentication of a user.

Usage Rule: This is typically used in pre-provisioning a partner system with user account information rather than in actual authentication processes (in which case the appropriate token would typically be passed in a SOAP security header). Where used, this components generally would be repeatable to allow for multiple credentials or tokens. This also would generally be used in a context in which a UserID was supplied. See UserID-element. See UserAccount-noun.

XML Instance Representation
<AccessCredential>

< AccessCredentialTypeCode> ... </ AccessCredentialTypeCode> [0..1]
< AccessCredentialValue> ... </ AccessCredentialValue> [0..1]
< UserArea> ... </ UserArea> [0..1]
</AccessCredential>
Schema Component Representation
<xsd:element name="AccessCredential" type=" AccessCredentialType"/>