Definition Type: ComplexType
Name: TestInstanceType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into TestLocationID in schema fields_xsd Drilldown into TestScoreIssuedDate in schema fields_xsd Drilldown into TestDate in schema fields_xsd Drilldown into AssessmentLanguageCode in schema fields_xsd Drilldown into VersionID in schema fields_xsd Drilldown into TestInstanceID in schema fields_xsdXSD Diagram of TestInstanceType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="TestInstanceType">
    <xsd:sequence>
        <xsd:element ref="TestInstanceID" minOccurs="0" />
        <xsd:element ref="VersionID" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>The version of the test instrument associated with the results. The version with which the assessment subject was tested.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="AssessmentLanguageCode" minOccurs="0" />
        <xsd:element ref="TestDate" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="TestScoreIssuedDate" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>The date a test score was issued. This might generally be applicable when the assessment service provider is administering or reporting the result of a third-party administered test.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element ref="TestLocationID" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
TestInstanceID nsA:TestInstanceID 0 (1)
VersionID nsA:VersionID 0 (1)
AssessmentLanguageCode nsA:AssessmentLanguageCode 0 (1)
TestDate nsA:TestDate 0 unbounded
TestScoreIssuedDate nsA:TestScoreIssuedDate 0 (1)
TestLocationID nsA:TestLocationID 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:TestInstance