<xsd:complexType name="AssessmentSubjectType">
<xsd:sequence>
<xsd:element ref="SubjectID" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The test taker or person who takes the assessment or is assessed.
OED Assessment n., b. Educ. The process or means of evaluating academic work; an examination or test.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="PersonLegalID" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">A government assigned identifier or
"official" identifier. In many scenarios,
an assessment provider would have no need for collecting a PersonLegalID
(for example, a social insurance number). In some cases, the assessment
provider may play a role of having first contact with a candidate and may
have a need to collect such information to support subsequent hiring
activities or workflow (e.g., employment screening).</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="PersonName" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">The name of the person subject to the assessment.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="Communication" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">A means of contacting the assessment subject. Repeatable for
each type of contact method.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="RaceCode" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="EthnicityCode" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="NationalityCode" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="PrimaryLanguageCode" minOccurs="0" />
<xsd:element ref="BirthDate" minOccurs="0" />
<xsd:element ref="oa:AgeMeasure" minOccurs="0" />
<xsd:element ref="GenderCode" minOccurs="0" />
<xsd:element ref="DisabilityIndicator" minOccurs="0" />
<xsd:element ref="DisabilityTypeCode" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="AccomodationTypeCode" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="MilitaryStatusCode" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="InternalCandidateIndicator" minOccurs="0" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|