Definition Type: ComplexType
Name: OrganizationalUnitPersonMemberType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: Organization.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ContactMethod in schema organization_xsd Drilldown into PersonRole in schema organization_xsd Drilldown into PersonId in schema organization_xsd Drilldown into PersonName in schema organization_xsdXSD Diagram of OrganizationalUnitPersonMemberType in schema organization_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="OrganizationalUnitPersonMemberType">
    <xsd:sequence>
        <xsd:element name="PersonName" type="PersonNameType" minOccurs="0" />
        <xsd:element name="PersonId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="PersonRole" type="OrganizationalUnitPersonMemberRoleType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="ContactMethod" type="ContactMethodType" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PersonName hr:PersonName 0 (1)
PersonId hr:PersonId 0 unbounded
PersonRole hr:PersonRole 0 unbounded
ContactMethod hr:ContactMethod 0 unbounded
Collapse Derivation Tree:
Collapse References:
hr:PersonMember