<xsd:complexType name="ProfessionalLicenseReportType">
<xsd:sequence>
<xsd:element name="QuestionSetId" type="EntityIdType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The question set identifier associated with this screening.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="LicenseInput" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Contains information as reported by the screening subject relating to the license.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="License" type="LicenseIdentificationType" minOccurs="0" />
<xsd:element name="OtherApplicantInformation" type="EntityIdType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>For capturing additional search related information associated with a specific question.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="AdditionalItems" type="FlexibleDetailType" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="LicenseResults" type="ProfessionalLicenseReportTypeType">
<xsd:annotation>
<xsd:documentation>Contains information as verified by the screening provider relating to the license. </xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|