<xsd:complexType name="StaffingWorkSiteType">
<xsd:sequence>
<xsd:element name="WorkSiteId" minOccurs="0">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Id" type="xsd:string" />
<xsd:element name="Domain" minOccurs="0">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="IdIssuer" type="xsd:string" minOccurs="0" />
<xsd:element name="IdType" type="xsd:string" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="WorkSiteName" type="xsd:string" />
<xsd:element name="WorkSiteDetail" minOccurs="0" maxOccurs="unbounded">
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="workSiteType" type="xsd:string" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="PostalAddress" type="PostalAddressType" minOccurs="0" />
<xsd:choice>
<xsd:element name="TravelDirections" type="xsd:string" minOccurs="0" />
<xsd:element name="StructuredTravelDirections" minOccurs="0" maxOccurs="unbounded">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="StartPoint" type="xsd:string" />
<xsd:element name="EndPoint" type="xsd:string" minOccurs="0" />
<xsd:element name="Transportation" type="xsd:string" />
<xsd:element name="TimeRequired">
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:decimal">
<xsd:attribute name="unitOfMeasure" type="xsd:string" use="required" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="MapLink" type="xsd:string" minOccurs="0" />
<xsd:element name="Description" type="xsd:string" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:choice>
<xsd:element name="ParkingInstructions" type="xsd:string" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|