Definition Type: ComplexType
Name: IndEmployeeRosterType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: IndicativeData.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema indicativedata_xsd Drilldown into Employee in schema indicativedata_xsd Drilldown into Employer in schema indicativedata_xsdXSD Diagram of IndEmployeeRosterType in schema indicativedata_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="IndEmployeeRosterType">
    <xsd:sequence>
        <xsd:element name="Employer" type="IndOrganizationRefType" />
        <xsd:element name="Employee" type="IndEmployeeType" maxOccurs="unbounded" />
        <xsd:element name="UserArea" type="UserAreaType" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Employer hr:Employer (1) (1)
Employee hr:Employee (1) unbounded
UserArea hr:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
hr:IndicativeData