Definition Type: ComplexType
Name: OrganizationContactType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: Organization.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ContactMethod in schema organization_xsd Drilldown into ContactId in schema organization_xsd Drilldown into ContactName in schema organization_xsd Drilldown into purpose in schema organization_xsdXSD Diagram of OrganizationContactType in schema organization_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="OrganizationContactType">
    <xsd:sequence>
        <xsd:element name="ContactName" type="PersonNameType" minOccurs="0" />
        <xsd:element name="ContactId" type="EntityIdType" minOccurs="0" />
        <xsd:element name="ContactMethod" type="ContactMethodType" minOccurs="0" />
    </xsd:sequence>
    <xsd:attribute name="purpose" type="OrganizationContactPurposeType" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ContactName hr:ContactName 0 (1)
ContactId hr:ContactId 0 (1)
ContactMethod hr:ContactMethod 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
purpose hr:purpose (Optional)
Collapse Derivation Tree:
Collapse References:
hr:ContactInfo, hr:ContactInfo