Definition Type: ComplexType
Name: EmpContactInfoType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: EmploymentHistory.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into InternetDomainName in schema employmenthistory_xsd Drilldown into LocationSummary in schema employmenthistory_xsd Drilldown into ContactMethod in schema employmenthistory_xsd Drilldown into PersonName in schema personname_xsd Drilldown into contactType in schema employmenthistory_xsdXSD Diagram of EmpContactInfoType in schema employmenthistory_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="EmpContactInfoType">
    <xsd:sequence>
        <xsd:element ref="PersonName" minOccurs="0" />
        <xsd:element name="ContactMethod" type="ContactMethodType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="LocationSummary" type="EmploymentLocationSummaryType" minOccurs="0" />
        <xsd:element name="InternetDomainName" type="InternetDomainNameType" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
    <xsd:attribute name="contactType" type="ContactTypeStringExtensionType" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PersonName hr:PersonName 0 (1)
ContactMethod hr:ContactMethod 0 unbounded
LocationSummary hr:LocationSummary 0 (1)
InternetDomainName hr:InternetDomainName 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
contactType hr:contactType (Optional)
Collapse Derivation Tree:
Collapse References:
hr:EmployerContactInfo