Definition Type: ComplexType
Name: AssessmentOrderAcknowledgementType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: AssessmentOrderAcknowledgement.xsd
Abstract
Documentation:
Root element for AssessmentOrderAcknowledgment schema, which is designed to hold data necessary to acknowledge an assessment request.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema userarea_xsd Drilldown into AssessmentStatus in schema assessmentorderacknowledgement_xsd Drilldown into AccessPoint in schema assessmentorderacknowledgement_xsd Drilldown into ClientOrderId in schema assessmentorderacknowledgement_xsd Drilldown into ReceiptId in schema assessmentorderacknowledgement_xsd Drilldown into ProviderId in schema assessmentorderacknowledgement_xsd Drilldown into ClientId in schema assessmentorderacknowledgement_xsd Drilldown into lang in schema xml_xsdXSD Diagram of AssessmentOrderAcknowledgementType in schema assessmentorderacknowledgement_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ClientId hr:ClientId (1) (1)
ProviderId hr:ProviderId 0 (1)
ReceiptId hr:ReceiptId 0 (1)
ClientOrderId hr:ClientOrderId (1) (1)
AccessPoint hr:AccessPoint (1) unbounded
AssessmentStatus hr:AssessmentStatus (1) (1)
UserArea hr:UserArea 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
lang nsA:lang (Optional)
Collapse Derivation Tree:
Collapse References:
hr:AssessmentOrderAcknowledgement