Definition Type: Element
Name: StaffingActionContact
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: StaffingAction.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into EntityContactInfo in schema contactinfo_xsd Drilldown into ReferenceInformation in schema staffingaction_xsd Drilldown into contactType in schema staffingaction_xsdXSD Diagram of StaffingActionContact in schema staffingaction_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="StaffingActionContact" maxOccurs="unbounded">
    <xsd:complexType>
        <xsd:sequence>
            <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>
            <xsd:element ref="EntityContactInfo" />
        </xsd:sequence>
        <xsd:attribute name="contactType" type="StaffingContactType" use="required" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ReferenceInformation hr:ReferenceInformation 0 (1)
EntityContactInfo hr:EntityContactInfo (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
contactType hr:contactType Required