Definition Type: Element
Name: OtherQualifications
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: BackgroundReports.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Documentation:
Medical or other qualifications associated with or required to maintain active status of license.
Collapse XSD Schema Diagram:
Drilldown into EffectiveDate in schema backgroundreports_xsd Drilldown into Qualification in schema backgroundreports_xsd Drilldown into type in schema backgroundreports_xsdXSD Diagram of OtherQualifications in schema backgroundreports_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="OtherQualifications" minOccurs="0" maxOccurs="unbounded">
    <xsd:annotation>
        <xsd:documentation>Medical or other qualifications associated with or required to maintain active status of license.</xsd:documentation>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="Qualification" type="xsd:string">
                <xsd:annotation>
                    <xsd:documentation>Description of the  qualification.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
            <xsd:element name="EffectiveDate" type="EffectiveDateType" minOccurs="0">
                <xsd:annotation>
                    <xsd:documentation>The effective date of the  qualification.</xsd:documentation>
                </xsd:annotation>
            </xsd:element>
        </xsd:sequence>
        <xsd:attribute name="type" type="xsd:string" />
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Qualification hr:Qualification (1) (1)
EffectiveDate hr:EffectiveDate 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
type hr:type (Optional)