Definition Type: Element
Name: Band
Namespace: http://ns.hr-xml.org/2007-04-15
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: AssessmentResult.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
Provides for categorizing or grouping of results.For example, "beginner", "intermediate" and "expert" would be three different bands
Collapse XSD Schema Diagram:
XSD Diagram of Band in schema assessmentresult_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="Band" type="xsd:string" minOccurs="0">
    <xsd:annotation>
        <xsd:documentation>Provides for categorizing or grouping of results.For example, "beginner", "intermediate" and "expert" would be three different bands</xsd:documentation>
    </xsd:annotation>
</xsd:element>