Definition Type: Element
Name: RequestedPerson
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: PositionHeader.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into Supplier in schema positionheader_xsd Drilldown into PersonId in schema positionheader_xsd Drilldown into PersonName in schema positionheader_xsd Drilldown into currentlyAssigned in schema positionheader_xsd Drilldown into mandatory in schema positionheader_xsdXSD Diagram of RequestedPerson in schema positionheader_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="RequestedPerson" minOccurs="0" maxOccurs="unbounded">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="PersonName" type="PersonNameType" minOccurs="0" />
            <xsd:element name="PersonId" type="EntityIdType" minOccurs="0" />
            <xsd:element name="Supplier" type="EntityReferenceType" minOccurs="0" />
        </xsd:sequence>
        <xsd:attribute name="mandatory" type="xsd:boolean" />
        <xsd:attribute name="currentlyAssigned" type="xsd:boolean" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PersonName hr:PersonName 0 (1)
PersonId hr:PersonId 0 (1)
Supplier hr:Supplier 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
mandatory hr:mandatory (Optional)
currentlyAssigned hr:currentlyAssigned (Optional)