<xsd:complexType name="AssessmentResultType">
<xsd:annotation>
<xsd:documentation>Root element for AssessmentResult schema, which is designed to hold data necessary to convey information on the results of the assessment</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="ClientId" type="EntityIdType">
<xsd:annotation>
<xsd:documentation>A value that uniquely identifies a client for the 3rd party vendor (assessor). It is up to the vendor to provide the client its identifier.The client id is mandatory for all messages going from a customer to an assessment vendor</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ProviderId" type="EntityIdType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>A value that uniquely identifies An assessment provider for the customer. It is up to the client to provide the provider its identifier.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ClientOrderId" type="EntityIdType">
<xsd:annotation>
<xsd:documentation>A unique identifier, for the client, to identify the order.There can be multiple order id for one request (e.g. PO #, department)</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ReceiptId" type="EntityIdType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>A unique identifier supplied by the assessment provider that will allow the client to know how to request updates</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Results" type="AssessmentSingleResultType" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>The results of the assessment</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="AssessmentStatus" type="AssessmentStatusType">
<xsd:annotation>
<xsd:documentation>The status of type request at this particular moment</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="AssessmentLanguage" type="xsd:language" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Indicates the language this assessment was taken in.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
<xsd:attribute ref="xml:lang" />
<xsd:attribute name="validFrom" type="xsd:date" use="optional" />
<xsd:attribute name="validTo" type="xsd:date" use="optional" />
</xsd:complexType>
|