Definition Type: ComplexType
Name: AccessCredentialType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
AccessCredential. Details Contains a password or other token associated with the authentication of a user. 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.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into AccessCredentialValue in schema fields_xsd Drilldown into AccessCredentialTypeCode in schema fields_xsdXSD Diagram of AccessCredentialType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="AccessCredentialType">
    <xsd:annotation>
        <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
            <ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">AccessCredential. Details</ccts:DictionaryEntryName>
            <ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Contains a password or other token associated with the authentication of
				a user. </ccts:DefinitionText>
            <ccts:UsageRule xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">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.</ccts:UsageRule>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="AccessCredentialTypeCode" minOccurs="0" />
        <xsd:element ref="AccessCredentialValue" minOccurs="0" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AccessCredentialTypeCode nsA:AccessCredentialTypeCode 0 (1)
AccessCredentialValue nsA:AccessCredentialValue 0 (1)
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:AccessCredential