Definition Type: Element
Name: StaffingOrgContact
Namespace: http://ns.hr-xml.org/2007-04-15
Type: hr:ContactInfoType
Containing Schema: Assignment.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into ContactId in schema contactinfo_xsd Drilldown into ContactMethod in schema contactinfo_xsd Drilldown into PersonName in schema personname_xsd Drilldown into ContactInfoType in schema contactinfo_xsd Drilldown into typeOfOrganization in schema assignment_xsdXSD Diagram of StaffingOrgContact in schema assignment_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="StaffingOrgContact" minOccurs="0" maxOccurs="unbounded">
    <xsd:complexType>
        <xsd:complexContent>
            <xsd:extension base="ContactInfoType">
                <xsd:attribute name="typeOfOrganization" use="required">
                    <xsd:simpleType>
                        <xsd:union memberTypes="xStringPatternExtensionType">
                            <xsd:simpleType>
                                <xsd:restriction base="xsd:string">
                                    <xsd:enumeration value="Customer" />
                                    <xsd:enumeration value="Supplier" />
                                    <xsd:enumeration value="Intermediary" />
                                </xsd:restriction>
                            </xsd:simpleType>
                        </xsd:union>
                    </xsd:simpleType>
                </xsd:attribute>
            </xsd:extension>
        </xsd:complexContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PersonName hr:PersonName (1) (1)
ContactMethod hr:ContactMethod (1) unbounded
ContactId hr:ContactId 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
typeOfOrganization hr:typeOfOrganization Required
Collapse Derivation Tree: