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