Definition Type: Element
Name: CustomerOrderScope
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Documentation:
The employer system requests from the CRA information regarding available a la carte screenings and packages to display to the employer.
Collapse XSD Schema Diagram:
Drilldown into UserDefinedRequirement in schema fields_xsd Drilldown into PackageIndicator in schema components_xsd Drilldown into CostIndicator in schema components_xsd Drilldown into AlaCarteIndicator in schema components_xsdXSD Diagram of CustomerOrderScope in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AlaCarteIndicator nsA:AlaCarteIndicator 0 (1)
CostIndicator nsA:CostIndicator 0 (1)
PackageIndicator nsA:PackageIndicator 0 (1)
UserDefinedRequirement nsA:UserDefinedRequirement 0 unbounded