Definition Type: ComplexType
Name: UserRoleType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
User Role. Details Identifies the type of role that a user performs or is authorized to perform. This is used in pre-provisioning a partner system with user account information. See UserAccount-noun.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into RoleName in schema fields_xsd Drilldown into RoleCode in schema components_xsdXSD Diagram of UserRoleType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="UserRoleType">
    <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 Role. Details</ccts:DictionaryEntryName>
            <ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Identifies the type of role that a user performs or is authorized to perform.</ccts:DefinitionText>
            <ccts:UsageRule xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">This is used in pre-provisioning a partner system with user account information. See UserAccount-noun.</ccts:UsageRule>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="RoleCode" minOccurs="0" />
        <xsd:element ref="RoleName" minOccurs="0" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
RoleCode nsA:RoleCode 0 (1)
RoleName nsA:RoleName 0 (1)
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:UserRole