<xsd:complexType name="ScreeningCatalogCustomerScopePackageType">
<xsd:sequence>
<xsd:element ref="PackageID" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>This is the "Package ID" that would be used to order a set of screening or assessment services.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="oa:Name" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The name or terse descriptive label by which the package is referred.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="oa:Description" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="PackageTypeCode" minOccurs="0" maxOccurs="unbounded" />
<xsd:element ref="ServiceAvailabilityCode" minOccurs="0" />
<xsd:element ref="BaseCostAmount" minOccurs="0" />
<xsd:element ref="ScreeningCatalogCustomerScopeScreening" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
<xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
</xsd:complexType>
|