home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 October / INTERNET108.ISO / pc / software / windows / building / xmlspy / xmlspyentcomplete5.exe / Data1.cab / _BD3462628B824823AEA957A36DC64793 < prev    next >
Encoding:
Extensible Markup Language  |  2003-03-24  |  88.6 KB  |  2,003 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <xsd:schema targetNamespace="http://ns.hr-xml.org/Screening/BackgroundCheck-1_0" xmlns:sep="http://ns.hr-xml.org/RecruitingAndStaffing/SEP-2_0" xmlns="http://ns.hr-xml.org/Screening/BackgroundCheck-1_0" xmlns:xsd="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
  3.     <xsd:import namespace="http://ns.hr-xml.org/RecruitingAndStaffing/SEP-2_0" schemaLocation="Resume-2_0.xsd"/>
  4.     <!--Normalized version of schema, with all "includes" inserted explicitly.  This was auto-generated.  Duplicate definitions were deleted, leaving only comments.  -->
  5.     <!--******************************************************************************-->
  6.     <!-- * -->
  7.     <!--BEGIN include file: Screenings-1_0.xsd-->
  8.     <!-- * -->
  9.     <!--******************************************************************************-->
  10.     <!-- * -->
  11.     <!--BEGIN include file: CountryCode-1_0.xsd-->
  12.     <!-- * -->
  13.     <xsd:annotation>
  14.         <xsd:documentation>
  15. "Copyright  The HR-XML Consortium. All Rights Reserved. http://www.hr-xml.org"
  16. Status: Recommendation
  17. Date this version: 2002-04-29
  18. Purpose: Defines the Country Code Schema
  19. Author(s):  Screening Workgroup
  20.  
  21. This HR-XML Consortium Work (including specifications, documents, 
  22. software, and related items) is provided by the copyright holders 
  23. under the following license. By obtaining, using and/or copying 
  24. this work, you (the licensee) agree that you have read, understood, 
  25. and will comply with the following terms and conditions.
  26.  
  27. Permission to use, copy, modify, or redistribute this Work and 
  28. its documentation, with or without modification, for any purpose 
  29. and without fee or royalty is hereby granted, provided that you 
  30. include the following on ALL copies of the software and 
  31. documentation or portions thereof, including modifications, 
  32. that you make: 
  33.  
  34. 1. This notice: "Copyright  The HR-XML Consortium. All Rights 
  35.    Reserved. http://www.hr-xml.org" 
  36. 2. Notice of any changes or modifications to the The HR-XML 
  37.    Consortium files.
  38.    
  39. THIS WORK, INCLUDING SPECIFICATIONS, DOCUMENTS, SOFTWARE, OR OTHER 
  40. RELATED ITEMS, IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO 
  41. REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT 
  42. NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY 
  43. PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENTATION 
  44. WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS 
  45. OR OTHER RIGHTS. 
  46.  
  47. COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, 
  48. SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE 
  49. SOFTWARE OR DOCUMENTATION. 
  50.  
  51. TITLE TO COPYRIGHT IN THIS WORK AND ANY ASSOCIATED DOCUMENTATION 
  52. WILL AT ALL TIMES REMAIN WITH COPYRIGHT HOLDERS. 
  53. </xsd:documentation>
  54.     </xsd:annotation>
  55.     <!--******************************************************************************-->
  56.     <!-- * -->
  57.     <!--END include file: CountryCode-1_0.xsd-->
  58.     <!-- * -->
  59.     <!--******************************************************************************-->
  60.     <!--******************************************************************************-->
  61.     <!-- * -->
  62.     <!--BEGIN include file: ScreeningTypes-1_0.xsd-->
  63.     <!-- * -->
  64.     <!--******************************************************************************-->
  65.     <!-- * -->
  66.     <!--BEGIN include file: CountryCode-1_0.xsd-->
  67.     <!-- * -->
  68.     <xsd:annotation>
  69.         <xsd:documentation>
  70. "Copyright  The HR-XML Consortium. All Rights Reserved. http://www.hr-xml.org"
  71. Status: Recommendation
  72. Date this version: 2002-04-29
  73. Purpose: Defines the Country Code Schema
  74. Author(s):  Screening Workgroup
  75.  
  76. This HR-XML Consortium Work (including specifications, documents, 
  77. software, and related items) is provided by the copyright holders 
  78. under the following license. By obtaining, using and/or copying 
  79. this work, you (the licensee) agree that you have read, understood, 
  80. and will comply with the following terms and conditions.
  81.  
  82. Permission to use, copy, modify, or redistribute this Work and 
  83. its documentation, with or without modification, for any purpose 
  84. and without fee or royalty is hereby granted, provided that you 
  85. include the following on ALL copies of the software and 
  86. documentation or portions thereof, including modifications, 
  87. that you make: 
  88.  
  89. 1. This notice: "Copyright  The HR-XML Consortium. All Rights 
  90.    Reserved. http://www.hr-xml.org" 
  91. 2. Notice of any changes or modifications to the The HR-XML 
  92.    Consortium files.
  93.    
  94. THIS WORK, INCLUDING SPECIFICATIONS, DOCUMENTS, SOFTWARE, OR OTHER 
  95. RELATED ITEMS, IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO 
  96. REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT 
  97. NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY 
  98. PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENTATION 
  99. WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS 
  100. OR OTHER RIGHTS. 
  101.  
  102. COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, 
  103. SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE 
  104. SOFTWARE OR DOCUMENTATION. 
  105.  
  106. TITLE TO COPYRIGHT IN THIS WORK AND ANY ASSOCIATED DOCUMENTATION 
  107. WILL AT ALL TIMES REMAIN WITH COPYRIGHT HOLDERS. 
  108. </xsd:documentation>
  109.     </xsd:annotation>
  110.     <xsd:element name="CountryCode" type="CountryCodeType"/>
  111.     <xsd:simpleType name="CountryCodeType">
  112.         <xsd:annotation>
  113.             <xsd:documentation>Must conform to ISO 3166 Representation of Countries.</xsd:documentation>
  114.         </xsd:annotation>
  115.         <xsd:restriction base="xsd:string">
  116.             <xsd:pattern value="[A-Z][A-Z]"/>
  117.         </xsd:restriction>
  118.     </xsd:simpleType>
  119.     <!--******************************************************************************-->
  120.     <!-- * -->
  121.     <!--END include file: CountryCode-1_0.xsd-->
  122.     <!-- * -->
  123.     <!--******************************************************************************-->
  124.     <!--******************************************************************************-->
  125.     <!-- * -->
  126.     <!--BEGIN include file: CurrencyCode-1_0.xsd-->
  127.     <!-- * -->
  128.     <xsd:annotation>
  129.         <xsd:documentation>
  130. "Copyright  The HR-XML Consortium. All Rights Reserved. http://www.hr-xml.org"
  131. Status: Recommendation
  132. Date this version: 2002-04-29
  133. Purpose: Defines the Currency Code Schema
  134. Author(s):  Screening Workgroup
  135.  
  136. This HR-XML Consortium Work (including specifications, documents, 
  137. software, and related items) is provided by the copyright holders 
  138. under the following license. By obtaining, using and/or copying 
  139. this work, you (the licensee) agree that you have read, understood, 
  140. and will comply with the following terms and conditions.
  141.  
  142. Permission to use, copy, modify, or redistribute this Work and 
  143. its documentation, with or without modification, for any purpose 
  144. and without fee or royalty is hereby granted, provided that you 
  145. include the following on ALL copies of the software and 
  146. documentation or portions thereof, including modifications, 
  147. that you make: 
  148.  
  149. 1. This notice: "Copyright  The HR-XML Consortium. All Rights 
  150.    Reserved. http://www.hr-xml.org" 
  151. 2. Notice of any changes or modifications to the The HR-XML 
  152.    Consortium files.
  153.    
  154. THIS WORK, INCLUDING SPECIFICATIONS, DOCUMENTS, SOFTWARE, OR OTHER 
  155. RELATED ITEMS, IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO 
  156. REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT 
  157. NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY 
  158. PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENTATION 
  159. WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS 
  160. OR OTHER RIGHTS. 
  161.  
  162. COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, 
  163. SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE 
  164. SOFTWARE OR DOCUMENTATION. 
  165.  
  166. TITLE TO COPYRIGHT IN THIS WORK AND ANY ASSOCIATED DOCUMENTATION 
  167. WILL AT ALL TIMES REMAIN WITH COPYRIGHT HOLDERS. 
  168. </xsd:documentation>
  169.     </xsd:annotation>
  170.     <xsd:element name="CurrencyCode" type="CurrencyCodeType"/>
  171.     <xsd:simpleType name="CurrencyCodeType">
  172.         <xsd:annotation>
  173.             <xsd:documentation>Must conform to ISO 4217 - Representation of Currency and Funds</xsd:documentation>
  174.         </xsd:annotation>
  175.         <xsd:restriction base="xsd:string">
  176.             <xsd:pattern value="[A-Z][A-Z][A-Z]"/>
  177.         </xsd:restriction>
  178.     </xsd:simpleType>
  179.     <!--******************************************************************************-->
  180.     <!-- * -->
  181.     <!--END include file: CurrencyCode-1_0.xsd-->
  182.     <!-- * -->
  183.     <!--******************************************************************************-->
  184.     <!--******************************************************************************-->
  185.     <!-- * -->
  186.     <!--BEGIN include file: GenderCode-1_0.xsd-->
  187.     <!-- * -->
  188.     <xsd:annotation>
  189.         <xsd:documentation>
  190. "Copyright  The HR-XML Consortium. All Rights Reserved. http://www.hr-xml.org"
  191. Status: Recommendation
  192. Date this version: 2002-04-29
  193. Purpose: Defines the Gender Code Schema
  194. Author(s):  Screening Workgroup
  195.  
  196. This HR-XML Consortium Work (including specifications, documents, 
  197. software, and related items) is provided by the copyright holders 
  198. under the following license. By obtaining, using and/or copying 
  199. this work, you (the licensee) agree that you have read, understood, 
  200. and will comply with the following terms and conditions.
  201.  
  202. Permission to use, copy, modify, or redistribute this Work and 
  203. its documentation, with or without modification, for any purpose 
  204. and without fee or royalty is hereby granted, provided that you 
  205. include the following on ALL copies of the software and 
  206. documentation or portions thereof, including modifications, 
  207. that you make: 
  208.  
  209. 1. This notice: "Copyright  The HR-XML Consortium. All Rights 
  210.    Reserved. http://www.hr-xml.org" 
  211. 2. Notice of any changes or modifications to the The HR-XML 
  212.    Consortium files.
  213.    
  214. THIS WORK, INCLUDING SPECIFICATIONS, DOCUMENTS, SOFTWARE, OR OTHER 
  215. RELATED ITEMS, IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO 
  216. REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT 
  217. NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY 
  218. PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENTATION 
  219. WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS 
  220. OR OTHER RIGHTS. 
  221.  
  222. COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, 
  223. SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE 
  224. SOFTWARE OR DOCUMENTATION. 
  225.  
  226. TITLE TO COPYRIGHT IN THIS WORK AND ANY ASSOCIATED DOCUMENTATION 
  227. WILL AT ALL TIMES REMAIN WITH COPYRIGHT HOLDERS. 
  228. </xsd:documentation>
  229.     </xsd:annotation>
  230.     <xsd:element name="GenderCode" type="GenderCodeType"/>
  231.     <xsd:simpleType name="GenderCodeType">
  232.         <xsd:annotation>
  233.             <xsd:documentation>Must conform to ISO 5218 - Representation of Human Sexes (0 - Not Known; 1 - Male; 2 - Female; 9 - Not specified)</xsd:documentation>
  234.         </xsd:annotation>
  235.         <xsd:restriction base="xsd:integer">
  236.             <xsd:pattern value="[0129]"/>
  237.         </xsd:restriction>
  238.     </xsd:simpleType>
  239.     <!--******************************************************************************-->
  240.     <!-- * -->
  241.     <!--END include file: GenderCode-1_0.xsd-->
  242.     <!-- * -->
  243.     <!--******************************************************************************-->
  244.     <!--******************************************************************************-->
  245.     <!-- * -->
  246.     <!--BEGIN include file: CPOLibrary-1_0_BackgroundCheck.xsd-->
  247.     <!-- * -->
  248.     <xsd:annotation>
  249.         <xsd:documentation>
  250. CPO Library 1_0 (2002-03-02)
  251. This CPO Library is a consolidation of existing Consortium approved Recommendations.  No functionality or syntax changes have been made to the original specifications.
  252.  
  253. PersonName-1_2
  254. PostalAddress-1_2
  255. cpoDateTimeTypes-1_1
  256. ContactMethod-1_0
  257. TelcomNumber-1_0
  258. OnlineAddress-1_0
  259. Competencies-1_0
  260. JobHeader-1_0
  261. PositionHeader-1_0
  262. WorkSite-1_0
  263. WorkSiteEnvironment-1_0
  264. UserArea-1_0
  265.  
  266. Conformance Note (for development): No namespace schema declarations and definitions are included outright in this file to put it into the above namespace.  
  267. This is solely for interoperability purposes during development, as parser implementations of nested includes and imports varies.  
  268. Published versions will be fully normalized with no includes.
  269.  
  270. These are the equivelant includes:
  271.     xsd:include schemaLocation="../../JobPosition/Description-1_0/WorkSiteEnvironment-1_0.xsd"/>
  272.     xsd:include schemaLocation="../../JobPosition/Description-1_0/WorkSite-1_0.xsd"/>
  273.     xsd:include schemaLocation="../../JobPosition/Description-1_0/PositionHeader-1_0.xsd"/>
  274.     xsd:include schemaLocation="../../JobPosition/Description-1_0/JobHeader-1_0.xsd"/>
  275.     xsd:include schemaLocation="../../CPO/ID-1_0/EntityIdType-1_0.xsd"/>
  276.     xsd:include schemaLocation="../../CPO/PersonName-1_2/PersonName-1_2.xsd"/>
  277.     xsd:include schemaLocation="../../Competencies/Competencies-1_0/Competencies-1_0.xsd"/>
  278.     xsd:include schemaLocation="../../CPO/Dating-1_1/cpoDateTimeTypes-1_1.xsd"/>
  279.     xsd:include schemaLocation="../../CPO/ContactInfo-1_0/ContactMethod-1_0.xsd"/>
  280.     xsd:include schemaLocation="../../CPO/ContactInfo-1_0/TelcomNumber-1_0.xsd"/>
  281.     xsd:include schemaLocation="../../CPO/ContactInfo-1_0/OnlineAddress-1_0.xsd"/>
  282.     xsd:include schemaLocation="../../CPO/PostalAddress-1_2/PostalAddress-1_2.xsd"/>
  283.     xsd:include schemaLocation="../../TSC/HRXMLExtension-1_0/UserArea-1_0.xsd"/>
  284. "Copyright  The HR-XML Consortium. All Rights Reserved. http://www.hr-xml.org"
  285. Status: Approved Recommendation
  286.  
  287. This HR-XML Consortium Work (including specifications, documents, 
  288. software, and related items) is provided by the copyright holders 
  289. under the following license. By obtaining, using and/or copying 
  290. this work, you (the licensee) agree that you have read, understood, 
  291. and will comply with the following terms and conditions.
  292.  
  293. Permission to use, copy, modify, or redistribute this Work and 
  294. its documentation, with or without modification, for any purpose 
  295. and without fee or royalty is hereby granted, provided that you 
  296. include the following on ALL copies of the software and 
  297. documentation or portions thereof, including modifications, 
  298. that you make: 
  299.  
  300. 1. This notice: "Copyright  The HR-XML Consortium. All Rights 
  301.    Reserved. http://www.hr-xml.org" 
  302. 2. Notice of any changes or modifications to the The HR-XML 
  303.    Consortium files.
  304.    
  305. THIS WORK, INCLUDING SPECIFICATIONS, DOCUMENTS, SOFTWARE, OR OTHER 
  306. RELATED ITEMS, IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO 
  307. REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT 
  308. NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY 
  309. PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENTATION 
  310. WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS 
  311. OR OTHER RIGHTS. 
  312.  
  313. COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, 
  314. SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE 
  315. SOFTWARE OR DOCUMENTATION. 
  316.  
  317. TITLE TO COPYRIGHT IN THIS WORK AND ANY ASSOCIATED DOCUMENTATION 
  318. WILL AT ALL TIMES REMAIN WITH COPYRIGHT HOLDERS.
  319.  
  320.         </xsd:documentation>
  321.     </xsd:annotation>
  322.     <!--******************************************************************************-->
  323.     <!-- * -->
  324.     <!--END include file: CPOLibrary-1_0_BackgroundCheck.xsd-->
  325.     <!-- * -->
  326.     <!--******************************************************************************-->
  327.     <xsd:annotation>
  328.         <xsd:documentation>
  329. "Copyright  The HR-XML Consortium. All Rights Reserved. http://www.hr-xml.org"
  330. Status: Recommendation
  331. Date this version: 2002-04-29
  332. Purpose: Defines the ScreeningTypes Schema
  333. Author(s):  Screening Workgroup
  334.  
  335. This HR-XML Consortium Work (including specifications, documents, 
  336. software, and related items) is provided by the copyright holders 
  337. under the following license. By obtaining, using and/or copying 
  338. this work, you (the licensee) agree that you have read, understood, 
  339. and will comply with the following terms and conditions.
  340.  
  341. Permission to use, copy, modify, or redistribute this Work and 
  342. its documentation, with or without modification, for any purpose 
  343. and without fee or royalty is hereby granted, provided that you 
  344. include the following on ALL copies of the software and 
  345. documentation or portions thereof, including modifications, 
  346. that you make: 
  347.  
  348. 1. This notice: "Copyright  The HR-XML Consortium. All Rights 
  349.    Reserved. http://www.hr-xml.org" 
  350. 2. Notice of any changes or modifications to the The HR-XML 
  351.    Consortium files.
  352.    
  353. THIS WORK, INCLUDING SPECIFICATIONS, DOCUMENTS, SOFTWARE, OR OTHER 
  354. RELATED ITEMS, IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO 
  355. REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT 
  356. NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY 
  357. PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENTATION 
  358. WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS 
  359. OR OTHER RIGHTS. 
  360.  
  361. COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, 
  362. SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE 
  363. SOFTWARE OR DOCUMENTATION. 
  364.  
  365. TITLE TO COPYRIGHT IN THIS WORK AND ANY ASSOCIATED DOCUMENTATION 
  366. WILL AT ALL TIMES REMAIN WITH COPYRIGHT HOLDERS. 
  367. </xsd:documentation>
  368.     </xsd:annotation>
  369.     <xsd:complexType name="ContactType">
  370.         <xsd:sequence>
  371.             <xsd:element name="PersonName" type="PersonNameType" minOccurs="0"/>
  372.             <xsd:element ref="PositionTitle" minOccurs="0"/>
  373.             <xsd:element name="ContactMethod" type="ContactMethodType" minOccurs="0" maxOccurs="unbounded"/>
  374.             <xsd:element name="Relationship" type="xsd:string" minOccurs="0"/>
  375.             <xsd:element name="YearsKnown" type="xsd:decimal" minOccurs="0"/>
  376.         </xsd:sequence>
  377.         <xsd:attribute name="type" type="xsd:string"/>
  378.     </xsd:complexType>
  379.     <xsd:complexType name="DemographicDetailType">
  380.         <xsd:sequence>
  381.             <xsd:element name="GovernmentId" minOccurs="0" maxOccurs="unbounded">
  382.                 <xsd:complexType>
  383.                     <xsd:simpleContent>
  384.                         <xsd:extension base="xsd:string">
  385.                             <xsd:attribute name="countryCode" type="xsd:string"/>
  386.                             <xsd:attribute name="jurisdiction" type="xsd:string"/>
  387.                             <xsd:attribute name="issuingAuthority" type="xsd:string"/>
  388.                             <xsd:attribute name="document" type="xsd:string"/>
  389.                         </xsd:extension>
  390.                     </xsd:simpleContent>
  391.                 </xsd:complexType>
  392.             </xsd:element>
  393.             <xsd:element name="DateOfBirth" type="LocalDateNkNaType" minOccurs="0"/>
  394.             <xsd:element name="Race" type="xsd:string" minOccurs="0"/>
  395.             <xsd:element name="GenderCode" type="GenderCodeType" minOccurs="0"/>
  396.             <xsd:element name="VeteranStatus" type="xsd:string" minOccurs="0"/>
  397.             <xsd:element name="MilitaryStatus" type="xsd:string" minOccurs="0"/>
  398.             <xsd:element name="Disability" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
  399.             <xsd:element name="Ethnicity" type="xsd:string" minOccurs="0"/>
  400.             <xsd:element name="Religion" type="xsd:string" minOccurs="0"/>
  401.             <xsd:element name="Nationality" type="CountryCodeType" minOccurs="0"/>
  402.             <xsd:element name="VisaStatus" type="xsd:string" minOccurs="0"/>
  403.             <xsd:element name="Language" type="LanguageCodeType" minOccurs="0" maxOccurs="unbounded"/>
  404.             <xsd:element name="EyeColor" type="EyeColorQualifiers" minOccurs="0"/>
  405.             <xsd:element name="HairColor" type="HairColorQualifiers" minOccurs="0"/>
  406.             <xsd:element name="Height" minOccurs="0">
  407.                 <xsd:complexType>
  408.                     <xsd:simpleContent>
  409.                         <xsd:extension base="xsd:string">
  410.                             <xsd:attribute name="unitOfMeasure" type="xsd:string"/>
  411.                         </xsd:extension>
  412.                     </xsd:simpleContent>
  413.                 </xsd:complexType>
  414.             </xsd:element>
  415.             <xsd:element name="Weight" minOccurs="0">
  416.                 <xsd:complexType>
  417.                     <xsd:simpleContent>
  418.                         <xsd:extension base="xsd:string">
  419.                             <xsd:attribute name="unitOfMeasure" type="xsd:string"/>
  420.                         </xsd:extension>
  421.                     </xsd:simpleContent>
  422.                 </xsd:complexType>
  423.             </xsd:element>
  424.             <xsd:element name="IdentifyingMarks" type="xsd:string" minOccurs="0"/>
  425.             <xsd:element name="BirthPlace" type="xsd:string" minOccurs="0"/>
  426.             <xsd:element name="Age" type="xsd:nonNegativeInteger" minOccurs="0"/>
  427.             <xsd:element name="Other" minOccurs="0">
  428.                 <xsd:complexType>
  429.                     <xsd:simpleContent>
  430.                         <xsd:extension base="xsd:string">
  431.                             <xsd:attribute name="type" type="xsd:string"/>
  432.                         </xsd:extension>
  433.                     </xsd:simpleContent>
  434.                 </xsd:complexType>
  435.             </xsd:element>
  436.             <xsd:element name="SummaryText" type="SummaryTextType" minOccurs="0"/>
  437.         </xsd:sequence>
  438.     </xsd:complexType>
  439.     <xsd:complexType name="EffectiveDateType">
  440.         <xsd:sequence>
  441.             <xsd:element name="StartDate" type="StartDateType" minOccurs="0"/>
  442.             <xsd:element name="EndDate" type="EndDateType" minOccurs="0"/>
  443.         </xsd:sequence>
  444.     </xsd:complexType>
  445.     <xsd:simpleType name="EyeColorQualifiers">
  446.         <xsd:union memberTypes="PersonEyeColorQualifiers AdditionalEnumerationType"/>
  447.     </xsd:simpleType>
  448.     <xsd:simpleType name="HairColorQualifiers">
  449.         <xsd:union memberTypes="PersonHairColorQualifiers AdditionalEnumerationType"/>
  450.     </xsd:simpleType>
  451.     <xsd:complexType name="IdentifierType">
  452.         <xsd:sequence>
  453.             <xsd:element name="Id" type="xsd:string"/>
  454.             <xsd:element name="Domain" minOccurs="0">
  455.                 <xsd:complexType>
  456.                     <xsd:sequence>
  457.                         <xsd:element name="IdIssuer" type="xsd:string" minOccurs="0"/>
  458.                         <xsd:element name="IdType" type="xsd:string" minOccurs="0"/>
  459.                     </xsd:sequence>
  460.                 </xsd:complexType>
  461.             </xsd:element>
  462.         </xsd:sequence>
  463.         <xsd:attribute name="primaryIdentifier" type="xsd:boolean"/>
  464.         <xsd:attribute name="validFrom" type="AnyDateTimeNaType"/>
  465.         <xsd:attribute name="validThrough" type="AnyDateTimeNaType"/>
  466.     </xsd:complexType>
  467.     <xsd:simpleType name="PersonEyeColorQualifiers">
  468.         <xsd:restriction base="xsd:string">
  469.             <xsd:enumeration value="Black"/>
  470.             <xsd:enumeration value="Hazel"/>
  471.             <xsd:enumeration value="Gray"/>
  472.             <xsd:enumeration value="Brown"/>
  473.             <xsd:enumeration value="Violet"/>
  474.             <xsd:enumeration value="Green"/>
  475.             <xsd:enumeration value="Blue"/>
  476.             <xsd:enumeration value="Unknown"/>
  477.         </xsd:restriction>
  478.     </xsd:simpleType>
  479.     <xsd:simpleType name="PersonHairColorQualifiers">
  480.         <xsd:restriction base="xsd:string">
  481.             <xsd:enumeration value="Bald"/>
  482.             <xsd:enumeration value="Brown"/>
  483.             <xsd:enumeration value="White"/>
  484.             <xsd:enumeration value="Blonde"/>
  485.             <xsd:enumeration value="Gray"/>
  486.             <xsd:enumeration value="Red"/>
  487.             <xsd:enumeration value="Auburn"/>
  488.             <xsd:enumeration value="Black"/>
  489.             <xsd:enumeration value="Silver"/>
  490.             <xsd:enumeration value="Unknown"/>
  491.         </xsd:restriction>
  492.     </xsd:simpleType>
  493.     <xsd:simpleType name="MediaTypes">
  494.         <xsd:union memberTypes="MediaQualifierType AdditionalEnumerationType"/>
  495.     </xsd:simpleType>
  496.     <xsd:simpleType name="MediaQualifierType">
  497.         <xsd:restriction base="xsd:string">
  498.             <xsd:enumeration value="image"/>
  499.             <xsd:enumeration value="link"/>
  500.             <xsd:enumeration value="txt"/>
  501.             <xsd:enumeration value="html"/>
  502.             <xsd:enumeration value="pdf"/>
  503.             <xsd:enumeration value="doc"/>
  504.             <xsd:enumeration value="rtf"/>
  505.             <xsd:enumeration value="csv"/>
  506.             <xsd:enumeration value="xls"/>
  507.             <xsd:enumeration value="dbf"/>
  508.             <xsd:enumeration value="tiff"/>
  509.         </xsd:restriction>
  510.     </xsd:simpleType>
  511.     <xsd:simpleType name="DocumentationTypes">
  512.         <xsd:union memberTypes="DocumentationType AdditionalEnumerationType"/>
  513.     </xsd:simpleType>
  514.     <xsd:simpleType name="DocumentationType">
  515.         <xsd:restriction base="xsd:string">
  516.             <xsd:enumeration value="distribution"/>
  517.             <xsd:enumeration value="request"/>
  518.             <xsd:enumeration value="release"/>
  519.             <xsd:enumeration value="result"/>
  520.         </xsd:restriction>
  521.     </xsd:simpleType>
  522.     <xsd:simpleType name="ServiceLevelTypes">
  523.         <xsd:union memberTypes="ServiceLevelType AdditionalEnumerationType"/>
  524.     </xsd:simpleType>
  525.     <xsd:simpleType name="ServiceLevelType">
  526.         <xsd:restriction base="xsd:string">
  527.             <xsd:enumeration value="Deluxe"/>
  528.             <xsd:enumeration value="Express"/>
  529.             <xsd:enumeration value="Standard"/>
  530.         </xsd:restriction>
  531.     </xsd:simpleType>
  532.     <xsd:simpleType name="ResultTypes">
  533.         <xsd:union memberTypes="ResultType AdditionalEnumerationType"/>
  534.     </xsd:simpleType>
  535.     <xsd:simpleType name="ResultType">
  536.         <xsd:restriction base="xsd:string">
  537.             <xsd:enumeration value="errors"/>
  538.             <xsd:enumeration value="status"/>
  539.             <xsd:enumeration value="summary"/>
  540.             <xsd:enumeration value="report"/>
  541.             <xsd:enumeration value="all"/>
  542.         </xsd:restriction>
  543.     </xsd:simpleType>
  544.     <xsd:complexType name="SummaryTextType">
  545.         <xsd:sequence>
  546.             <xsd:element ref="InternetWebAddress" minOccurs="0" maxOccurs="unbounded"/>
  547.             <xsd:element ref="InternetEmailAddress" minOccurs="0" maxOccurs="unbounded"/>
  548.             <xsd:element name="Text" minOccurs="0" maxOccurs="unbounded">
  549.                 <xsd:complexType>
  550.                     <xsd:simpleContent>
  551.                         <xsd:extension base="xsd:string">
  552.                             <xsd:attribute name="type" type="xsd:string"/>
  553.                         </xsd:extension>
  554.                     </xsd:simpleContent>
  555.                 </xsd:complexType>
  556.             </xsd:element>
  557.         </xsd:sequence>
  558.         <xsd:attribute name="type" type="xsd:string"/>
  559.     </xsd:complexType>
  560.     <xsd:complexType name="LinkImageTextType">
  561.         <xsd:sequence>
  562.             <xsd:element ref="InternetWebAddress" minOccurs="0" maxOccurs="unbounded"/>
  563.             <xsd:element ref="InternetEmailAddress" minOccurs="0" maxOccurs="unbounded"/>
  564.             <xsd:element name="Text" type="xsd:string" minOccurs="0"/>
  565.         </xsd:sequence>
  566.         <xsd:attribute name="type" type="DocumentationTypes" use="required"/>
  567.         <xsd:attribute name="mediaType" type="MediaTypes" use="optional"/>
  568.         <xsd:attribute name="resultType" type="ResultTypes" use="optional">
  569.             <xsd:annotation>
  570.                 <xsd:documentation source="Identifies the type of result the client is requesting.  i.e Summary = Scored result with not textual details regarding the search results."/>
  571.             </xsd:annotation>
  572.         </xsd:attribute>
  573.     </xsd:complexType>
  574.     <xsd:simpleType name="SearchQualifierType">
  575.         <xsd:union memberTypes="SearchQualifiersAbuse SearchQualifiersCredit SearchQualifiersCriminal SearchQualifiersEarnings SearchQualifiersEmployment SearchQualifiersReference LicenseNameQualifiers AdditionalEnumerationType"/>
  576.     </xsd:simpleType>
  577.     <xsd:simpleType name="SearchQualifiersAbuse">
  578.         <xsd:restriction base="xsd:string">
  579.             <xsd:enumeration value="child"/>
  580.             <xsd:enumeration value="elderly"/>
  581.             <xsd:enumeration value="sexual"/>
  582.         </xsd:restriction>
  583.     </xsd:simpleType>
  584.     <xsd:simpleType name="SearchQualifiersCredit">
  585.         <xsd:restriction base="xsd:string">
  586.             <xsd:enumeration value="business"/>
  587.         </xsd:restriction>
  588.     </xsd:simpleType>
  589.     <xsd:simpleType name="SearchQualifiersCriminal">
  590.         <xsd:restriction base="xsd:string">
  591.             <xsd:enumeration value="county"/>
  592.             <xsd:enumeration value="statewide"/>
  593.             <xsd:enumeration value="federalCriminal"/>
  594.             <xsd:enumeration value="federalCivil"/>
  595.             <xsd:enumeration value="statewideCivilDefendant"/>
  596.             <xsd:enumeration value="statewideCivilPlaintiff"/>
  597.             <xsd:enumeration value="countyCivilUpper"/>
  598.             <xsd:enumeration value="countyCivilLower"/>
  599.         </xsd:restriction>
  600.     </xsd:simpleType>
  601.     <xsd:simpleType name="SearchQualifiersEarnings">
  602.         <xsd:restriction base="xsd:string">
  603.             <xsd:enumeration value="detail"/>
  604.             <xsd:enumeration value="summary"/>
  605.         </xsd:restriction>
  606.     </xsd:simpleType>
  607.     <xsd:simpleType name="SearchQualifiersEmployment">
  608.         <xsd:restriction base="xsd:string">
  609.             <xsd:enumeration value="fhwa"/>
  610.         </xsd:restriction>
  611.     </xsd:simpleType>
  612.     <xsd:simpleType name="SearchQualifiersReference">
  613.         <xsd:restriction base="xsd:string">
  614.             <xsd:enumeration value="personal"/>
  615.             <xsd:enumeration value="professional"/>
  616.             <xsd:enumeration value="technical"/>
  617.         </xsd:restriction>
  618.     </xsd:simpleType>
  619.     <xsd:simpleType name="SearchTypes">
  620.         <xsd:restriction base="xsd:string">
  621.             <xsd:enumeration value="abuse"/>
  622.             <xsd:enumeration value="address"/>
  623.             <xsd:enumeration value="awards"/>
  624.             <xsd:enumeration value="credit"/>
  625.             <xsd:enumeration value="criminal"/>
  626.             <xsd:enumeration value="drug"/>
  627.             <xsd:enumeration value="earnings"/>
  628.             <xsd:enumeration value="education"/>
  629.             <xsd:enumeration value="employment"/>
  630.             <xsd:enumeration value="license"/>
  631.             <xsd:enumeration value="name"/>
  632.             <xsd:enumeration value="other"/>
  633.             <xsd:enumeration value="phone"/>
  634.             <xsd:enumeration value="reference"/>
  635.             <xsd:enumeration value="ssn"/>
  636.             <xsd:enumeration value="workcomp"/>
  637.         </xsd:restriction>
  638.     </xsd:simpleType>
  639.     <xsd:simpleType name="LicenseNameType">
  640.         <xsd:union memberTypes="LicenseNameQualifiers AdditionalEnumerationType"/>
  641.     </xsd:simpleType>
  642.     <xsd:simpleType name="LicenseNameQualifiers">
  643.         <xsd:restriction base="xsd:string">
  644.             <xsd:enumeration value="faa"/>
  645.             <xsd:enumeration value="fcc"/>
  646.             <xsd:enumeration value="lpn"/>
  647.             <xsd:enumeration value="mvPersonal"/>
  648.             <xsd:enumeration value="mvPersonalCommercial"/>
  649.             <xsd:enumeration value="mvCommercial"/>
  650.             <xsd:enumeration value="nurse"/>
  651.             <xsd:enumeration value="pharmacy"/>
  652.             <xsd:enumeration value="physician"/>
  653.             <xsd:enumeration value="radTech"/>
  654.             <xsd:enumeration value="arrt"/>
  655.             <xsd:enumeration value="cna"/>
  656.             <xsd:enumeration value="gsa"/>
  657.             <xsd:enumeration value="physicalTherapist"/>
  658.             <xsd:enumeration value="occupationalTherapist"/>
  659.             <xsd:enumeration value="socialWorker"/>
  660.             <xsd:enumeration value="cpa"/>
  661.             <xsd:enumeration value="engineer"/>
  662.             <xsd:enumeration value="lvn"/>
  663.             <xsd:enumeration value="dietician"/>
  664.             <xsd:enumeration value="speechTherapist"/>
  665.             <xsd:enumeration value="lawyer"/>
  666.             <xsd:enumeration value="radiology"/>
  667.             <xsd:enumeration value="emt"/>
  668.             <xsd:enumeration value="paramedic"/>
  669.             <xsd:enumeration value="teacher"/>
  670.             <xsd:enumeration value="dentist"/>
  671.             <xsd:enumeration value="optometrist"/>
  672.             <xsd:enumeration value="rn"/>
  673.         </xsd:restriction>
  674.     </xsd:simpleType>
  675.     <xsd:simpleType name="ChargeType">
  676.         <xsd:restriction base="xsd:string">
  677.             <xsd:enumeration value="felony"/>
  678.             <xsd:enumeration value="forfeiture"/>
  679.             <xsd:enumeration value="infraction"/>
  680.             <xsd:enumeration value="misdemeanor"/>
  681.             <xsd:enumeration value="pettyOffence"/>
  682.             <xsd:enumeration value="summary"/>
  683.             <xsd:enumeration value="traffic"/>
  684.             <xsd:enumeration value="violation"/>
  685.         </xsd:restriction>
  686.     </xsd:simpleType>
  687.     <xsd:simpleType name="ChargeQualifiers">
  688.         <xsd:union memberTypes="ChargeType AdditionalEnumerationType"/>
  689.     </xsd:simpleType>
  690.     <xsd:simpleType name="EmploymentType">
  691.         <xsd:restriction base="xsd:string">
  692.             <xsd:enumeration value="current"/>
  693.             <xsd:enumeration value="prior"/>
  694.         </xsd:restriction>
  695.     </xsd:simpleType>
  696.     <xsd:element name="AnyDate" type="AnyDateTimeNkType"/>
  697.     <xsd:element name="YearMonth" type="xsd:gYearMonth"/>
  698.     <xsd:element name="Year" type="xsd:gYear"/>
  699.     <xsd:element name="MonthDay" type="xsd:gMonthDay"/>
  700.     <xsd:element name="StringDate" type="xsd:string"/>
  701.     <xsd:complexType name="StartDateType">
  702.         <xsd:choice>
  703.             <xsd:element ref="AnyDate"/>
  704.             <xsd:element ref="YearMonth"/>
  705.             <xsd:element ref="Year"/>
  706.             <xsd:element ref="MonthDay"/>
  707.             <xsd:element ref="StringDate"/>
  708.         </xsd:choice>
  709.     </xsd:complexType>
  710.     <xsd:complexType name="EndDateType">
  711.         <xsd:choice>
  712.             <xsd:element ref="AnyDate"/>
  713.             <xsd:element ref="YearMonth"/>
  714.             <xsd:element ref="Year"/>
  715.             <xsd:element ref="MonthDay"/>
  716.             <xsd:element ref="StringDate"/>
  717.         </xsd:choice>
  718.     </xsd:complexType>
  719.     <xsd:simpleType name="AdditionalEnumerationType">
  720.         <xsd:restriction base="xsd:string">
  721.             <xsd:pattern value="x:\S.*"/>
  722.         </xsd:restriction>
  723.     </xsd:simpleType>
  724.     <xsd:simpleType name="LanguageCodeType">
  725.         <xsd:annotation>
  726.             <xsd:documentation>Must conform to ISO 639-1 / IETF 1766 - Names of Languages.  [NOTE: To indicate the language of xml instance content, it is better to use the "xml:lang" feature in xml schema.]</xsd:documentation>
  727.         </xsd:annotation>
  728.         <xsd:restriction base="xsd:string">
  729.             <xsd:pattern value="[a-z][a-z]"/>
  730.         </xsd:restriction>
  731.     </xsd:simpleType>
  732.     <!--******************************************************************************-->
  733.     <!-- * -->
  734.     <!--END include file: ScreeningTypes-1_0.xsd-->
  735.     <!-- * -->
  736.     <!--******************************************************************************-->
  737.     <!--******************************************************************************-->
  738.     <!-- * -->
  739.     <!--BEGIN include file: CPOLibrary-1_0_BackgroundCheck.xsd-->
  740.     <!-- * -->
  741.     <xsd:annotation>
  742.         <xsd:documentation>
  743. CPO Library 1_0 (2002-03-02)
  744. This CPO Library is a consolidation of existing Consortium approved Recommendations.  No functionality or syntax changes have been made to the original specifications.
  745.  
  746. PersonName-1_2
  747. PostalAddress-1_2
  748. cpoDateTimeTypes-1_1
  749. ContactMethod-1_0
  750. TelcomNumber-1_0
  751. OnlineAddress-1_0
  752. Competencies-1_0
  753. JobHeader-1_0
  754. PositionHeader-1_0
  755. WorkSite-1_0
  756. WorkSiteEnvironment-1_0
  757. UserArea-1_0
  758.  
  759. Conformance Note (for development): No namespace schema declarations and definitions are included outright in this file to put it into the above namespace.  
  760. This is solely for interoperability purposes during development, as parser implementations of nested includes and imports varies.  
  761. Published versions will be fully normalized with no includes.
  762.  
  763. These are the equivelant includes:
  764.     xsd:include schemaLocation="../../JobPosition/Description-1_0/WorkSiteEnvironment-1_0.xsd"/>
  765.     xsd:include schemaLocation="../../JobPosition/Description-1_0/WorkSite-1_0.xsd"/>
  766.     xsd:include schemaLocation="../../JobPosition/Description-1_0/PositionHeader-1_0.xsd"/>
  767.     xsd:include schemaLocation="../../JobPosition/Description-1_0/JobHeader-1_0.xsd"/>
  768.     xsd:include schemaLocation="../../CPO/ID-1_0/EntityIdType-1_0.xsd"/>
  769.     xsd:include schemaLocation="../../CPO/PersonName-1_2/PersonName-1_2.xsd"/>
  770.     xsd:include schemaLocation="../../Competencies/Competencies-1_0/Competencies-1_0.xsd"/>
  771.     xsd:include schemaLocation="../../CPO/Dating-1_1/cpoDateTimeTypes-1_1.xsd"/>
  772.     xsd:include schemaLocation="../../CPO/ContactInfo-1_0/ContactMethod-1_0.xsd"/>
  773.     xsd:include schemaLocation="../../CPO/ContactInfo-1_0/TelcomNumber-1_0.xsd"/>
  774.     xsd:include schemaLocation="../../CPO/ContactInfo-1_0/OnlineAddress-1_0.xsd"/>
  775.     xsd:include schemaLocation="../../CPO/PostalAddress-1_2/PostalAddress-1_2.xsd"/>
  776.     xsd:include schemaLocation="../../TSC/HRXMLExtension-1_0/UserArea-1_0.xsd"/>
  777. "Copyright  The HR-XML Consortium. All Rights Reserved. http://www.hr-xml.org"
  778. Status: Approved Recommendation
  779.  
  780. This HR-XML Consortium Work (including specifications, documents, 
  781. software, and related items) is provided by the copyright holders 
  782. under the following license. By obtaining, using and/or copying 
  783. this work, you (the licensee) agree that you have read, understood, 
  784. and will comply with the following terms and conditions.
  785.  
  786. Permission to use, copy, modify, or redistribute this Work and 
  787. its documentation, with or without modification, for any purpose 
  788. and without fee or royalty is hereby granted, provided that you 
  789. include the following on ALL copies of the software and 
  790. documentation or portions thereof, including modifications, 
  791. that you make: 
  792.  
  793. 1. This notice: "Copyright  The HR-XML Consortium. All Rights 
  794.    Reserved. http://www.hr-xml.org" 
  795. 2. Notice of any changes or modifications to the The HR-XML 
  796.    Consortium files.
  797.    
  798. THIS WORK, INCLUDING SPECIFICATIONS, DOCUMENTS, SOFTWARE, OR OTHER 
  799. RELATED ITEMS, IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO 
  800. REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT 
  801. NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY 
  802. PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENTATION 
  803. WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS 
  804. OR OTHER RIGHTS. 
  805.  
  806. COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, 
  807. SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE 
  808. SOFTWARE OR DOCUMENTATION. 
  809.  
  810. TITLE TO COPYRIGHT IN THIS WORK AND ANY ASSOCIATED DOCUMENTATION 
  811. WILL AT ALL TIMES REMAIN WITH COPYRIGHT HOLDERS.
  812.  
  813.         </xsd:documentation>
  814.     </xsd:annotation>
  815.     <xsd:element name="PositionHeader">
  816.         <xsd:complexType>
  817.             <xsd:sequence>
  818.                 <xsd:element name="PositionId" type="PositionIdentifierType"/>
  819.                 <xsd:element ref="JobId" minOccurs="0"/>
  820.                 <xsd:element ref="PositionTitle" minOccurs="0"/>
  821.                 <xsd:element name="PositionType" type="xsd:string" minOccurs="0"/>
  822.                 <xsd:element ref="PositionDescription" minOccurs="0"/>
  823.                 <xsd:element ref="PositionStatus" minOccurs="0"/>
  824.                 <xsd:element ref="ReportToPositionId" minOccurs="0"/>
  825.                 <xsd:element ref="SpecialInstructions" minOccurs="0"/>
  826.                 <xsd:element name="TypeOfHours" type="xsd:string" minOccurs="0"/>
  827.                 <xsd:element name="Quantity" type="xsd:double" default="1" minOccurs="0"/>
  828.             </xsd:sequence>
  829.             <xsd:attribute name="validFrom" type="AnyDateTimeType"/>
  830.             <xsd:attribute name="validTo" type="AnyDateTimeType"/>
  831.         </xsd:complexType>
  832.     </xsd:element>
  833.     <xsd:element name="JobId" type="PositionIdentifierType"/>
  834.     <xsd:element name="PositionTitle" type="xsd:string"/>
  835.     <xsd:element name="PositionDescription" type="xsd:string"/>
  836.     <xsd:element name="ReportToPositionId" type="PositionIdentifierType"/>
  837.     <xsd:element name="SpecialInstructions" type="xsd:string"/>
  838.     <xsd:element name="PositionStatus">
  839.         <xsd:complexType>
  840.             <xsd:sequence>
  841.                 <xsd:element name="Code" type="xsd:string" minOccurs="0"/>
  842.                 <xsd:element name="Description" type="xsd:string" minOccurs="0"/>
  843.             </xsd:sequence>
  844.         </xsd:complexType>
  845.     </xsd:element>
  846.     <xsd:complexType name="PositionIdentifierType">
  847.         <xsd:sequence>
  848.             <xsd:element name="Id" type="xsd:string"/>
  849.             <xsd:element name="Domain" minOccurs="0">
  850.                 <xsd:complexType>
  851.                     <xsd:sequence>
  852.                         <xsd:element name="IdIssuer" type="xsd:string" minOccurs="0"/>
  853.                         <xsd:element name="IdType" type="xsd:string" minOccurs="0"/>
  854.                     </xsd:sequence>
  855.                 </xsd:complexType>
  856.             </xsd:element>
  857.         </xsd:sequence>
  858.     </xsd:complexType>
  859.     <xsd:element name="JobHeader">
  860.         <xsd:complexType>
  861.             <xsd:sequence>
  862.                 <xsd:element name="JobId" type="JobIdentifierType"/>
  863.                 <xsd:element ref="JobTitle" minOccurs="0"/>
  864.                 <xsd:element ref="JobDescription" minOccurs="0"/>
  865.                 <xsd:element ref="JobStatus" minOccurs="0"/>
  866.                 <xsd:element ref="JobLevel" minOccurs="0" maxOccurs="unbounded"/>
  867.                 <xsd:element ref="JobCategory" minOccurs="0" maxOccurs="unbounded"/>
  868.             </xsd:sequence>
  869.             <xsd:attribute name="validFrom" type="AnyDateTimeType"/>
  870.             <xsd:attribute name="validTo" type="AnyDateTimeType"/>
  871.         </xsd:complexType>
  872.     </xsd:element>
  873.     <xsd:element name="JobStatus">
  874.         <xsd:complexType>
  875.             <xsd:sequence>
  876.                 <xsd:element name="Code" type="xsd:string" minOccurs="0"/>
  877.                 <xsd:element name="Description" type="xsd:string" minOccurs="0"/>
  878.             </xsd:sequence>
  879.         </xsd:complexType>
  880.     </xsd:element>
  881.     <xsd:element name="JobDescription" type="xsd:string"/>
  882.     <xsd:element name="JobTitle" type="xsd:string"/>
  883.     <xsd:element name="JobCategory">
  884.         <xsd:complexType>
  885.             <xsd:sequence>
  886.                 <xsd:element name="Code" type="xsd:string" minOccurs="0"/>
  887.                 <xsd:element name="Description" type="xsd:string" minOccurs="0"/>
  888.             </xsd:sequence>
  889.             <xsd:attribute name="type" type="xsd:string"/>
  890.         </xsd:complexType>
  891.     </xsd:element>
  892.     <xsd:element name="JobLevel">
  893.         <xsd:complexType>
  894.             <xsd:sequence>
  895.                 <xsd:element name="Code" type="xsd:string" minOccurs="0"/>
  896.                 <xsd:element name="Description" type="xsd:string" minOccurs="0"/>
  897.                 <xsd:element ref="JobLevel" minOccurs="0"/>
  898.             </xsd:sequence>
  899.             <xsd:attribute name="type" type="xsd:string"/>
  900.         </xsd:complexType>
  901.     </xsd:element>
  902.     <xsd:complexType name="JobIdentifierType">
  903.         <xsd:sequence>
  904.             <xsd:element name="Id" type="xsd:string"/>
  905.             <xsd:element name="Domain" minOccurs="0">
  906.                 <xsd:complexType>
  907.                     <xsd:sequence>
  908.                         <xsd:element name="IdIssuer" type="xsd:string" minOccurs="0"/>
  909.                         <xsd:element name="IdType" type="xsd:string" minOccurs="0"/>
  910.                     </xsd:sequence>
  911.                 </xsd:complexType>
  912.             </xsd:element>
  913.         </xsd:sequence>
  914.     </xsd:complexType>
  915.     <xsd:element name="WorkSite">
  916.         <xsd:complexType>
  917.             <xsd:sequence>
  918.                 <xsd:element name="WorkSiteId" type="WorkSiteIdentifierType"/>
  919.                 <xsd:element ref="WorkSiteName"/>
  920.                 <xsd:element name="WorkSiteDetail" minOccurs="0" maxOccurs="unbounded">
  921.                     <xsd:complexType>
  922.                         <xsd:simpleContent>
  923.                             <xsd:extension base="xsd:string">
  924.                                 <xsd:attribute name="workSiteType" type="xsd:string" default="presentation"/>
  925.                             </xsd:extension>
  926.                         </xsd:simpleContent>
  927.                     </xsd:complexType>
  928.                 </xsd:element>
  929.                 <xsd:element name="PostalAddress" type="PostalAddressType" minOccurs="0"/>
  930.                 <xsd:element ref="TravelDirections" minOccurs="0"/>
  931.                 <xsd:element ref="ParkingInstructions" minOccurs="0"/>
  932.             </xsd:sequence>
  933.         </xsd:complexType>
  934.     </xsd:element>
  935.     <xsd:element name="WorkSiteId" type="WorkSiteIdentifierType"/>
  936.     <xsd:element name="WorkSiteName" type="xsd:string"/>
  937.     <xsd:element name="WorkSiteType" type="xsd:string"/>
  938.     <xsd:element name="WorkSiteDetail" type="xsd:string"/>
  939.     <xsd:element name="TravelDirections" type="xsd:string"/>
  940.     <xsd:element name="ParkingInstructions" type="xsd:string"/>
  941.     <xsd:complexType name="WorkSiteIdentifierType">
  942.         <xsd:sequence>
  943.             <xsd:element name="Id" type="xsd:string"/>
  944.             <xsd:element name="Domain" minOccurs="0">
  945.                 <xsd:complexType>
  946.                     <xsd:sequence>
  947.                         <xsd:element name="IdIssuer" type="xsd:string" minOccurs="0"/>
  948.                         <xsd:element name="IdType" type="xsd:string" minOccurs="0"/>
  949.                     </xsd:sequence>
  950.                 </xsd:complexType>
  951.             </xsd:element>
  952.         </xsd:sequence>
  953.     </xsd:complexType>
  954.     <xsd:element name="WorkSiteEnvironment">
  955.         <xsd:complexType>
  956.             <xsd:sequence>
  957.                 <xsd:element name="EnvironmentId" type="WorkSiteEnvironmentIdentifierType"/>
  958.                 <xsd:element ref="EnvironmentName"/>
  959.                 <xsd:element ref="EnvironmentDescription" minOccurs="0"/>
  960.                 <xsd:element ref="EnvironmentConsideration" minOccurs="0" maxOccurs="unbounded"/>
  961.             </xsd:sequence>
  962.         </xsd:complexType>
  963.     </xsd:element>
  964.     <xsd:element name="EnvironmentId" type="WorkSiteEnvironmentIdentifierType"/>
  965.     <xsd:element name="EnvironmentName" type="xsd:string"/>
  966.     <xsd:element name="EnvironmentDescription" type="xsd:string"/>
  967.     <xsd:element name="EnvironmentConsideration">
  968.         <xsd:complexType>
  969.             <xsd:simpleContent>
  970.                 <xsd:extension base="xsd:string">
  971.                     <xsd:attribute name="typeConsideration" use="required">
  972.                         <xsd:simpleType>
  973.                             <xsd:restriction base="xsd:string">
  974.                                 <xsd:enumeration value="General"/>
  975.                                 <xsd:enumeration value="Physical"/>
  976.                                 <xsd:enumeration value="SafetyEquipment"/>
  977.                                 <xsd:enumeration value="DressCode"/>
  978.                             </xsd:restriction>
  979.                         </xsd:simpleType>
  980.                     </xsd:attribute>
  981.                 </xsd:extension>
  982.             </xsd:simpleContent>
  983.         </xsd:complexType>
  984.     </xsd:element>
  985.     <xsd:complexType name="WorkSiteEnvironmentIdentifierType">
  986.         <xsd:sequence>
  987.             <xsd:element name="Id" type="xsd:string"/>
  988.             <xsd:element name="Domain" minOccurs="0">
  989.                 <xsd:complexType>
  990.                     <xsd:sequence>
  991.                         <xsd:element name="IdIssuer" type="xsd:string" minOccurs="0"/>
  992.                         <xsd:element name="IdType" type="xsd:string" minOccurs="0"/>
  993.                     </xsd:sequence>
  994.                 </xsd:complexType>
  995.             </xsd:element>
  996.         </xsd:sequence>
  997.     </xsd:complexType>
  998.     <xsd:attributeGroup name="id">
  999.         <xsd:attribute name="id" type="xsd:string" use="required"/>
  1000.         <xsd:attribute name="idOwner" type="xsd:string"/>
  1001.         <xsd:attribute name="description" type="xsd:string"/>
  1002.     </xsd:attributeGroup>
  1003.     <xsd:element name="Competency">
  1004.         <xsd:complexType>
  1005.             <xsd:sequence>
  1006.                 <xsd:element name="CompetencyId" minOccurs="0">
  1007.                     <xsd:complexType>
  1008.                         <xsd:attributeGroup ref="id"/>
  1009.                     </xsd:complexType>
  1010.                 </xsd:element>
  1011.                 <xsd:element name="TaxonomyId" minOccurs="0">
  1012.                     <xsd:complexType>
  1013.                         <xsd:attributeGroup ref="id"/>
  1014.                     </xsd:complexType>
  1015.                 </xsd:element>
  1016.                 <xsd:element name="CompetencyEvidence" minOccurs="0" maxOccurs="unbounded">
  1017.                     <xsd:complexType>
  1018.                         <xsd:sequence>
  1019.                             <xsd:element name="EvidenceId" minOccurs="0">
  1020.                                 <xsd:complexType>
  1021.                                     <xsd:attributeGroup ref="id"/>
  1022.                                 </xsd:complexType>
  1023.                             </xsd:element>
  1024.                             <xsd:choice>
  1025.                                 <xsd:element ref="NumericValue"/>
  1026.                                 <xsd:element ref="StringValue"/>
  1027.                             </xsd:choice>
  1028.                             <xsd:element ref="SupportingInformation" minOccurs="0" maxOccurs="unbounded"/>
  1029.                         </xsd:sequence>
  1030.                         <xsd:attribute name="dateOfIncident" type="AnyDateTimeType"/>
  1031.                         <xsd:attribute name="name" type="xsd:string"/>
  1032.                         <xsd:attribute name="typeDescription" type="xsd:string"/>
  1033.                         <xsd:attribute name="expirationDate" type="AnyDateTimeType"/>
  1034.                         <xsd:attribute name="typeId" type="xsd:string"/>
  1035.                         <xsd:attribute name="required" type="xsd:boolean" default="false"/>
  1036.                         <xsd:attribute name="lastUsed" type="AnyDateTimeType"/>
  1037.                     </xsd:complexType>
  1038.                 </xsd:element>
  1039.                 <xsd:element name="CompetencyWeight" minOccurs="0" maxOccurs="2">
  1040.                     <xsd:complexType>
  1041.                         <xsd:sequence>
  1042.                             <xsd:choice>
  1043.                                 <xsd:element ref="NumericValue"/>
  1044.                                 <xsd:element ref="StringValue"/>
  1045.                             </xsd:choice>
  1046.                             <xsd:element ref="SupportingInformation" minOccurs="0" maxOccurs="unbounded"/>
  1047.                         </xsd:sequence>
  1048.                         <xsd:attribute name="type" default="skillLevel">
  1049.                             <xsd:simpleType>
  1050.                                 <xsd:restriction base="xsd:string">
  1051.                                     <xsd:enumeration value="levelOfInterest"/>
  1052.                                     <xsd:enumeration value="skillLevel"/>
  1053.                                 </xsd:restriction>
  1054.                             </xsd:simpleType>
  1055.                         </xsd:attribute>
  1056.                     </xsd:complexType>
  1057.                 </xsd:element>
  1058.                 <xsd:element ref="Competency" minOccurs="0" maxOccurs="unbounded"/>
  1059.             </xsd:sequence>
  1060.             <xsd:attribute name="name" type="xsd:string"/>
  1061.             <xsd:attribute name="description" type="xsd:string"/>
  1062.             <xsd:attribute name="required" type="xsd:boolean" default="false"/>
  1063.         </xsd:complexType>
  1064.     </xsd:element>
  1065.     <xsd:element name="NumericValue">
  1066.         <xsd:complexType>
  1067.             <xsd:simpleContent>
  1068.                 <xsd:extension base="xsd:double">
  1069.                     <xsd:attribute name="minValue" type="xsd:double"/>
  1070.                     <xsd:attribute name="maxValue" type="xsd:double"/>
  1071.                     <xsd:attribute name="description" type="xsd:string"/>
  1072.                 </xsd:extension>
  1073.             </xsd:simpleContent>
  1074.         </xsd:complexType>
  1075.     </xsd:element>
  1076.     <xsd:element name="StringValue">
  1077.         <xsd:complexType>
  1078.             <xsd:simpleContent>
  1079.                 <xsd:extension base="xsd:string">
  1080.                     <xsd:attribute name="minValue" type="xsd:string"/>
  1081.                     <xsd:attribute name="maxValue" type="xsd:string"/>
  1082.                     <xsd:attribute name="description" type="xsd:string"/>
  1083.                 </xsd:extension>
  1084.             </xsd:simpleContent>
  1085.         </xsd:complexType>
  1086.     </xsd:element>
  1087.     <xsd:element name="SupportingInformation" type="xsd:string"/>
  1088.     <xsd:complexType name="EntityIdType">
  1089.         <xsd:sequence>
  1090.             <xsd:element name="IdValue" maxOccurs="unbounded">
  1091.                 <xsd:complexType>
  1092.                     <xsd:simpleContent>
  1093.                         <xsd:extension base="xsd:string">
  1094.                             <xsd:attribute name="name" type="xsd:string" use="optional"/>
  1095.                         </xsd:extension>
  1096.                     </xsd:simpleContent>
  1097.                 </xsd:complexType>
  1098.             </xsd:element>
  1099.         </xsd:sequence>
  1100.         <xsd:attribute name="validFrom" type="AnyDateTimeNkNaType" use="optional"/>
  1101.         <xsd:attribute name="validTo" type="AnyDateTimeNkNaType" use="optional"/>
  1102.         <xsd:attribute name="idOwner" type="xsd:string" use="optional"/>
  1103.     </xsd:complexType>
  1104.     <xsd:group name="TelcomNumberGroup">
  1105.         <xsd:sequence>
  1106.             <xsd:element ref="InternationalCountryCode" minOccurs="0"/>
  1107.             <xsd:element ref="NationalNumber" minOccurs="0"/>
  1108.             <xsd:element ref="AreaCityCode" minOccurs="0"/>
  1109.             <xsd:element ref="SubscriberNumber"/>
  1110.             <xsd:element ref="Extension" minOccurs="0"/>
  1111.         </xsd:sequence>
  1112.     </xsd:group>
  1113.     <xsd:element name="FormattedNumber" type="xsd:string"/>
  1114.     <xsd:element name="InternationalCountryCode" type="xsd:string"/>
  1115.     <xsd:element name="NationalNumber" type="xsd:string"/>
  1116.     <xsd:element name="AreaCityCode" type="xsd:string"/>
  1117.     <xsd:element name="SubscriberNumber" type="xsd:string"/>
  1118.     <xsd:complexType name="TelcomNumberType">
  1119.         <xsd:choice>
  1120.             <xsd:element ref="FormattedNumber"/>
  1121.             <xsd:group ref="TelcomNumberGroup"/>
  1122.         </xsd:choice>
  1123.     </xsd:complexType>
  1124.     <xsd:element name="Extension" type="xsd:string"/>
  1125.     <xsd:element name="Telephone" type="TelcomNumberType"/>
  1126.     <xsd:element name="Mobile" type="MobileTelcomNumberType"/>
  1127.     <xsd:element name="Fax" type="TelcomNumberType"/>
  1128.     <xsd:element name="Pager" type="TelcomNumberType"/>
  1129.     <xsd:element name="TTYTDD" type="TelcomNumberType"/>
  1130.     <xsd:complexType name="MobileTelcomNumberType">
  1131.         <xsd:complexContent>
  1132.             <xsd:extension base="TelcomNumberType">
  1133.                 <xsd:attribute name="smsEnabled" type="xsd:boolean" use="optional"/>
  1134.             </xsd:extension>
  1135.         </xsd:complexContent>
  1136.     </xsd:complexType>
  1137.     <xsd:complexType name="TelcomNumberListType">
  1138.         <xsd:sequence>
  1139.             <xsd:element ref="Telephone" minOccurs="0"/>
  1140.             <xsd:element ref="Mobile" minOccurs="0"/>
  1141.             <xsd:element ref="Fax" minOccurs="0"/>
  1142.             <xsd:element ref="Pager" minOccurs="0"/>
  1143.             <xsd:element ref="TTYTDD" minOccurs="0"/>
  1144.         </xsd:sequence>
  1145.     </xsd:complexType>
  1146.     <xsd:element name="InternetEmailAddress" type="InternetEmailAddressType"/>
  1147.     <xsd:element name="InternetWebAddress" type="InternetWebAddressType"/>
  1148.     <xsd:simpleType name="InternetEmailAddressType">
  1149.         <xsd:restriction base="xsd:string"/>
  1150.     </xsd:simpleType>
  1151.     <xsd:simpleType name="InternetWebAddressType">
  1152.         <xsd:restriction base="xsd:string"/>
  1153.     </xsd:simpleType>
  1154.     <xsd:element name="Use" type="contactMethodUsePatternExtensionType"/>
  1155.     <xsd:element name="Location" type="contactMethodLocationPatternExtensionType"/>
  1156.     <xsd:element name="WhenAvailable" type="contactMethodWhenAvailableType"/>
  1157.     <xsd:complexType name="ContactMethodType">
  1158.         <xsd:sequence>
  1159.             <xsd:element ref="Use" minOccurs="0"/>
  1160.             <xsd:element ref="Location" minOccurs="0"/>
  1161.             <xsd:element ref="WhenAvailable" minOccurs="0"/>
  1162.             <xsd:element ref="Telephone" minOccurs="0"/>
  1163.             <xsd:element ref="Mobile" minOccurs="0"/>
  1164.             <xsd:element ref="Fax" minOccurs="0"/>
  1165.             <xsd:element ref="Pager" minOccurs="0"/>
  1166.             <xsd:element ref="TTYTDD" minOccurs="0"/>
  1167.             <xsd:element ref="InternetEmailAddress" minOccurs="0"/>
  1168.             <xsd:element ref="InternetWebAddress" minOccurs="0"/>
  1169.             <xsd:element ref="PostalAddress" minOccurs="0"/>
  1170.         </xsd:sequence>
  1171.     </xsd:complexType>
  1172.     <xsd:simpleType name="contactMethodUseType">
  1173.         <xsd:restriction base="xsd:string">
  1174.             <xsd:enumeration value="business"/>
  1175.             <xsd:enumeration value="businessDirect"/>
  1176.             <xsd:enumeration value="personal"/>
  1177.         </xsd:restriction>
  1178.     </xsd:simpleType>
  1179.     <xsd:simpleType name="contactMethodLocationType">
  1180.         <xsd:restriction base="xsd:string">
  1181.             <xsd:enumeration value="office"/>
  1182.             <xsd:enumeration value="vehicle"/>
  1183.             <xsd:enumeration value="onPerson"/>
  1184.             <xsd:enumeration value="home"/>
  1185.         </xsd:restriction>
  1186.     </xsd:simpleType>
  1187.     <xsd:simpleType name="contactMethodWhenAvailableType">
  1188.         <xsd:restriction base="xsd:string"/>
  1189.     </xsd:simpleType>
  1190.     <xsd:simpleType name="xStringPatternExtensionType">
  1191.         <xsd:restriction base="xsd:string">
  1192.             <xsd:pattern value="x:\S.*"/>
  1193.         </xsd:restriction>
  1194.     </xsd:simpleType>
  1195.     <xsd:simpleType name="contactMethodUsePatternExtensionType">
  1196.         <xsd:union memberTypes="contactMethodUseType xStringPatternExtensionType"/>
  1197.     </xsd:simpleType>
  1198.     <xsd:simpleType name="contactMethodLocationPatternExtensionType">
  1199.         <xsd:union memberTypes="contactMethodLocationType xStringPatternExtensionType"/>
  1200.     </xsd:simpleType>
  1201.     <xsd:simpleType name="contactMethodWhenAvailablePatternExtensionType">
  1202.         <xsd:union memberTypes="contactMethodWhenAvailableType xStringPatternExtensionType"/>
  1203.     </xsd:simpleType>
  1204.     <xsd:complexType name="PostalAddressType">
  1205.         <xsd:sequence>
  1206.             <xsd:element name="CountryCode">
  1207.                 <xsd:simpleType>
  1208.                     <xsd:restriction base="xsd:string">
  1209.                         <xsd:pattern value="[A-Z]{2}"/>
  1210.                     </xsd:restriction>
  1211.                 </xsd:simpleType>
  1212.             </xsd:element>
  1213.             <xsd:element name="PostalCode" type="xsd:string" minOccurs="0"/>
  1214.             <xsd:element name="Region" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
  1215.             <xsd:element name="Municipality" type="xsd:string" minOccurs="0"/>
  1216.             <xsd:element name="DeliveryAddress" minOccurs="0">
  1217.                 <xsd:complexType>
  1218.                     <xsd:sequence>
  1219.                         <xsd:element name="AddressLine" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
  1220.                         <xsd:element name="StreetName" type="xsd:string" minOccurs="0"/>
  1221.                         <xsd:element name="BuildingNumber" type="xsd:string" minOccurs="0"/>
  1222.                         <xsd:element name="Unit" type="xsd:string" minOccurs="0"/>
  1223.                         <xsd:element name="PostOfficeBox" type="xsd:string" minOccurs="0"/>
  1224.                     </xsd:sequence>
  1225.                 </xsd:complexType>
  1226.             </xsd:element>
  1227.             <xsd:element name="Recipient" minOccurs="0" maxOccurs="unbounded">
  1228.                 <xsd:complexType>
  1229.                     <xsd:sequence>
  1230.                         <xsd:element name="PersonName" type="PersonNameType" minOccurs="0"/>
  1231.                         <xsd:element name="AdditionalText" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
  1232.                         <xsd:element name="Organization" type="xsd:string" minOccurs="0"/>
  1233.                         <xsd:element name="OrganizationName" type="xsd:string" minOccurs="0"/>
  1234.                     </xsd:sequence>
  1235.                 </xsd:complexType>
  1236.             </xsd:element>
  1237.         </xsd:sequence>
  1238.         <xsd:attribute name="type" default="undefined">
  1239.             <xsd:simpleType>
  1240.                 <xsd:restriction base="xsd:string">
  1241.                     <xsd:enumeration value="postOfficeBoxAddress"/>
  1242.                     <xsd:enumeration value="streetAddress"/>
  1243.                     <xsd:enumeration value="militaryAddress"/>
  1244.                     <xsd:enumeration value="undefined"/>
  1245.                 </xsd:restriction>
  1246.             </xsd:simpleType>
  1247.         </xsd:attribute>
  1248.     </xsd:complexType>
  1249.     <xsd:element name="PostalAddress" type="PostalAddressType"/>
  1250.     <xsd:complexType name="PersonNameType">
  1251.         <xsd:sequence>
  1252.             <xsd:element name="FormattedName" minOccurs="0" maxOccurs="unbounded">
  1253.                 <xsd:complexType>
  1254.                     <xsd:simpleContent>
  1255.                         <xsd:extension base="xsd:string">
  1256.                             <xsd:attribute name="type" default="presentation">
  1257.                                 <xsd:simpleType>
  1258.                                     <xsd:restriction base="xsd:string">
  1259.                                         <xsd:enumeration value="presentation"/>
  1260.                                         <xsd:enumeration value="legal"/>
  1261.                                         <xsd:enumeration value="sortOrder"/>
  1262.                                     </xsd:restriction>
  1263.                                 </xsd:simpleType>
  1264.                             </xsd:attribute>
  1265.                         </xsd:extension>
  1266.                     </xsd:simpleContent>
  1267.                 </xsd:complexType>
  1268.             </xsd:element>
  1269.             <xsd:element name="LegalName" type="xsd:string" minOccurs="0"/>
  1270.             <xsd:element name="GivenName" type="xsd:string" minOccurs="0" maxOccurs="unbounded"/>
  1271.             <xsd:element name="PreferredGivenName" type="xsd:string" minOccurs="0"/>
  1272.             <xsd:element name="MiddleName" type="xsd:string" minOccurs="0"/>
  1273.             <xsd:element name="FamilyName" minOccurs="0" maxOccurs="unbounded">
  1274.                 <xsd:complexType>
  1275.                     <xsd:simpleContent>
  1276.                         <xsd:extension base="xsd:string">
  1277.                             <xsd:attribute name="primary" default="undefined">
  1278.                                 <xsd:simpleType>
  1279.                                     <xsd:restriction base="xsd:string">
  1280.                                         <xsd:enumeration value="true"/>
  1281.                                         <xsd:enumeration value="false"/>
  1282.                                         <xsd:enumeration value="undefined"/>
  1283.                                     </xsd:restriction>
  1284.                                 </xsd:simpleType>
  1285.                             </xsd:attribute>
  1286.                             <xsd:attribute name="prefix" type="xsd:string"/>
  1287.                         </xsd:extension>
  1288.                     </xsd:simpleContent>
  1289.                 </xsd:complexType>
  1290.             </xsd:element>
  1291.             <xsd:element name="Affix" minOccurs="0" maxOccurs="unbounded">
  1292.                 <xsd:complexType>
  1293.                     <xsd:simpleContent>
  1294.                         <xsd:extension base="xsd:string">
  1295.                             <xsd:attribute name="type" use="required">
  1296.                                 <xsd:simpleType>
  1297.                                     <xsd:restriction base="xsd:string">
  1298.                                         <xsd:enumeration value="academicGrade"/>
  1299.                                         <xsd:enumeration value="aristocraticPrefix"/>
  1300.                                         <xsd:enumeration value="aristocraticTitle"/>
  1301.                                         <xsd:enumeration value="familyNamePrefix"/>
  1302.                                         <xsd:enumeration value="familyNameSuffix"/>
  1303.                                         <xsd:enumeration value="formOfAddress"/>
  1304.                                         <xsd:enumeration value="generation"/>
  1305.                                         <xsd:enumeration value="qualification"/>
  1306.                                     </xsd:restriction>
  1307.                                 </xsd:simpleType>
  1308.                             </xsd:attribute>
  1309.                         </xsd:extension>
  1310.                     </xsd:simpleContent>
  1311.                 </xsd:complexType>
  1312.             </xsd:element>
  1313.         </xsd:sequence>
  1314.     </xsd:complexType>
  1315.     <xsd:element name="PersonName" type="PersonNameType"/>
  1316.     <xsd:simpleType name="NotKnownLiteral">
  1317.         <xsd:restriction base="xsd:string">
  1318.             <xsd:enumeration value="notKnown"/>
  1319.         </xsd:restriction>
  1320.     </xsd:simpleType>
  1321.     <xsd:simpleType name="NotApplicableLiteral">
  1322.         <xsd:restriction base="xsd:string">
  1323.             <xsd:enumeration value="notApplicable"/>
  1324.         </xsd:restriction>
  1325.     </xsd:simpleType>
  1326.     <xsd:simpleType name="LocalDateType">
  1327.         <xsd:restriction base="xsd:date">
  1328.             <xsd:pattern value="\d\d\d\d-\d\d-\d\d"/>
  1329.         </xsd:restriction>
  1330.     </xsd:simpleType>
  1331.     <xsd:simpleType name="LocalDateNkType">
  1332.         <xsd:union memberTypes="LocalDateType NotKnownLiteral"/>
  1333.     </xsd:simpleType>
  1334.     <xsd:simpleType name="LocalDateNaType">
  1335.         <xsd:union memberTypes="LocalDateType NotApplicableLiteral"/>
  1336.     </xsd:simpleType>
  1337.     <xsd:simpleType name="LocalDateNkNaType">
  1338.         <xsd:union memberTypes="LocalDateType NotKnownLiteral NotApplicableLiteral"/>
  1339.     </xsd:simpleType>
  1340.     <xsd:simpleType name="DateType">
  1341.         <xsd:restriction base="xsd:date">
  1342.             <xsd:pattern value="\d\d\d\d-\d\d-\d\d(Z|(\+|-)\d\d:\d\d)"/>
  1343.         </xsd:restriction>
  1344.     </xsd:simpleType>
  1345.     <xsd:simpleType name="DateNkType">
  1346.         <xsd:union memberTypes="DateType NotKnownLiteral"/>
  1347.     </xsd:simpleType>
  1348.     <xsd:simpleType name="DateNaType">
  1349.         <xsd:union memberTypes="DateType NotApplicableLiteral"/>
  1350.     </xsd:simpleType>
  1351.     <xsd:simpleType name="DateNkNaType">
  1352.         <xsd:union memberTypes="DateType NotKnownLiteral NotApplicableLiteral"/>
  1353.     </xsd:simpleType>
  1354.     <xsd:simpleType name="LocalTimeType">
  1355.         <xsd:restriction base="xsd:time">
  1356.             <xsd:pattern value="\d\d:\d\d:\d\d"/>
  1357.         </xsd:restriction>
  1358.     </xsd:simpleType>
  1359.     <xsd:simpleType name="LocalTimeNkType">
  1360.         <xsd:union memberTypes="LocalTimeType NotKnownLiteral"/>
  1361.     </xsd:simpleType>
  1362.     <xsd:simpleType name="LocalTimeNaType">
  1363.         <xsd:union memberTypes="LocalTimeType NotApplicableLiteral"/>
  1364.     </xsd:simpleType>
  1365.     <xsd:simpleType name="LocalTimeNkNaType">
  1366.         <xsd:union memberTypes="LocalTimeType NotKnownLiteral NotApplicableLiteral"/>
  1367.     </xsd:simpleType>
  1368.     <xsd:simpleType name="TimeType">
  1369.         <xsd:restriction base="xsd:time">
  1370.             <xsd:pattern value="\d\d:\d\d:\d\d(Z|(\+|-)\d\d:\d\d)"/>
  1371.         </xsd:restriction>
  1372.     </xsd:simpleType>
  1373.     <xsd:simpleType name="TimeNkType">
  1374.         <xsd:union memberTypes="TimeType NotKnownLiteral"/>
  1375.     </xsd:simpleType>
  1376.     <xsd:simpleType name="TimeNaType">
  1377.         <xsd:union memberTypes="TimeType NotApplicableLiteral"/>
  1378.     </xsd:simpleType>
  1379.     <xsd:simpleType name="TimeNkNaType">
  1380.         <xsd:union memberTypes="TimeType NotKnownLiteral NotApplicableLiteral"/>
  1381.     </xsd:simpleType>
  1382.     <xsd:simpleType name="LocalDateTimeType">
  1383.         <xsd:restriction base="xsd:dateTime">
  1384.             <xsd:pattern value="\d\d\d\d-\d\d-\d\dT\d\d:\d\d:\d\d"/>
  1385.         </xsd:restriction>
  1386.     </xsd:simpleType>
  1387.     <xsd:simpleType name="LocalDateTimeNkType">
  1388.         <xsd:union memberTypes="LocalDateTimeType NotKnownLiteral"/>
  1389.     </xsd:simpleType>
  1390.     <xsd:simpleType name="LocalDateTimeNaType">
  1391.         <xsd:union memberTypes="LocalDateTimeType NotApplicableLiteral"/>
  1392.     </xsd:simpleType>
  1393.     <xsd:simpleType name="LocalDateTimeNkNaType">
  1394.         <xsd:union memberTypes="LocalDateTimeType NotKnownLiteral NotApplicableLiteral"/>
  1395.     </xsd:simpleType>
  1396.     <xsd:simpleType name="DateTimeType">
  1397.         <xsd:restriction base="xsd:dateTime">
  1398.             <xsd:pattern value="\d\d\d\d-\d\d-\d\dT\d\d:\d\d:\d\d(Z|(\+|-)\d\d:\d\d)"/>
  1399.         </xsd:restriction>
  1400.     </xsd:simpleType>
  1401.     <xsd:simpleType name="DateTimeNkType">
  1402.         <xsd:union memberTypes="DateTimeType NotKnownLiteral"/>
  1403.     </xsd:simpleType>
  1404.     <xsd:simpleType name="DateTimeNaType">
  1405.         <xsd:union memberTypes="DateTimeType NotApplicableLiteral"/>
  1406.     </xsd:simpleType>
  1407.     <xsd:simpleType name="DateTimeNkNaType">
  1408.         <xsd:union memberTypes="DateTimeType NotKnownLiteral NotApplicableLiteral"/>
  1409.     </xsd:simpleType>
  1410.     <xsd:simpleType name="AnyDateTimeType">
  1411.         <xsd:union memberTypes="LocalDateType DateType LocalDateTimeType DateTimeType"/>
  1412.     </xsd:simpleType>
  1413.     <xsd:simpleType name="AnyDateTimeNkType">
  1414.         <xsd:union memberTypes="AnyDateTimeType NotKnownLiteral"/>
  1415.     </xsd:simpleType>
  1416.     <xsd:simpleType name="AnyDateTimeNaType">
  1417.         <xsd:union memberTypes="AnyDateTimeType NotApplicableLiteral"/>
  1418.     </xsd:simpleType>
  1419.     <xsd:simpleType name="AnyDateTimeNkNaType">
  1420.         <xsd:union memberTypes="AnyDateTimeType NotKnownLiteral NotApplicableLiteral"/>
  1421.     </xsd:simpleType>
  1422.     <xsd:element name="UserArea" type="UserAreaType">
  1423.         <xsd:annotation>
  1424.             <xsd:documentation>HR-XML Technical Steering Committee endorsed extension element.</xsd:documentation>
  1425.         </xsd:annotation>
  1426.     </xsd:element>
  1427.     <xsd:complexType name="UserAreaType">
  1428.         <xsd:sequence minOccurs="0" maxOccurs="unbounded">
  1429.             <xsd:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
  1430.         </xsd:sequence>
  1431.     </xsd:complexType>
  1432.     <!--******************************************************************************-->
  1433.     <!-- * -->
  1434.     <!--END include file: CPOLibrary-1_0_BackgroundCheck.xsd-->
  1435.     <!-- * -->
  1436.     <!--******************************************************************************-->
  1437.     <xsd:annotation>
  1438.         <xsd:documentation>
  1439. "Copyright  The HR-XML Consortium. All Rights Reserved. http://www.hr-xml.org"
  1440. Status: Recommendation
  1441. Date this version: 2002-04-29
  1442. Purpose: Defines the Screenings Schema
  1443. Author(s):  Screening Workgroup
  1444.  
  1445. This HR-XML Consortium Work (including specifications, documents, 
  1446. software, and related items) is provided by the copyright holders 
  1447. under the following license. By obtaining, using and/or copying 
  1448. this work, you (the licensee) agree that you have read, understood, 
  1449. and will comply with the following terms and conditions.
  1450.  
  1451. Permission to use, copy, modify, or redistribute this Work and 
  1452. its documentation, with or without modification, for any purpose 
  1453. and without fee or royalty is hereby granted, provided that you 
  1454. include the following on ALL copies of the software and 
  1455. documentation or portions thereof, including modifications, 
  1456. that you make: 
  1457.  
  1458. 1. This notice: "Copyright  The HR-XML Consortium. All Rights 
  1459.    Reserved. http://www.hr-xml.org" 
  1460. 2. Notice of any changes or modifications to the The HR-XML 
  1461.    Consortium files.
  1462.    
  1463. THIS WORK, INCLUDING SPECIFICATIONS, DOCUMENTS, SOFTWARE, OR OTHER 
  1464. RELATED ITEMS, IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO 
  1465. REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT 
  1466. NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY 
  1467. PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENTATION 
  1468. WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS 
  1469. OR OTHER RIGHTS. 
  1470.  
  1471. COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, 
  1472. SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE 
  1473. SOFTWARE OR DOCUMENTATION. 
  1474.  
  1475. TITLE TO COPYRIGHT IN THIS WORK AND ANY ASSOCIATED DOCUMENTATION 
  1476. WILL AT ALL TIMES REMAIN WITH COPYRIGHT HOLDERS. 
  1477. </xsd:documentation>
  1478.     </xsd:annotation>
  1479.     <xsd:element name="Screenings">
  1480.         <xsd:annotation>
  1481.             <xsd:documentation source="Contains additional screening related information for a single applicant.">Contains additional screening related information for a single applicant.</xsd:documentation>
  1482.         </xsd:annotation>
  1483.         <xsd:complexType>
  1484.             <xsd:annotation>
  1485.                 <xsd:documentation>Primary Element specifying Search specific information.</xsd:documentation>
  1486.             </xsd:annotation>
  1487.             <xsd:sequence>
  1488.                 <xsd:element name="ReferenceId" type="EntityIdType" minOccurs="0">
  1489.                     <xsd:annotation>
  1490.                         <xsd:documentation>Reference Number associated with all screenings for the Search Subject specified in the PersonalData Element in the parent schema.</xsd:documentation>
  1491.                     </xsd:annotation>
  1492.                 </xsd:element>
  1493.                 <xsd:element name="PackageId" type="EntityIdType" minOccurs="0">
  1494.                     <xsd:annotation>
  1495.                         <xsd:documentation>Identifies the search package agreed to by the trading partners that will be used as a basis for generating the searches. </xsd:documentation>
  1496.                     </xsd:annotation>
  1497.                 </xsd:element>
  1498.                 <xsd:element name="PriorPersonalData" minOccurs="0" maxOccurs="unbounded">
  1499.                     <xsd:annotation>
  1500.                         <xsd:documentation>The primary applicant information will be supplied in the PersonalData group element of the parent schema.  The Purpose of this element is to provide additional personal data information that searches are to be performed upon.  Note that any previous name information will be located here.</xsd:documentation>
  1501.                     </xsd:annotation>
  1502.                     <xsd:complexType>
  1503.                         <xsd:sequence>
  1504.                             <xsd:element name="EffectiveDate" type="EffectiveDateType" minOccurs="0"/>
  1505.                             <xsd:element name="PersonName" type="PersonNameType" minOccurs="0"/>
  1506.                             <xsd:element name="PostalAddress" type="PostalAddressType" minOccurs="0"/>
  1507.                             <xsd:element name="DemographicDetail" type="DemographicDetailType" minOccurs="0"/>
  1508.                         </xsd:sequence>
  1509.                     </xsd:complexType>
  1510.                 </xsd:element>
  1511.                 <xsd:element name="ClientReferences" type="EntityIdType" minOccurs="0">
  1512.                     <xsd:annotation>
  1513.                         <xsd:documentation>Contains Client provided information pertinent to the search.  i.e. Billing information.</xsd:documentation>
  1514.                     </xsd:annotation>
  1515.                 </xsd:element>
  1516.                 <xsd:element name="SupportingDocumentation" minOccurs="0">
  1517.                     <xsd:annotation>
  1518.                         <xsd:documentation>Root element to provide additional screening related information specific to all searchs for the specified applicant. i.e. Link to FAX image that contains the applicant information that the search package will be constructed from.</xsd:documentation>
  1519.                     </xsd:annotation>
  1520.                     <xsd:complexType mixed="true">
  1521.                         <xsd:sequence>
  1522.                             <xsd:element name="Documentation" type="LinkImageTextType" maxOccurs="unbounded"/>
  1523.                         </xsd:sequence>
  1524.                     </xsd:complexType>
  1525.                 </xsd:element>
  1526.                 <xsd:element name="Screening" minOccurs="0" maxOccurs="unbounded">
  1527.                     <xsd:annotation>
  1528.                         <xsd:documentation>Root element to provide additional screening related information specific to individual search types.</xsd:documentation>
  1529.                     </xsd:annotation>
  1530.                     <xsd:complexType mixed="true">
  1531.                         <xsd:sequence>
  1532.                             <xsd:element name="ReferenceId" type="EntityIdType" minOccurs="0">
  1533.                                 <xsd:annotation>
  1534.                                     <xsd:documentation>Reference Number associated with this screening.</xsd:documentation>
  1535.                                 </xsd:annotation>
  1536.                             </xsd:element>
  1537.                             <xsd:element name="QuestionSetId" type="EntityIdType" minOccurs="0">
  1538.                                 <xsd:annotation>
  1539.                                     <xsd:documentation>The question set identifier associated with this screening.</xsd:documentation>
  1540.                                 </xsd:annotation>
  1541.                             </xsd:element>
  1542.                             <xsd:element name="CountryCode" type="CountryCodeType" minOccurs="0">
  1543.                                 <xsd:annotation>
  1544.                                     <xsd:documentation>ISO 3166 2 character country code identifying the country that the screeing applies to.</xsd:documentation>
  1545.                                 </xsd:annotation>
  1546.                             </xsd:element>
  1547.                             <xsd:element name="Region" type="xsd:string" minOccurs="0">
  1548.                                 <xsd:annotation>
  1549.                                     <xsd:documentation>Represents the state, province, territory, etc. where the screening is to be performed.
  1550. </xsd:documentation>
  1551.                                 </xsd:annotation>
  1552.                             </xsd:element>
  1553.                             <xsd:element name="ServiceLevel" type="ServiceLevelTypes" minOccurs="0">
  1554.                                 <xsd:annotation>
  1555.                                     <xsd:documentation>Service level of the screening. </xsd:documentation>
  1556.                                 </xsd:annotation>
  1557.                             </xsd:element>
  1558.                             <xsd:element name="PermissiblePurpose" type="PermissiblePurposeQualifiers" minOccurs="0">
  1559.                                 <xsd:annotation>
  1560.                                     <xsd:documentation>Specifies the purpose on the screening.</xsd:documentation>
  1561.                                 </xsd:annotation>
  1562.                             </xsd:element>
  1563.                             <xsd:element name="EndUser" type="xsd:string" minOccurs="0">
  1564.                                 <xsd:annotation>
  1565.                                     <xsd:documentation> It specifies the name of the company that has requested the screening.</xsd:documentation>
  1566.                                 </xsd:annotation>
  1567.                             </xsd:element>
  1568.                             <xsd:element name="Vendor" type="VendorTypes" minOccurs="0">
  1569.                                 <xsd:annotation>
  1570.                                     <xsd:documentation>Specifies the source of the screening information. </xsd:documentation>
  1571.                                 </xsd:annotation>
  1572.                             </xsd:element>
  1573.                             <xsd:element name="Duration" type="xsd:duration" minOccurs="0">
  1574.                                 <xsd:annotation>
  1575.                                     <xsd:documentation>Specifies the duration of the screening.</xsd:documentation>
  1576.                                 </xsd:annotation>
  1577.                             </xsd:element>
  1578.                             <xsd:element name="ClientReferences" type="EntityIdType" minOccurs="0">
  1579.                                 <xsd:annotation>
  1580.                                     <xsd:documentation>Contains Client provided information pertinent to the search.  i.e. Billing information.</xsd:documentation>
  1581.                                 </xsd:annotation>
  1582.                             </xsd:element>
  1583.                             <xsd:element name="SupportingDocumentation" minOccurs="0">
  1584.                                 <xsd:annotation>
  1585.                                     <xsd:documentation>Root element to provide additional screening related information regarding the specified search.</xsd:documentation>
  1586.                                 </xsd:annotation>
  1587.                                 <xsd:complexType mixed="true">
  1588.                                     <xsd:sequence>
  1589.                                         <xsd:element name="Documentation" type="LinkImageTextType" maxOccurs="unbounded"/>
  1590.                                     </xsd:sequence>
  1591.                                 </xsd:complexType>
  1592.                             </xsd:element>
  1593.                             <xsd:choice minOccurs="0" maxOccurs="unbounded">
  1594.                                 <xsd:element name="SearchCriminal" minOccurs="0">
  1595.                                     <xsd:complexType>
  1596.                                         <xsd:sequence maxOccurs="unbounded">
  1597.                                             <xsd:element name="Municipality" type="xsd:string" minOccurs="0">
  1598.                                                 <xsd:annotation>
  1599.                                                     <xsd:documentation>City within region to be searched.</xsd:documentation>
  1600.                                                 </xsd:annotation>
  1601.                                             </xsd:element>
  1602.                                             <xsd:element name="County" type="xsd:string" minOccurs="0">
  1603.                                                 <xsd:annotation>
  1604.                                                     <xsd:documentation>County within region to be searched. If county and/or court is not available, then PostalCode and Municipality must be supplied.  In all cases,  Region and CountryCode in the parent element must be supplied.</xsd:documentation>
  1605.                                                 </xsd:annotation>
  1606.                                             </xsd:element>
  1607.                                             <xsd:element name="PostalCode" type="xsd:string" minOccurs="0">
  1608.                                                 <xsd:annotation>
  1609.                                                     <xsd:documentation>Postal code within region to be searched.</xsd:documentation>
  1610.                                                 </xsd:annotation>
  1611.                                             </xsd:element>
  1612.                                             <xsd:element name="CourtName" type="xsd:string" minOccurs="0">
  1613.                                                 <xsd:annotation>
  1614.                                                     <xsd:documentation>Name of court to be searched. If court and/or country is not available, then PostalCode and Municipality must be supplied.  In all cases,  Region and CountryCode in the parent element must be supplied.</xsd:documentation>
  1615.                                                 </xsd:annotation>
  1616.                                             </xsd:element>
  1617.                                             <xsd:element name="CourtType" minOccurs="0">
  1618.                                                 <xsd:annotation>
  1619.                                                     <xsd:documentation>Jurisdiction of court to be searched.  i.e. Felony, Misdemeanor, Both.</xsd:documentation>
  1620.                                                 </xsd:annotation>
  1621.                                                 <xsd:complexType>
  1622.                                                     <xsd:simpleContent>
  1623.                                                         <xsd:extension base="xsd:string">
  1624.                                                             <xsd:attribute name="type">
  1625.                                                                 <xsd:simpleType>
  1626.                                                                     <xsd:restriction base="xsd:string">
  1627.                                                                         <xsd:enumeration value="felony"/>
  1628.                                                                         <xsd:enumeration value="misdemeanor"/>
  1629.                                                                         <xsd:enumeration value="felonyMisdemeanor"/>
  1630.                                                                     </xsd:restriction>
  1631.                                                                 </xsd:simpleType>
  1632.                                                             </xsd:attribute>
  1633.                                                         </xsd:extension>
  1634.                                                     </xsd:simpleContent>
  1635.                                                 </xsd:complexType>
  1636.                                             </xsd:element>
  1637.                                             <xsd:element name="Database" type="xsd:string" minOccurs="0">
  1638.                                                 <xsd:annotation>
  1639.                                                     <xsd:documentation>Private database to be searched. Primarily for statewide searches.</xsd:documentation>
  1640.                                                 </xsd:annotation>
  1641.                                             </xsd:element>
  1642.                                             <xsd:element name="AdmittedAliases" minOccurs="0" maxOccurs="unbounded">
  1643.                                                 <xsd:annotation>
  1644.                                                     <xsd:documentation>Client provided information to enable scoring of results based upon applicant provided information.</xsd:documentation>
  1645.                                                 </xsd:annotation>
  1646.                                                 <xsd:complexType>
  1647.                                                     <xsd:sequence>
  1648.                                                         <xsd:element ref="PersonName" minOccurs="0"/>
  1649.                                                         <xsd:element name="DemographicDetail" type="DemographicDetailType" minOccurs="0"/>
  1650.                                                     </xsd:sequence>
  1651.                                                 </xsd:complexType>
  1652.                                             </xsd:element>
  1653.                                             <xsd:element name="AdmittedCharges" minOccurs="0" maxOccurs="unbounded">
  1654.                                                 <xsd:annotation>
  1655.                                                     <xsd:documentation>Client provided information to enable scoring of results based upon applicant provided information.</xsd:documentation>
  1656.                                                 </xsd:annotation>
  1657.                                                 <xsd:complexType>
  1658.                                                     <xsd:sequence>
  1659.                                                         <xsd:element name="CriminalCase" minOccurs="0" maxOccurs="unbounded">
  1660.                                                             <xsd:complexType>
  1661.                                                                 <xsd:sequence>
  1662.                                                                     <xsd:element name="CaseNumber" type="xsd:string" minOccurs="0">
  1663.                                                                         <xsd:annotation>
  1664.                                                                             <xsd:documentation>Case number assigned by the court.</xsd:documentation>
  1665.                                                                         </xsd:annotation>
  1666.                                                                     </xsd:element>
  1667.                                                                     <xsd:element name="OtherCaseId" minOccurs="0" maxOccurs="unbounded">
  1668.                                                                         <xsd:annotation>
  1669.                                                                             <xsd:documentation>Other ID to identify the criminal activity such as a Department of Corrections Id.</xsd:documentation>
  1670.                                                                         </xsd:annotation>
  1671.                                                                         <xsd:complexType>
  1672.                                                                             <xsd:simpleContent>
  1673.                                                                                 <xsd:extension base="xsd:string">
  1674.                                                                                     <xsd:attribute name="type" type="xsd:string"/>
  1675.                                                                                 </xsd:extension>
  1676.                                                                             </xsd:simpleContent>
  1677.                                                                         </xsd:complexType>
  1678.                                                                     </xsd:element>
  1679.                                                                     <xsd:element name="ArrestingAgency" type="xsd:string" minOccurs="0">
  1680.                                                                         <xsd:annotation>
  1681.                                                                             <xsd:documentation>Originating arrest agency ID
  1682. </xsd:documentation>
  1683.                                                                         </xsd:annotation>
  1684.                                                                     </xsd:element>
  1685.                                                                     <xsd:element name="Jurisdiction" type="xsd:string" minOccurs="0">
  1686.                                                                         <xsd:annotation>
  1687.                                                                             <xsd:documentation>Name, division and district of the Court. </xsd:documentation>
  1688.                                                                         </xsd:annotation>
  1689.                                                                     </xsd:element>
  1690.                                                                     <xsd:element name="CountryCode" type="CountryCodeType" minOccurs="0"/>
  1691.                                                                     <xsd:element name="Region" type="xsd:string" minOccurs="0"/>
  1692.                                                                     <xsd:element name="County" type="xsd:string" minOccurs="0"/>
  1693.                                                                     <xsd:element name="Municipality" type="xsd:string" minOccurs="0"/>
  1694.                                                                     <xsd:element name="FileDate" type="StartDateType" minOccurs="0"/>
  1695.                                                                     <xsd:element name="Charges" maxOccurs="unbounded">
  1696.                                                                         <xsd:complexType>
  1697.                                                                             <xsd:sequence>
  1698.                                                                                 <xsd:element name="ChargeorComplaint" type="xsd:string">
  1699.                                                                                     <xsd:annotation>
  1700.                                                                                         <xsd:documentation>Identifies a crime, offense, infraction or violation for which the defendant was arrested.</xsd:documentation>
  1701.                                                                                     </xsd:annotation>
  1702.                                                                                 </xsd:element>
  1703.                                                                                 <xsd:element name="ChargeTypeClassification" type="ChargeQualifiers" minOccurs="0">
  1704.                                                                                     <xsd:annotation>
  1705.                                                                                         <xsd:documentation>Identifies the seriousness of the offense:felony,misdemeanor, infraction,etc</xsd:documentation>
  1706.                                                                                     </xsd:annotation>
  1707.                                                                                 </xsd:element>
  1708.                                                                                 <xsd:element name="ArrestDate" type="StartDateType" minOccurs="0">
  1709.                                                                                     <xsd:annotation>
  1710.                                                                                         <xsd:documentation>Date of the arrest/summons served</xsd:documentation>
  1711.                                                                                     </xsd:annotation>
  1712.                                                                                 </xsd:element>
  1713.                                                                                 <xsd:element name="OffenseDate" type="StartDateType" minOccurs="0">
  1714.                                                                                     <xsd:annotation>
  1715.                                                                                         <xsd:documentation>Date offense was committed</xsd:documentation>
  1716.                                                                                     </xsd:annotation>
  1717.                                                                                 </xsd:element>
  1718.                                                                                 <xsd:element name="Sentence" type="xsd:string" minOccurs="0">
  1719.                                                                                     <xsd:annotation>
  1720.                                                                                         <xsd:documentation>Information regarding the penalty for a given offense
  1721. including Length of sentence,  fines, restitution, etc.</xsd:documentation>
  1722.                                                                                     </xsd:annotation>
  1723.                                                                                 </xsd:element>
  1724.                                                                                 <xsd:element name="SentenceDate" type="StartDateType" minOccurs="0">
  1725.                                                                                     <xsd:annotation>
  1726.                                                                                         <xsd:documentation>Date of sentencing</xsd:documentation>
  1727.                                                                                     </xsd:annotation>
  1728.                                                                                 </xsd:element>
  1729.                                                                                 <xsd:element name="Disposition" type="xsd:string" minOccurs="0">
  1730.                                                                                     <xsd:annotation>
  1731.                                                                                         <xsd:documentation>Guilty, not guilty, pled guilty, mistrial, etc</xsd:documentation>
  1732.                                                                                     </xsd:annotation>
  1733.                                                                                 </xsd:element>
  1734.                                                                                 <xsd:element name="DispositionDate" type="StartDateType" minOccurs="0">
  1735.                                                                                     <xsd:annotation>
  1736.                                                                                         <xsd:documentation>Date of disposition</xsd:documentation>
  1737.                                                                                     </xsd:annotation>
  1738.                                                                                 </xsd:element>
  1739.                                                                                 <xsd:element name="ProbationStatus" type="xsd:string" minOccurs="0"/>
  1740.                                                                             </xsd:sequence>
  1741.                                                                         </xsd:complexType>
  1742.                                                                     </xsd:element>
  1743.                                                                 </xsd:sequence>
  1744.                                                             </xsd:complexType>
  1745.                                                         </xsd:element>
  1746.                                                     </xsd:sequence>
  1747.                                                 </xsd:complexType>
  1748.                                             </xsd:element>
  1749.                                         </xsd:sequence>
  1750.                                     </xsd:complexType>
  1751.                                 </xsd:element>
  1752.                                 <xsd:element name="SearchEducation" minOccurs="0">
  1753.                                     <xsd:complexType>
  1754.                                         <xsd:sequence>
  1755.                                             <xsd:element ref="sep:EducationHistory"/>
  1756.                                             <xsd:element name="OtherApplicantInformation" type="EntityIdType" minOccurs="0">
  1757.                                                 <xsd:annotation>
  1758.                                                     <xsd:documentation>For capturing additional search related information associated with a specific question.</xsd:documentation>
  1759.                                                 </xsd:annotation>
  1760.                                             </xsd:element>
  1761.                                         </xsd:sequence>
  1762.                                     </xsd:complexType>
  1763.                                 </xsd:element>
  1764.                                 <xsd:element name="SearchEmployment" minOccurs="0">
  1765.                                     <xsd:complexType>
  1766.                                         <xsd:sequence maxOccurs="unbounded">
  1767.                                             <xsd:element ref="sep:EmploymentHistory"/>
  1768.                                             <xsd:element name="OtherApplicantInformation" type="EntityIdType" minOccurs="0">
  1769.                                                 <xsd:annotation>
  1770.                                                     <xsd:documentation>For capturing additional search related information associated with a specific question.</xsd:documentation>
  1771.                                                 </xsd:annotation>
  1772.                                             </xsd:element>
  1773.                                         </xsd:sequence>
  1774.                                         <xsd:attribute name="type" type="EmploymentType"/>
  1775.                                     </xsd:complexType>
  1776.                                 </xsd:element>
  1777.                                 <xsd:element name="SearchLicense" minOccurs="0">
  1778.                                     <xsd:complexType mixed="true">
  1779.                                         <xsd:sequence>
  1780.                                             <xsd:element name="License" type="LicenseType"/>
  1781.                                             <xsd:element name="OtherApplicantInformation" type="EntityIdType" minOccurs="0">
  1782.                                                 <xsd:annotation>
  1783.                                                     <xsd:documentation>For capturing additional search related information associated with a specific question.</xsd:documentation>
  1784.                                                 </xsd:annotation>
  1785.                                             </xsd:element>
  1786.                                         </xsd:sequence>
  1787.                                     </xsd:complexType>
  1788.                                 </xsd:element>
  1789.                                 <xsd:element name="SearchOther" minOccurs="0">
  1790.                                     <xsd:complexType>
  1791.                                         <xsd:sequence minOccurs="0">
  1792.                                             <xsd:element name="GovernmentId" minOccurs="0">
  1793.                                                 <xsd:complexType>
  1794.                                                     <xsd:simpleContent>
  1795.                                                         <xsd:extension base="xsd:string">
  1796.                                                             <xsd:attribute name="countryCode" type="xsd:string"/>
  1797.                                                             <xsd:attribute name="jurisdiction" type="xsd:string"/>
  1798.                                                             <xsd:attribute name="issuingAuthority" type="xsd:string"/>
  1799.                                                             <xsd:attribute name="document" type="xsd:string"/>
  1800.                                                         </xsd:extension>
  1801.                                                     </xsd:simpleContent>
  1802.                                                 </xsd:complexType>
  1803.                                             </xsd:element>
  1804.                                             <xsd:element name="EffectiveDate" type="EffectiveDateType" minOccurs="0"/>
  1805.                                             <xsd:element name="AdditionalText" minOccurs="0">
  1806.                                                 <xsd:complexType>
  1807.                                                     <xsd:simpleContent>
  1808.                                                         <xsd:extension base="xsd:string">
  1809.                                                             <xsd:attribute name="type" type="xsd:string" use="required"/>
  1810.                                                         </xsd:extension>
  1811.                                                     </xsd:simpleContent>
  1812.                                                 </xsd:complexType>
  1813.                                             </xsd:element>
  1814.                                             <xsd:element ref="Competency" minOccurs="0" maxOccurs="unbounded"/>
  1815.                                             <xsd:element name="OtherApplicantInformation" type="EntityIdType" minOccurs="0">
  1816.                                                 <xsd:annotation>
  1817.                                                     <xsd:documentation>For capturing additional search related information associated with a specific question.</xsd:documentation>
  1818.                                                 </xsd:annotation>
  1819.                                             </xsd:element>
  1820.                                         </xsd:sequence>
  1821.                                     </xsd:complexType>
  1822.                                 </xsd:element>
  1823.                                 <xsd:element name="SearchReference" minOccurs="0">
  1824.                                     <xsd:complexType>
  1825.                                         <xsd:sequence>
  1826.                                             <xsd:element name="Contact" type="ContactType"/>
  1827.                                             <xsd:element ref="Competency" minOccurs="0" maxOccurs="unbounded"/>
  1828.                                             <xsd:element name="OtherApplicantInformation" type="EntityIdType" minOccurs="0">
  1829.                                                 <xsd:annotation>
  1830.                                                     <xsd:documentation>For capturing additional search related information associated with a specific question.</xsd:documentation>
  1831.                                                 </xsd:annotation>
  1832.                                             </xsd:element>
  1833.                                         </xsd:sequence>
  1834.                                     </xsd:complexType>
  1835.                                 </xsd:element>
  1836.                             </xsd:choice>
  1837.                         </xsd:sequence>
  1838.                         <xsd:attribute name="type" type="SearchTypes"/>
  1839.                         <xsd:attribute name="qualifier" type="SearchQualifierType"/>
  1840.                     </xsd:complexType>
  1841.                 </xsd:element>
  1842.             </xsd:sequence>
  1843.         </xsd:complexType>
  1844.     </xsd:element>
  1845.     <xsd:complexType name="LicenseType">
  1846.         <xsd:sequence>
  1847.             <xsd:element name="LicenseNumber" type="xsd:string"/>
  1848.             <xsd:element name="LicensingAgency" type="xsd:string"/>
  1849.             <xsd:element name="LicenseName" type="LicenseNameType" minOccurs="0"/>
  1850.             <xsd:element name="LicenseDescription" type="xsd:string" minOccurs="0"/>
  1851.             <xsd:element name="EffectiveDate" type="EffectiveDateType" minOccurs="0"/>
  1852.         </xsd:sequence>
  1853.     </xsd:complexType>
  1854.     <xsd:simpleType name="NAPermissiblePurposeQualifiers">
  1855.         <xsd:restriction base="xsd:string">
  1856.             <xsd:enumeration value="To acquire/service/insure account"/>
  1857.             <xsd:enumeration value="Consumer initiated transaction"/>
  1858.             <xsd:enumeration value="Written authorization"/>
  1859.             <xsd:enumeration value="Collection"/>
  1860.             <xsd:enumeration value="Child support"/>
  1861.             <xsd:enumeration value="Credit Transaction"/>
  1862.             <xsd:enumeration value="Employment"/>
  1863.             <xsd:enumeration value="Government license of benefit"/>
  1864.             <xsd:enumeration value="Insurance Underwriting"/>
  1865.             <xsd:enumeration value="Account Review"/>
  1866.             <xsd:enumeration value="Court Order/subpoena"/>
  1867.             <xsd:enumeration value="Tenant Screening"/>
  1868.         </xsd:restriction>
  1869.     </xsd:simpleType>
  1870.     <xsd:simpleType name="PermissiblePurposeQualifiers">
  1871.         <xsd:union memberTypes="NAPermissiblePurposeQualifiers AdditionalEnumerationType"/>
  1872.     </xsd:simpleType>
  1873.     <xsd:simpleType name="VendorTypes">
  1874.         <xsd:union memberTypes="VendorType AdditionalEnumerationType"/>
  1875.     </xsd:simpleType>
  1876.     <xsd:simpleType name="VendorType">
  1877.         <xsd:restriction base="xsd:string">
  1878.             <xsd:enumeration value="equifax"/>
  1879.             <xsd:enumeration value="experian"/>
  1880.             <xsd:enumeration value="transUnion"/>
  1881.             <xsd:enumeration value="merged"/>
  1882.         </xsd:restriction>
  1883.     </xsd:simpleType>
  1884.     <!--******************************************************************************-->
  1885.     <!-- * -->
  1886.     <!--END include file: Screenings-1_0.xsd-->
  1887.     <!-- * -->
  1888.     <!--******************************************************************************-->
  1889.     <xsd:annotation>
  1890.         <xsd:documentation>
  1891. "Copyright  The HR-XML Consortium. All Rights Reserved. http://www.hr-xml.org"
  1892. Status: Recommendation
  1893. Date this version: 2002-04-29
  1894. Purpose: Defines the BackgroundCheck Schema
  1895. Author(s):  Screening Workgroup
  1896.  
  1897. This HR-XML Consortium Work (including specifications, documents, 
  1898. software, and related items) is provided by the copyright holders 
  1899. under the following license. By obtaining, using and/or copying 
  1900. this work, you (the licensee) agree that you have read, understood, 
  1901. and will comply with the following terms and conditions.
  1902.  
  1903. Permission to use, copy, modify, or redistribute this Work and 
  1904. its documentation, with or without modification, for any purpose 
  1905. and without fee or royalty is hereby granted, provided that you 
  1906. include the following on ALL copies of the software and 
  1907. documentation or portions thereof, including modifications, 
  1908. that you make: 
  1909.  
  1910. 1. This notice: "Copyright  The HR-XML Consortium. All Rights 
  1911.    Reserved. http://www.hr-xml.org" 
  1912. 2. Notice of any changes or modifications to the The HR-XML 
  1913.    Consortium files.
  1914.    
  1915. THIS WORK, INCLUDING SPECIFICATIONS, DOCUMENTS, SOFTWARE, OR OTHER 
  1916. RELATED ITEMS, IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO 
  1917. REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT 
  1918. NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY 
  1919. PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENTATION 
  1920. WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS 
  1921. OR OTHER RIGHTS. 
  1922.  
  1923. COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, 
  1924. SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE 
  1925. SOFTWARE OR DOCUMENTATION. 
  1926.  
  1927. TITLE TO COPYRIGHT IN THIS WORK AND ANY ASSOCIATED DOCUMENTATION 
  1928. WILL AT ALL TIMES REMAIN WITH COPYRIGHT HOLDERS. 
  1929. </xsd:documentation>
  1930.     </xsd:annotation>
  1931.     <xsd:element name="BackgroundCheck" type="BackgroundCheckType">
  1932.         <xsd:annotation>
  1933.             <xsd:documentation>Parent Element for  specifying Applicant specfic data for Standalone Searches.</xsd:documentation>
  1934.         </xsd:annotation>
  1935.     </xsd:element>
  1936.     <xsd:complexType name="BackgroundCheckType">
  1937.         <xsd:sequence maxOccurs="unbounded">
  1938.             <xsd:element name="ReferenceId" type="EntityIdType" minOccurs="0">
  1939.                 <xsd:annotation>
  1940.                     <xsd:documentation>Reference Number associated with all searches within the XML Document.</xsd:documentation>
  1941.                 </xsd:annotation>
  1942.             </xsd:element>
  1943.             <xsd:element name="BackgroundSearchPackage" maxOccurs="unbounded">
  1944.                 <xsd:annotation>
  1945.                     <xsd:documentation>Root element containing all screening related information for a single applicant.</xsd:documentation>
  1946.                 </xsd:annotation>
  1947.                 <xsd:complexType>
  1948.                     <xsd:sequence>
  1949.                         <xsd:choice minOccurs="0" maxOccurs="unbounded">
  1950.                             <xsd:element name="ReferenceId" type="EntityIdType" minOccurs="0">
  1951.                                 <xsd:annotation>
  1952.                                     <xsd:documentation>Reference Number associated with all searches within the specified package.</xsd:documentation>
  1953.                                 </xsd:annotation>
  1954.                             </xsd:element>
  1955.                             <xsd:element name="PersonalData" minOccurs="0">
  1956.                                 <xsd:annotation>
  1957.                                     <xsd:documentation>Personal data related to the applicant that the search(s) will be performed upon.</xsd:documentation>
  1958.                                 </xsd:annotation>
  1959.                                 <xsd:complexType>
  1960.                                     <xsd:sequence>
  1961.                                         <xsd:element name="EffectiveDate" type="EffectiveDateType" minOccurs="0"/>
  1962.                                         <xsd:element name="PersonName" type="PersonNameType" minOccurs="0">
  1963.                                             <xsd:annotation>
  1964.                                                 <xsd:documentation>Name of applicant that the screening will be performed upon.</xsd:documentation>
  1965.                                             </xsd:annotation>
  1966.                                         </xsd:element>
  1967.                                         <xsd:element name="PostalAddress" type="PostalAddressType" minOccurs="0">
  1968.                                             <xsd:annotation>
  1969.                                                 <xsd:documentation>Home address of applicant that the screening will be performed upon.</xsd:documentation>
  1970.                                             </xsd:annotation>
  1971.                                         </xsd:element>
  1972.                                         <xsd:element name="ContactMethod" type="ContactMethodType" minOccurs="0" maxOccurs="unbounded">
  1973.                                             <xsd:annotation>
  1974.                                                 <xsd:documentation>Contact method of applicant that the screening will be performed upon. Primarily the home telephone number.</xsd:documentation>
  1975.                                             </xsd:annotation>
  1976.                                         </xsd:element>
  1977.                                         <xsd:element name="DemographicDetail" type="DemographicDetailType" minOccurs="0">
  1978.                                             <xsd:annotation>
  1979.                                                 <xsd:documentation>Demographic details of applicant that the screening will be performed upon. Primarily the GovernmentID, DateofBirth, Race and GenderCode unless otherwise specified by the organization performing the screening.</xsd:documentation>
  1980.                                             </xsd:annotation>
  1981.                                         </xsd:element>
  1982.                                         <xsd:element name="SummaryText" type="SummaryTextType" minOccurs="0"/>
  1983.                                     </xsd:sequence>
  1984.                                 </xsd:complexType>
  1985.                             </xsd:element>
  1986.                             <xsd:element ref="Screenings" minOccurs="0" maxOccurs="unbounded"/>
  1987.                         </xsd:choice>
  1988.                     </xsd:sequence>
  1989.                 </xsd:complexType>
  1990.             </xsd:element>
  1991.             <xsd:element ref="UserArea" minOccurs="0"/>
  1992.         </xsd:sequence>
  1993.         <xsd:attribute name="userId" type="xsd:string" use="required">
  1994.             <xsd:annotation>
  1995.                 <xsd:documentation source="Client identification.  This will be provided to the client by the organization performing the screenings."/>
  1996.             </xsd:annotation>
  1997.         </xsd:attribute>
  1998.         <xsd:attribute name="password" type="xsd:string" use="optional"/>
  1999.         <xsd:attribute name="account" type="xsd:string" use="optional"/>
  2000.         <xsd:attribute name="location" type="xsd:string" use="optional"/>
  2001.     </xsd:complexType>
  2002. </xsd:schema>
  2003.