<xsd:complexType name="TestInstanceType">
<xsd:sequence>
<xsd:element ref="TestInstanceID" minOccurs="0" />
<xsd:element ref="VersionID" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The version of the test instrument associated with the results. The version with which the assessment subject was tested.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="AssessmentLanguageCode" minOccurs="0" />
<xsd:element ref="TestDate" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="TestScoreIssuedDate" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The date a test score was issued. This might generally be applicable when the assessment service provider is administering or reporting the result of a third-party administered test.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="TestLocationID" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|