Definition Type: Element
Name: PayrollInstructions
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: PayrollInstructions.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema userarea_xsd Drilldown into RequestTotal in schema payrollinstructions_xsd Drilldown into PersonInstruction in schema payrollinstructions_xsd Drilldown into PayrollEmployer in schema payrollinstructions_xsd Drilldown into lang in schema xml_xsd Drilldown into currency in schema payrollinstructions_xsd Drilldown into version in schema payrollinstructions_xsdXSD Diagram of PayrollInstructions in schema payrollinstructions_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="PayrollInstructions">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element ref="PayrollEmployer" />
            <xsd:element ref="PersonInstruction" maxOccurs="unbounded" />
            <xsd:element ref="RequestTotal" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element ref="UserArea" minOccurs="0" />
        </xsd:sequence>
        <xsd:attribute name="version" type="xsd:string" fixed="00.00" />
        <xsd:attribute name="currency" type="CurrencyCodeType" />
        <xsd:attribute ref="xml:lang" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PayrollEmployer hr:PayrollEmployer (1) (1)
PersonInstruction hr:PersonInstruction (1) unbounded
RequestTotal hr:RequestTotal 0 unbounded
UserArea hr:UserArea 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
version hr:version (Optional)
currency hr:currency (Optional)
lang nsA:lang (Optional)