Definition Type: ComplexType
Name: EmploymentHistoryType
Namespace: http://www.starstandard.org/STAR/5
Containing Schema: Components.xsd
Abstract
Documentation:
Information that relates to employment of an person.
Collapse XSD Schema Diagram:
Drilldown into EmploymentDemographics in schema components_xsd Drilldown into EmployerParty in schema components_xsdXSD Diagram of EmploymentHistoryType in schema components_xsd (Standards for Technology in Automotive Retail)
Collapse XSD Schema Code:
<xsd:complexType name="EmploymentHistoryType">
    <xsd:annotation>
        <xsd:documentation> Information that relates to employment of an person.
            </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element maxOccurs="1" minOccurs="0" ref="EmployerParty" />
        <xsd:element maxOccurs="1" minOccurs="0" ref="EmploymentDemographics" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
EmployerParty star:EmployerParty 0 1
EmploymentDemographics star:EmploymentDemographics 0 1
Collapse Derivation Tree:
Collapse References:
star:EmploymentHistory