Definition Type: ComplexType
Name: AssessmentOrderRequestType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: AssessmentOrderRequest.xsd
Abstract
Documentation:
Root element for AssessmentOrderRequest schema, which is designed to hold data necessary to initiate an assessment request.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema userarea_xsd Drilldown into ResultLanguage in schema assessmentorderrequest_xsd Drilldown into AssessmentLanguage in schema assessmentorderrequest_xsd Drilldown into AssessmentSubject in schema assessmentorderrequest_xsd Drilldown into AssessmentRequester in schema assessmentorderrequest_xsd Drilldown into ClientOrderId in schema assessmentorderrequest_xsd Drilldown into ComparisonGroupId in schema assessmentorderrequest_xsd Drilldown into ProviderId in schema assessmentorderrequest_xsd Drilldown into PackageId in schema assessmentorderrequest_xsd Drilldown into ClientId in schema assessmentorderrequest_xsd Drilldown into lang in schema xml_xsdXSD Diagram of AssessmentOrderRequestType in schema assessmentorderrequest_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="AssessmentOrderRequestType">
    <xsd:annotation>
        <xsd:documentation>Root element for AssessmentOrderRequest schema, which is designed to hold data necessary to initiate 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="PackageId" type="EntityIdType">
            <xsd:annotation>
                <xsd:documentation>: Identifies the package of assessments being ordered for the Subject. PackageIds are supplied by the Assessment Vendor to the Client in a Trading Partner Agreement.</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="ComparisonGroupId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Indicates the group(s) this assessment should be included in when comparing assessment results.  For example, in recruiting this could be a Job Requisition identifier. The Client defines this field.</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="AssessmentRequester" type="xsd:string">
            <xsd:annotation>
                <xsd:documentation>The individual that makes the request</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="AssessmentSubject" type="AssessmentSubjectType">
            <xsd:annotation>
                <xsd:documentation>The person who will be the subject of the assessment</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="AssessmentLanguage" type="xsd:language" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>The language in which the assessment is required. Note that  available lanaguages might be obtained from AssessmentLanguage within AssessmentCatalog.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="ResultLanguage" type="xsd:language" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>The language in which the assessment results are required. Note that  available lanaguages might be obtained from ResultLanguage within AssessmentCatalog.</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)
PackageId hr:PackageId (1) (1)
ProviderId hr:ProviderId 0 (1)
ComparisonGroupId hr:ComparisonGroupId 0 unbounded
ClientOrderId hr:ClientOrderId (1) (1)
AssessmentRequester hr:AssessmentRequester (1) (1)
AssessmentSubject hr:AssessmentSubject (1) (1)
AssessmentLanguage hr:AssessmentLanguage 0 unbounded
ResultLanguage hr:ResultLanguage 0 unbounded
UserArea hr:UserArea 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
lang nsA:lang (Optional)
Collapse Derivation Tree:
Collapse References:
hr:AssessmentOrderRequest