Definition Type: Element
Name: EstimatedTime
Namespace: http://ns.hr-xml.org/2007-04-15
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: AssessmentTypes.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
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.
Collapse XSD Schema Diagram:
XSD Diagram of EstimatedTime in schema assessmenttypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>