Definition Type: ComplexType
Name: IndOrganizationalInfoType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: OrganizationalInfoTypes.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema organizationalinfotypes_xsd Drilldown into WorkLocation in schema organizationalinfotypes_xsd Drilldown into OrganizationalUnit in schema organizationalinfotypes_xsd Drilldown into Organization in schema organizationalinfotypes_xsdXSD Diagram of IndOrganizationalInfoType in schema organizationalinfotypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="IndOrganizationalInfoType">
    <xsd:sequence>
        <xsd:element name="Organization" type="IndEmployeeOrganizationRefType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="OrganizationalUnit" type="IndEmployeeOrganizationalUnitRefType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="WorkLocation" type="IndEmployeeWorkSiteRefType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="UserArea" type="UserAreaType" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Organization hr:Organization 0 unbounded
OrganizationalUnit hr:OrganizationalUnit 0 unbounded
WorkLocation hr:WorkLocation 0 unbounded
UserArea hr:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
hr:OrganizationInfo