Definition Type: Element
Name: TimeEnforcement
Namespace: http://ns.hr-xml.org/2007-04-15
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: AssessmentTypes.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
ContentType Restriction
Documentation:
Indicates if all or part of the assessment package will enforce a time limit on its completion.
Collapse XSD Schema Diagram:
XSD Diagram of TimeEnforcement in schema assessmenttypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Facets:
Facet Value
Enumeration None
Enumeration Partial
Enumeration Complete