Definition Type: Element
Name: PayrollPerson
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: PayrollInstructions.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into PersonGovernmentId in schema payrollinstructions_xsd Drilldown into PersonName in schema payrollinstructions_xsd Drilldown into PersonId in schema payrollinstructions_xsdXSD Diagram of PayrollPerson in schema payrollinstructions_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="PayrollPerson">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="PersonId" type="EntityIdType" maxOccurs="unbounded" />
            <xsd:element name="PersonName" type="PersonNameType" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="PersonGovernmentId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PersonId hr:PersonId (1) unbounded
PersonName hr:PersonName 0 unbounded
PersonGovernmentId hr:PersonGovernmentId 0 unbounded