<xsd:element name="CustomerOrderScope" minOccurs="0">
<xsd:annotation>
<xsd:documentation>The employer system requests from the CRA information regarding available a la carte screenings and packages to display to the employer.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="AlaCarteIndicator" type="oa:IndicatorType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Include available alacarte screenings available to the customer.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="CostIndicator" type="oa:IndicatorType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Include the base costs of the alacarte or package screenings. For the customer scope request, additional fees will not be included.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="PackageIndicator" type="oa:IndicatorType" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Include available package screenings available to the customer.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element ref="UserDefinedRequirement" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
|