Definition Type: ComplexType
Name: WorkScopeType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
Work Scope. Details Contains information about a person's authorized scope of activities.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into WorkScopeName in schema fields_xsd Drilldown into WorkScopeCode in schema fields_xsdXSD Diagram of WorkScopeType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="WorkScopeType">
    <xsd:annotation>
        <xsd:documentation source="http://www.hr-xml.org" xml:lang="en">
            <ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Work Scope. Details</ccts:DictionaryEntryName>
            <ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Contains information about a person's authorized scope of activities.</ccts:DefinitionText>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="WorkScopeCode" minOccurs="0" />
        <xsd:element ref="WorkScopeName" minOccurs="0" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
WorkScopeCode nsA:WorkScopeCode 0 (1)
WorkScopeName nsA:WorkScopeName 0 (1)
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:AuthorizedWorkScope, nsA:ProhibitedWorkScope