Definition Type: ComplexType
Name: EducationContactInformationType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: ScreeningTypes.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ContactMethod in schema screeningtypes_xsd Drilldown into PostalAddress in schema screeningtypes_xsd Drilldown into Title in schema screeningtypes_xsd Drilldown into PersonName in schema screeningtypes_xsdXSD Diagram of EducationContactInformationType in schema screeningtypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="EducationContactInformationType">
    <xsd:sequence>
        <xsd:element name="PersonName" type="PersonNameType" minOccurs="0" />
        <xsd:element name="Title" type="xsd:string" minOccurs="0" />
        <xsd:element name="PostalAddress" type="PostalAddressType" minOccurs="0" />
        <xsd:element name="ContactMethod" type="ContactMethodType" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
PersonName hr:PersonName 0 (1)
Title hr:Title 0 (1)
PostalAddress hr:PostalAddress 0 (1)
ContactMethod hr:ContactMethod 0 unbounded
Collapse Derivation Tree:
Collapse References:
hr:ContactInformation, hr:ContactInformation