Definition Type: Element
Name: Employer
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: Enrollment.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into StartDate in schema enrollment_xsd Drilldown into ContactInformation in schema enrollment_xsd Drilldown into PersonName in schema enrollment_xsd Drilldown into OrganizationName in schema enrollment_xsdXSD Diagram of Employer in schema enrollment_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="Employer" minOccurs="0" maxOccurs="unbounded">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:choice>
                <xsd:element name="OrganizationName" type="xsd:string" />
                <xsd:element name="PersonName" type="PersonNameType" />
            </xsd:choice>
            <xsd:element name="ContactInformation" type="ContactMethodType" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="StartDate" type="LocalDateType" minOccurs="0" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OrganizationName hr:OrganizationName (1) (1)
PersonName hr:PersonName (1) (1)
ContactInformation hr:ContactInformation 0 unbounded
StartDate hr:StartDate 0 (1)