Definition Type: ComplexType
Name: ContactInfoType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: ContactInfo.xsd
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_xsdXSD Diagram of ContactInfoType in schema contactinfo_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="ContactInfoType">
    <xsd:sequence>
        <xsd:element ref="PersonName" />
        <xsd:element name="ContactMethod" type="ContactMethodType" maxOccurs="unbounded" />
        <xsd:element name="ContactId" type="EntityIdType" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
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 Derivation Tree:
Collapse References:
hr:ContactInfo, hr:ContactInfo, hr:ContactPersonhr:EmergencyContact, hr:StaffingOrgContact,