<xsd:complexType name="ScreeningCatalogCustomerScopeScreeningType">
<xsd:sequence>
<xsd:element ref="ScreeningSearchTypeCode" minOccurs="0" />
<xsd:element ref="ScreeningSearchTypeQualifierCode" minOccurs="0" />
<xsd:element ref="ApplicableRegion" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="SearchPeriod" minOccurs="0" />
<xsd:element name="MaximumCount" type="oa:NumericType" minOccurs="0">
<xsd:annotation>
<xsd:documentation source="http://www.hr-xml.org" xml:lang="en">The maximum number of screenings for this for this screening type included in the package. This value has no significance for alacarte screenings.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="oa:Description" minOccurs="0" />
<xsd:element ref="BaseCostAmount" minOccurs="0" />
<xsd:element ref="AdditionalItem" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
|