<xsd:element name="ReferenceInformation" minOccurs="0">
<xsd:complexType>
<xsd:choice>
<xsd:element name="StaffingSupplierId" type="xsd:string" maxOccurs="unbounded" />
<xsd:element name="IntermediaryId" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="StaffingCustomerId" type="xsd:string" maxOccurs="unbounded" />
</xsd:choice>
</xsd:complexType>
</xsd:element>
|