Definition Type: Element
Name: PersonInstruction
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 Instruction in schema payrollinstructions_xsd Drilldown into PayrollPerson in schema payrollinstructions_xsdXSD Diagram of PersonInstruction in schema payrollinstructions_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="PersonInstruction">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element ref="PayrollPerson" />
            <xsd:element ref="Instruction" maxOccurs="unbounded" />
            <xsd:element ref="UserArea" minOccurs="0" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PayrollPerson hr:PayrollPerson (1) (1)
Instruction hr:Instruction (1) unbounded
UserArea hr:UserArea 0 (1)