<xsd:complexType name="AssessmentFulfillmentType">
<xsd:annotation>
<xsd:documentation>A set of information describing options and characteristics relating to the way an assessment result is provided. For example, the language or available languages of the assessment report; the period for which the result is recognized as valid or reliable, the name or identity of the scoring profile used in calculating the result; etc.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element ref="oa:Description" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="EffectivePeriodDescription" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="ScoreProfileName" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="ReportLanguageCode" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>
|