<xsd:complexType name="ScreeningCatalogCustomerScopeType">
<xsd:sequence>
<xsd:element ref="ScreeningCatalogCustomerScopePackage" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Contains a list of packages in addition to other attributes relating to a package such as individual screenings included in the pacakge.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="ScreeningCatalogCustomerScopeScreening" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Contains a list of alacarte screenings available to the customer.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
<xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
</xsd:complexType>
|