Definition Type: ComplexType
Name: AdministrationInfoType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: AssessmentTypes.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AssessmentDelivery in schema assessmenttypes_xsd Drilldown into EstimatedTime in schema assessmenttypes_xsd Drilldown into TimeEnforcement in schema assessmenttypes_xsd Drilldown into IsProctored in schema assessmenttypes_xsd Drilldown into AdministrationNotes in schema assessmenttypes_xsdXSD Diagram of AdministrationInfoType in schema assessmenttypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="AdministrationInfoType">
    <xsd:sequence>
        <xsd:element name="AdministrationNotes" type="xsd:string" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Notes concerning the administration of this assessment package. </xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="IsProctored" type="xsd:boolean" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Indicates if the assessment package should be administered in a proctored environment.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="TimeEnforcement">
            <xsd:annotation>
                <xsd:documentation>Indicates if all or part of the assessment package will enforce a time limit on its completion.</xsd:documentation>
            </xsd:annotation>
            <xsd:simpleType>
                <xsd:restriction base="xsd:string">
                    <xsd:enumeration value="None" />
                    <xsd:enumeration value="Partial" />
                    <xsd:enumeration value="Complete" />
                </xsd:restriction>
            </xsd:simpleType>
        </xsd:element>
        <xsd:element name="EstimatedTime" type="xsd:string" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation>Estimated time to complete the assessment package, possibly for UI display to the subject.  String type for flexibiliy and to discourage use in enforcing timing.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="AssessmentDelivery" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation>Identifies or describes how the assessment is delivered, what environment the assessment is occurring in</xsd:documentation>
            </xsd:annotation>
            <xsd:complexType>
                <xsd:simpleContent>
                    <xsd:extension base="AssessmentDeliveryTypes">
                        <xsd:attribute name="schedulingRequired" type="xsd:boolean" />
                    </xsd:extension>
                </xsd:simpleContent>
            </xsd:complexType>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AdministrationNotes hr:AdministrationNotes 0 (1)
IsProctored hr:IsProctored 0 (1)
TimeEnforcement hr:TimeEnforcement (1) (1)
EstimatedTime hr:EstimatedTime 0 (1)
AssessmentDelivery hr:AssessmentDelivery 0 unbounded
Collapse Derivation Tree:
Collapse References:
hr:AdministrationInfo, hr:AdministrationInfo