<xsd:complexType name="AssessmentResultType">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">Contains various scoring details and related metadata to interpret the scores.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="ID" minOccurs="0">
<xsd:annotation>
<xsd:documentation>This is an identifier for the result. There may be a one-to-one relationship between a PackageID ordered and a result. However, some packages might bundle multiple tests or have multiple results ensuing from them. This might be an identifier related to a component test within the package. The schemeID could be used to identify the particular identifier employed.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="PackageID" minOccurs="0">
<xsd:annotation>
<xsd:documentation>This is a reference to the Package ID that was ordered.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="oa:Name" minOccurs="0">
<xsd:annotation>
<xsd:documentation>This is a place to put any formal name or identifier for the result. This might be a pass-through value tied to the specific test instrument. For example, "Candian Academic English Language (CAEL) Official Score Report." </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="AssessmentProfileID" minOccurs="0" />
<xsd:element ref="AssessmentOverallResult" minOccurs="0" />
<xsd:element ref="AssessmentDetailedResult" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="TestInstance" minOccurs="0">
<xsd:annotation>
<xsd:documentation>This is a set of Metadata regarding the test instance itself. The class or type of test taken is something known or discoverable from the PackageID or underlying TestID. TestInstance is a set of information about the test instance actually taken by the assessment subject. Many tests have multiple versions. This metadata supports the association of the score to the particular test instance actually completed and scored.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="AssessmentStatus" minOccurs="0" />
<xsd:element ref="AccessPoint" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="Attachment" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="languageCode" type="LanguageCodeContentType" />
<xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
</xsd:complexType>
|