<!--
The notices below are provided with respect to licensed content incorporated herein:
Copyright The HR-XML Consortium. All Rights Reserved. http://www.hrxmlconsortium.org
Copyright (c) 1997-2010 Open Applications Group, Inc. All Rights Reserved
-->
<xsd:schema xmlns:ccts="urn:un:unece:uncefact:documentation:1.1" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.hr-xml.org/3" targetNamespace="http://www.hr-xml.org/3" elementFormDefault="qualified" attributeFormDefault="unqualified" version="3.0">
<xsd:annotation>
<xsd:documentation>
Name: ScreeningCatalogOrder.xsd
Status: 3.1 Release
Date this version: 2010-Sep-21
</xsd:documentation>
</xsd:annotation>
<xsd:include schemaLocation="../Common/Components.xsd"/>
<xsd:element name="ScreeningCatalogOrder" type="ScreeningCatalogOrderType"/>
<xsd:complexType name="ScreeningCatalogOrderType">
<xsd:annotation>
<xsd:documentation>Contains a set of information describing a screening provider's catalog of services. There a variety of use cases that might be served by the ScreeningCatalog. There may be the need to simply retrieve and display descriptive information about screenings or to check current availability or pricing. Retrieval of catalog information could also be a first step in the configuration of a recruiting system with the PackageIDs it needs to submit orders to the screening provider.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:group ref="DocumentIDGroup" minOccurs="0"/>
<xsd:element ref="DocumentSequence" minOccurs="0"/>
<xsd:element ref="CustomerParty" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref="SupplierParty" minOccurs="0"/>
<xsd:element ref="RequesterParty" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref="PackageID" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element ref="ScreeningCatalogTypeCode" minOccurs="0"/>
<xsd:element ref="ScreeningCatalogOrderScope" minOccurs="0"/>
<xsd:element ref="UserArea" minOccurs="0"/>
</xsd:sequence>
<xsd:attribute name="languageCode" type="LanguageCodeContentType" use="optional"/>
<xsd:attributeGroup ref="EffectiveDateAttributeGroup"/>
</xsd:complexType>
</xsd:schema>
|