Definition Type: ComplexType
Name: OrganizationalUnitPersonMemberRoleType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: Organization.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Description in schema organization_xsd Drilldown into RoleId in schema organization_xsd Drilldown into RoleName in schema organization_xsd Drilldown into leader in schema organization_xsdXSD Diagram of OrganizationalUnitPersonMemberRoleType in schema organization_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="OrganizationalUnitPersonMemberRoleType">
    <xsd:sequence>
        <xsd:element name="RoleName" type="xsd:string" minOccurs="0" />
        <xsd:element name="RoleId" type="EntityIdType" minOccurs="0" />
        <xsd:element name="Description" type="xsd:string" minOccurs="0" />
    </xsd:sequence>
    <xsd:attribute name="leader" type="xsd:boolean" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
RoleName hr:RoleName 0 (1)
RoleId hr:RoleId 0 (1)
Description hr:Description 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
leader hr:leader (Optional)
Collapse Derivation Tree:
Collapse References:
hr:PersonRole