<xsd:complexType name="ScreeningCatalogReportType">
<xsd:annotation>
<xsd:documentation>Contains a set of information describing a screening provider's catalog of services. There a variety of use cases that might be served by the ScreeningCatalog. There may be the need to simply retrieve and display descriptive information about screenings or to check current availability or pricing. Retrieval of catalog information could also be a first step in the configuration of a recruiting system with the PackageIDs it needs to submit orders to the screening provider.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:group ref="DocumentIDGroup" minOccurs="0" />
<xsd:element ref="DocumentSequence" minOccurs="0" />
<xsd:element ref="SupplierParty" minOccurs="0" />
<xsd:choice>
<xsd:element ref="ScreeningCatalogCustomerScope" minOccurs="0" />
<xsd:element ref="ScreeningCatalogJurisdictionalScope" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Contains jurisdictional requirements associated with screenings.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="languageCode" type="LanguageCodeContentType" use="optional" />
<xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
</xsd:complexType>
|