Definition Type: ComplexType
Name: AssessmentFulfillmentType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
A set of information describing options and characteristics relating to the way an assessment result is provided. For example, the language or available languages of the assessment report; the period for which the result is recognized as valid or reliable, the name or identity of the scoring profile used in calculating the result; etc.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into ReportLanguageCode in schema fields_xsd Drilldown into ScoreProfileName in schema fields_xsd Drilldown into EffectivePeriodDescription in schema fields_xsd Drilldown into Description in schema fields_xsd1XSD Diagram of AssessmentFulfillmentType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="AssessmentFulfillmentType">
    <xsd:annotation>
        <xsd:documentation>A set of information describing options and characteristics relating to the way an assessment result is provided. For example, the language or available languages of the assessment report; the period for which the result is recognized as valid or reliable, the name or identity of the scoring profile used in calculating the result; etc.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="oa:Description" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="EffectivePeriodDescription" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="ScoreProfileName" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="ReportLanguageCode" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Description oa:Description 0 unbounded
EffectivePeriodDescription nsA:EffectivePeriodDescription 0 unbounded
ScoreProfileName nsA:ScoreProfileName 0 unbounded
ReportLanguageCode nsA:ReportLanguageCode 0 unbounded
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:AssessmentFulfillment