<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>
|