Definition Type: ComplexType
Name: UserAccountType
Namespace: http://www.hr-xml.org/3
Containing Schema: UserAccount.xsd
Abstract
Documentation:
User Account. Details Contains a set of information used to establish and maintain user accounts for an application or system.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into SecurityQuestionInformation in schema useraccount_xsd Drilldown into GoverningAgreementID in schema useraccount_xsd Drilldown into Notification in schema components_xsd Drilldown into AccountConfiguration in schema useraccount_xsd Drilldown into ProhibitedWorkScope in schema components_xsd Drilldown into AuthorizedWorkScope in schema components_xsd Drilldown into UserRole in schema components_xsd Drilldown into Communication in schema components_xsd Drilldown into PersonName in schema components_xsd Drilldown into AccessCredential in schema components_xsd Drilldown into UserID in schema fields_xsd Drilldown into FreeFormEffectivePeriod in schema components_xsd Drilldown into PartyReportingIDs in schema components_xsd Drilldown into Party in schema components_xsd Drilldown into VersionID in schema fields_xsd Drilldown into DocumentSequence in schema fields_xsd Drilldown into AlternateDocumentID in schema fields_xsd Drilldown into DocumentID in schema fields_xsd Drilldown into DocumentIDGroup in schema components_xsd Drilldown into validTo in schema fields_xsd Drilldown into validFrom in schema fields_xsd Drilldown into EffectiveDateAttributeGroup in schema fields_xsd Drilldown into languageCode in schema useraccount_xsdXSD Diagram of UserAccountType in schema useraccount_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="UserAccountType">
    <xsd:annotation>
        <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
            <ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">User Account. Details</ccts:DictionaryEntryName>
            <ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Contains a set of information used to establish and maintain user accounts for an application or system.</ccts:DefinitionText>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:group ref="DocumentIDGroup" minOccurs="0" />
        <xsd:element ref="DocumentSequence" minOccurs="0" />
        <xsd:element ref="VersionID" minOccurs="0" />
        <xsd:element ref="Party" minOccurs="0" />
        <xsd:element ref="PartyReportingIDs" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="FreeFormEffectivePeriod" minOccurs="0" />
        <xsd:element ref="UserID" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>An identifier for the user. Usually, a person ID, such as an employee ID.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="AccessCredential" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Contains a password or other token associated with the authentication of a user. This is 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). This component is repeatable to allow for multiple credentials or tokens. 
			</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="PersonName" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>The User's actual name.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="Communication" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Contact information related to the  Users.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="UserRole" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>The designated role(s) associated with the user with regard to the account. For example, "recruiter," "compliance officer," "HR manager," etc.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="AuthorizedWorkScope" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>A user's authorized scope of work.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="ProhibitedWorkScope" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>A prohibited scope of work for a user.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="AccountConfiguration" minOccurs="0" />
        <xsd:element ref="Notification" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="GoverningAgreementID" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="SecurityQuestionInformation" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
    <xsd:attribute name="languageCode" type="LanguageCodeContentType" use="optional" />
    <xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
DocumentID nsA:DocumentID (1) (1)
AlternateDocumentID nsA:AlternateDocumentID 0 unbounded
DocumentSequence nsA:DocumentSequence 0 (1)
VersionID nsA:VersionID 0 (1)
Party nsA:Party 0 (1)
PartyReportingIDs nsA:PartyReportingIDs 0 unbounded
FreeFormEffectivePeriod nsA:FreeFormEffectivePeriod 0 (1)
UserID nsA:UserID 0 (1)
AccessCredential nsA:AccessCredential 0 unbounded
PersonName nsA:PersonName 0 (1)
Communication nsA:Communication 0 unbounded
UserRole nsA:UserRole 0 unbounded
AuthorizedWorkScope nsA:AuthorizedWorkScope 0 unbounded
ProhibitedWorkScope nsA:ProhibitedWorkScope 0 unbounded
AccountConfiguration nsA:AccountConfiguration 0 (1)
Notification nsA:Notification 0 unbounded
GoverningAgreementID nsA:GoverningAgreementID 0 unbounded
SecurityQuestionInformation nsA:SecurityQuestionInformation 0 unbounded
UserArea nsA:UserArea 0 (1)
<xs:group> nsA:DocumentIDGroup 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
languageCode nsA:languageCode Optional
validFrom nsA:validFrom Optional
validTo nsA:validTo Optional
Collapse Derivation Tree:
Collapse References:
nsA:UserAccount