<xsd:complexType name="WorkSiteType">
<xsd:sequence>
<xsd:element name="WorkSiteName" type="xsd:string" minOccurs="0" />
<xsd:element name="WorkSiteId" type="EntityIdType" minOccurs="0" />
<xsd:element name="Details" minOccurs="0" maxOccurs="unbounded">
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="LanguageDependentTextType">
<xsd:attribute name="type" type="xsd:string" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="PostalAddress" type="PostalAddressType" minOccurs="0" />
<xsd:element name="TravelDirections" type="LanguageDependentTextType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="ParkingInstructions" type="LanguageDependentTextType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="WorkSiteEnvironment" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|