Definition Type: ComplexType
Name: RelatedOrganizationUnitType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
Provides a means to reference another associated organization unit and to specify a relationship. This usually would be used to refer to an organization other than the immediate parent organization.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into AdditionalItem in schema components_xsd Drilldown into OrganizationRelationshipCode in schema fields_xsd Drilldown into OrganizationName in schema fields_xsd Drilldown into OrganizationUnitID in schema fields_xsdXSD Diagram of RelatedOrganizationUnitType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="RelatedOrganizationUnitType">
    <xsd:annotation>
        <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Provides a means to reference another associated organization unit and to specify a relationship. This usually would be used to refer to an organization other than the immediate parent organization.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="OrganizationUnitID" minOccurs="0" />
        <xsd:element ref="OrganizationName" minOccurs="0" />
        <xsd:element ref="OrganizationRelationshipCode" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="AdditionalItem" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OrganizationUnitID nsA:OrganizationUnitID 0 (1)
OrganizationName nsA:OrganizationName 0 (1)
OrganizationRelationshipCode nsA:OrganizationRelationshipCode 0 unbounded
AdditionalItem nsA:AdditionalItem 0 unbounded
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:RelatedOrganizationUnit