<xsd:complexType name="AssessmentOrderAcknowledgementType">
<xsd:annotation>
<xsd:documentation>Root element for AssessmentOrderAcknowledgment schema, which is designed to hold data necessary to acknowledge an assessment request.</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="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="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="AccessPoint" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>The way to access the Assessment</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="ContactMethodType">
<xsd:sequence>
<xsd:element name="Description" type="xsd:string" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Instructions for the subject to access the assessment via this access point.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Login" minOccurs="0">
<xsd:annotation>
<xsd:documentation>A login to use to take the assessment</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Token" type="xsd:string" minOccurs="0" />
<xsd:element name="UserName" type="xsd:string" minOccurs="0" />
<xsd:element name="Password" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="validFrom" type="LocalDateType" />
<xsd:attribute name="validTo" type="LocalDateType" />
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="AssessmentStatus" type="AssessmentStatusType">
<xsd:annotation>
<xsd:documentation>The status of the request at this particular moment</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
<xsd:attribute ref="xml:lang" />
</xsd:complexType>
|