<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>
|