Definition Type: ComplexType
Name: AssessmentAccessType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
This is a set of information used to provide the assessment subject access to a test that has been ordered. NOTE: The assessment access details would not be provided within the assessment order request, but in the acknowledgement in response to an assessment order request. In some instances, tests might be integrated into application processes. In such a case, the assessment subject might be redirected and directly logged into the assessment provider's application with the URI and credential supplied. In other cases, the test might need to be scheduled a local testing center. The address of the testing center may be supplied and / or the number to call to schedule the assessment.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into Description in schema fields_xsd1 Drilldown into AccessCredentials in schema components_xsd Drilldown into AssessmentCommunication in schema components_xsd Drilldown into ID in schema fields_xsd Drilldown into validTo in schema fields_xsd Drilldown into validFrom in schema fields_xsd Drilldown into EffectiveDateAttributeGroup in schema fields_xsdXSD Diagram of AssessmentAccessType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="AssessmentAccessType">
    <xsd:annotation>
        <xsd:documentation>This is a set of information used to provide the assessment subject access to a test that has been ordered. NOTE: The assessment access details would not be provided within the assessment order request, but in the acknowledgement in response to an assessment order request. In some instances, tests might be integrated into application processes. In such a case, the assessment subject might be redirected and directly logged into the assessment provider's application with the URI and credential supplied. In other cases, the test might need to be scheduled a local testing center. The address of the testing center may be supplied and / or the number to call to schedule the assessment.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="ID" minOccurs="0" />
        <xsd:element ref="AssessmentCommunication" minOccurs="0" />
        <xsd:element ref="AccessCredentials" minOccurs="0" />
        <xsd:element ref="oa:Description" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
    <xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ID nsA:ID 0 (1)
AssessmentCommunication nsA:AssessmentCommunication 0 (1)
AccessCredentials nsA:AccessCredentials 0 (1)
Description oa:Description 0 unbounded
UserArea nsA:UserArea 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
validFrom nsA:validFrom Optional
validTo nsA:validTo Optional
Collapse Derivation Tree:
Collapse References:
nsA:AssessmentAccess