<xsd:complexType name="PositionLocationType">
<xsd:annotation>
<xsd:documentation>Contains description of the physical location of the position.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="LocationID" minOccurs="0" />
<xsd:element ref="LocationName" minOccurs="0" />
<xsd:element ref="ReferenceLocation" minOccurs="0">
<xsd:annotation>
<xsd:documentation>This is a summary description of the physical location of
the position. This is intended to be matched against a candidate's preference for work
location. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="Address" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Optionally, a complete postal or street address.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|