<xsd:complexType name="WorkSiteEnvironmentType">
<xsd:sequence>
<xsd:element name="EnvironmentName" type="xsd:string" minOccurs="0" />
<xsd:element name="EnvironmentId" type="EntityIdType" minOccurs="0" />
<xsd:element name="WorkSiteId" type="EntityIdType" minOccurs="0" />
<xsd:element name="Description" minOccurs="0">
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute ref="xml:lang" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="Considerations" minOccurs="0" maxOccurs="unbounded">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="General" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Physical" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="SafetyEquipment" type="SafetyEquipmentType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="DressCode" type="DressCodeType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
<xsd:attribute ref="xml:lang" />
</xsd:complexType>
</xsd:element>
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|