Definition Type: ComplexType
Name: ProfessionalLicenseResultType
Namespace: http://www.hr-xml.org/3
Containing Schema: ScreeningReport.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AdditionalItem in schema components_xsd Drilldown into Comment in schema fields_xsd Drilldown into QuestionAnswerPair in schema components_xsd Drilldown into LicenseRestrictionCode in schema fields_xsd Drilldown into LicenseQualificationCode in schema fields_xsd Drilldown into DisciplinaryAction in schema fields_xsd Drilldown into License in schema components_xsdXSD Diagram of ProfessionalLicenseResultType in schema screeningreport_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="ProfessionalLicenseResultType">
    <xsd:sequence>
        <xsd:element ref="License" minOccurs="0" />
        <xsd:element ref="DisciplinaryAction" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="LicenseQualificationCode" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="LicenseRestrictionCode" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="QuestionAnswerPair" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="Comment" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="AdditionalItem" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
License nsA:License 0 (1)
DisciplinaryAction nsA:DisciplinaryAction 0 unbounded
LicenseQualificationCode nsA:LicenseQualificationCode 0 unbounded
LicenseRestrictionCode nsA:LicenseRestrictionCode 0 unbounded
QuestionAnswerPair nsA:QuestionAnswerPair 0 unbounded
Comment nsA:Comment 0 unbounded
AdditionalItem nsA:AdditionalItem 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:ProfessionalLicenseResult