Definition Type: Element
Name: EmploymentInformation
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: Credit.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into Compensation in schema credit_xsd Drilldown into EmploymentDate in schema credit_xsd Drilldown into VerifiedDate in schema credit_xsd Drilldown into ReportedDate in schema credit_xsd Drilldown into Telephone in schema credit_xsd Drilldown into PostalAddress in schema credit_xsd Drilldown into Title in schema credit_xsd Drilldown into OrganizationName in schema credit_xsd Drilldown into type in schema credit_xsdXSD Diagram of EmploymentInformation in schema credit_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="EmploymentInformation" minOccurs="0" maxOccurs="unbounded">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="OrganizationName" type="xsd:string" />
            <xsd:element name="Title" type="xsd:string" minOccurs="0" />
            <xsd:element name="PostalAddress" type="CreditPostalAddressType" minOccurs="0" />
            <xsd:element name="Telephone" minOccurs="0" maxOccurs="unbounded">
                <xsd:complexType>
                    <xsd:complexContent>
                        <xsd:extension base="TelcomNumberType">
                            <xsd:attribute name="type" type="xsd:string" />
                        </xsd:extension>
                    </xsd:complexContent>
                </xsd:complexType>
            </xsd:element>
            <xsd:element name="ReportedDate" type="ReportedDateType" minOccurs="0" />
            <xsd:element name="VerifiedDate" type="FlexibleDatesType" minOccurs="0" />
            <xsd:element name="EmploymentDate" type="EffectiveDateType" minOccurs="0" />
            <xsd:element name="Compensation" type="PositionCompensationType" minOccurs="0" maxOccurs="unbounded" />
            <!--									<xsd:element name="Compensation" minOccurs="0" maxOccurs="2"> -->
        </xsd:sequence>
        <xsd:attribute name="type" use="required">
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="Current" />
                    <xsd:enumeration value="Prior" />
                    <xsd:enumeration value="Spouse" />
                    <xsd:enumeration value="Other" />
                    <xsd:enumeration value="Unknown" />
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:attribute>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OrganizationName hr:OrganizationName (1) (1)
Title hr:Title 0 (1)
PostalAddress hr:PostalAddress 0 (1)
Telephone hr:Telephone 0 unbounded
ReportedDate hr:ReportedDate 0 (1)
VerifiedDate hr:VerifiedDate 0 (1)
EmploymentDate hr:EmploymentDate 0 (1)
Compensation hr:Compensation 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
type hr:type Required