Definition Type: ComplexType
Name: WorkEnvironmentType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
Work Environment. Details Contains information classifying the type of worksite or the type of conditions present at the work site. For example, is the work inside, outside, factory, office, etc. Optionally allows the identification of any equipment, clothing, or other "consideration" necessary for the worksite (safety shoes, respirator, hard hat, etc.).
Collapse XSD Schema Diagram:
Drilldown into WorkEnvironmentConsideration in schema components_xsd Drilldown into Description in schema fields_xsd1 Drilldown into WorkEnvironmentTypeCode in schema fields_xsdXSD Diagram of WorkEnvironmentType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="WorkEnvironmentType">
    <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 Environment. Details</ccts:DictionaryEntryName>
            <ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Contains information classifying the type of worksite or the type of conditions present at the work site. For example, is the work inside, outside, factory, office, etc. Optionally allows the identification of any equipment, clothing, or other "consideration" necessary for the worksite (safety shoes, respirator, hard hat, etc.).</ccts:DefinitionText>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="WorkEnvironmentTypeCode" minOccurs="0" />
        <xsd:element ref="oa:Description" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="WorkEnvironmentConsideration" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
WorkEnvironmentTypeCode nsA:WorkEnvironmentTypeCode 0 (1)
Description oa:Description 0 unbounded
WorkEnvironmentConsideration nsA:WorkEnvironmentConsideration 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:WorkEnvironment