Definition Type: Element
Name: ContactInfo
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: EmploymentHistory.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into ContactMethod in schema employmenthistory_xsd Drilldown into PersonName in schema personname_xsdXSD Diagram of ContactInfo in schema employmenthistory_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="ContactInfo">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element ref="PersonName" />
            <xsd:element name="ContactMethod" type="ContactMethodType" minOccurs="0" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PersonName hr:PersonName (1) (1)
ContactMethod hr:ContactMethod 0 unbounded