<xsd:complexType name="AccessPointType">
<xsd:annotation>
<xsd:documentation>The access point could be the location for a report or it could be a location where the candidate or recruiter is instructed to enter additional information. The typeCode could be used to distinquish the purpose.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="oa:URI" minOccurs="0" />
<xsd:element ref="UserID" minOccurs="0" />
<xsd:element ref="AccessCredential" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="typeCode" type="oa:NormalizedStringType" use="optional" />
<xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
</xsd:complexType>
|