Definition Type: ComplexType
Name: WorkEnvironmentConsiderationType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
Work Environment. Details Contains information about any equipment, clothing, or other "consideration" necessary for the worksite (safety shoes, respirator, hard hat, etc.) and whether such items are supplied by the employer.
Collapse XSD Schema Diagram:
Drilldown into Description in schema fields_xsd1 Drilldown into ConsiderationSuppliedIndicator in schema fields_xsd Drilldown into ConsiderationTypeCode in schema fields_xsdXSD Diagram of WorkEnvironmentConsiderationType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="WorkEnvironmentConsiderationType">
    <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 about any equipment, clothing, or other "consideration" necessary for the worksite (safety shoes, respirator, hard hat, etc.) and whether such items are supplied by the employer.
</ccts:DefinitionText>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="ConsiderationTypeCode" minOccurs="0" />
        <xsd:element ref="ConsiderationSuppliedIndicator" minOccurs="0" />
        <xsd:element ref="oa:Description" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ConsiderationTypeCode nsA:ConsiderationTypeCode 0 (1)
ConsiderationSuppliedIndicator nsA:ConsiderationSuppliedIndicator 0 (1)
Description oa:Description 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:WorkEnvironmentConsideration