Definition Type: Element
Name: ReferenceInformation
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: StaffingAction.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into StaffingCustomerId in schema staffingaction_xsd Drilldown into IntermediaryId in schema staffingaction_xsd Drilldown into StaffingSupplierId in schema staffingaction_xsdXSD Diagram of ReferenceInformation in schema staffingaction_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="ReferenceInformation" minOccurs="0">
    <xsd:complexType>
        <xsd:choice>
            <xsd:element name="StaffingSupplierId" type="xsd:string" maxOccurs="unbounded" />
            <xsd:element name="IntermediaryId" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="StaffingCustomerId" type="xsd:string" maxOccurs="unbounded" />
        </xsd:choice>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
StaffingSupplierId hr:StaffingSupplierId (1) unbounded
IntermediaryId hr:IntermediaryId 0 unbounded
StaffingCustomerId hr:StaffingCustomerId (1) unbounded