Definition Type: ComplexType
Name: DeploymentOrganizationType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
ABIE Deployment Organization. Details A collection of information about the organization and the organization unit associated with the employee's or human resource's "deployment." The term "deployment" is used to refer to the facts surrounding how and where the human resource is engaged or put to use. Deployment details include information about a resource's job, position, work schedule, assignment entry reason, as well as information identifying the organization and/or organizational sub-units associated with the deployment.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into OrganizationalIdentifiers in schema components_xsd Drilldown into OrganizationIdentifiers in schema components_xsdXSD Diagram of DeploymentOrganizationType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="DeploymentOrganizationType">
    <xsd:annotation>
        <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
            <ccts:CategoryCode xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">ABIE</ccts:CategoryCode>
            <ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Deployment Organization. Details</ccts:DictionaryEntryName>
            <ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">A collection of information about the organization and the organization unit associated with the employee's or human resource's "deployment." The term "deployment" is used to refer to the facts surrounding how and where the human resource is engaged or put to use. Deployment details include information about a resource's job, position, work schedule, assignment entry reason, as well as information identifying the organization and/or organizational sub-units associated with the deployment. </ccts:DefinitionText>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="OrganizationIdentifiers" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="OrganizationalIdentifiers" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
OrganizationIdentifiers nsA:OrganizationIdentifiers 0 unbounded
OrganizationalIdentifiers nsA:OrganizationalIdentifiers 0 unbounded
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:DeploymentOrganization