Definition Type: ComplexType
Name: ProfessionalLicenseReportType
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 ProfessionalLicenseResult in schema screeningreport_xsd Drilldown into InputLicense in schema components_xsd Drilldown into ScreeningSubjectID in schema fields_xsdXSD Diagram of ProfessionalLicenseReportType in schema screeningreport_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="ProfessionalLicenseReportType">
    <xsd:sequence>
        <xsd:element ref="ScreeningSubjectID" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="InputLicense" minOccurs="0" />
        <xsd:element ref="ProfessionalLicenseResult" 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
ScreeningSubjectID nsA:ScreeningSubjectID 0 unbounded
InputLicense nsA:InputLicense 0 (1)
ProfessionalLicenseResult nsA:ProfessionalLicenseResult 0 unbounded
AdditionalItem nsA:AdditionalItem 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:ProfessionalLicenseReport