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

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <xsd:schema targetNamespace="http://ns.hr-xml.org/Stock/Stock-1_0" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://ns.hr-xml.org/Stock/Stock-1_0" elementFormDefault="qualified">
  3.     <xsd:annotation>
  4.         <xsd:documentation>Normalized version of schema, with all "includes" inserted explicitly.  (Imports are not normalized due to the complexity of dynamic conversion of prefixes and namespaces.)  This file is auto-generated.  Duplicate definitions were deleted, leaving only comments in their place.
  5. </xsd:documentation>
  6.     </xsd:annotation>
  7.     <xsd:annotation>
  8.         <xsd:documentation>
  9.         ******************************************************************************
  10.         BEGIN include file: ../../CPO/ID-1_0/EntityIdType-1_0.xsd 
  11.         ******************************************************************************
  12.         </xsd:documentation>
  13.     </xsd:annotation>
  14.     <xsd:annotation>
  15.         <xsd:documentation>
  16.         ******************************************************************************
  17.         BEGIN include file: ../../CPO/Dating-1_1/cpoDateTimeTypes-1_1.xsd 
  18.         ******************************************************************************
  19.         </xsd:documentation>
  20.     </xsd:annotation>
  21.     <xsd:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="http://www.w3.org/2001/xml.xsd"/>
  22.     <xsd:simpleType name="NotKnownLiteral">
  23.         <xsd:restriction base="xsd:string">
  24.             <xsd:enumeration value="notKnown"/>
  25.         </xsd:restriction>
  26.     </xsd:simpleType>
  27.     <xsd:simpleType name="NotApplicableLiteral">
  28.         <xsd:restriction base="xsd:string">
  29.             <xsd:enumeration value="notApplicable"/>
  30.         </xsd:restriction>
  31.     </xsd:simpleType>
  32.     <xsd:simpleType name="LocalDateType">
  33.         <xsd:restriction base="xsd:date">
  34.             <xsd:pattern value="\d\d\d\d-\d\d-\d\d"/>
  35.         </xsd:restriction>
  36.     </xsd:simpleType>
  37.     <xsd:simpleType name="LocalDateNkType">
  38.         <xsd:union memberTypes="LocalDateType NotKnownLiteral"/>
  39.     </xsd:simpleType>
  40.     <xsd:simpleType name="LocalDateNaType">
  41.         <xsd:union memberTypes="LocalDateType NotApplicableLiteral"/>
  42.     </xsd:simpleType>
  43.     <xsd:simpleType name="LocalDateNkNaType">
  44.         <xsd:union memberTypes="LocalDateType NotKnownLiteral NotApplicableLiteral"/>
  45.     </xsd:simpleType>
  46.     <xsd:simpleType name="DateType">
  47.         <xsd:restriction base="xsd:date">
  48.             <xsd:pattern value="\d\d\d\d-\d\d-\d\d(Z|(\+|-)\d\d:\d\d)"/>
  49.         </xsd:restriction>
  50.     </xsd:simpleType>
  51.     <xsd:simpleType name="DateNkType">
  52.         <xsd:union memberTypes="DateType NotKnownLiteral"/>
  53.     </xsd:simpleType>
  54.     <xsd:simpleType name="DateNaType">
  55.         <xsd:union memberTypes="DateType NotApplicableLiteral"/>
  56.     </xsd:simpleType>
  57.     <xsd:simpleType name="DateNkNaType">
  58.         <xsd:union memberTypes="DateType NotKnownLiteral NotApplicableLiteral"/>
  59.     </xsd:simpleType>
  60.     <xsd:simpleType name="LocalTimeType">
  61.         <xsd:restriction base="xsd:time">
  62.             <xsd:pattern value="\d\d:\d\d:\d\d"/>
  63.         </xsd:restriction>
  64.     </xsd:simpleType>
  65.     <xsd:simpleType name="LocalTimeNkType">
  66.         <xsd:union memberTypes="LocalTimeType NotKnownLiteral"/>
  67.     </xsd:simpleType>
  68.     <xsd:simpleType name="LocalTimeNaType">
  69.         <xsd:union memberTypes="LocalTimeType NotApplicableLiteral"/>
  70.     </xsd:simpleType>
  71.     <xsd:simpleType name="LocalTimeNkNaType">
  72.         <xsd:union memberTypes="LocalTimeType NotKnownLiteral NotApplicableLiteral"/>
  73.     </xsd:simpleType>
  74.     <xsd:simpleType name="TimeType">
  75.         <xsd:restriction base="xsd:time">
  76.             <xsd:pattern value="\d\d:\d\d:\d\d(Z|(\+|-)\d\d:\d\d)"/>
  77.         </xsd:restriction>
  78.     </xsd:simpleType>
  79.     <xsd:simpleType name="TimeNkType">
  80.         <xsd:union memberTypes="TimeType NotKnownLiteral"/>
  81.     </xsd:simpleType>
  82.     <xsd:simpleType name="TimeNaType">
  83.         <xsd:union memberTypes="TimeType NotApplicableLiteral"/>
  84.     </xsd:simpleType>
  85.     <xsd:simpleType name="TimeNkNaType">
  86.         <xsd:union memberTypes="TimeType NotKnownLiteral NotApplicableLiteral"/>
  87.     </xsd:simpleType>
  88.     <xsd:simpleType name="LocalDateTimeType">
  89.         <xsd:restriction base="xsd:dateTime">
  90.             <xsd:pattern value="\d\d\d\d-\d\d-\d\dT\d\d:\d\d:\d\d"/>
  91.         </xsd:restriction>
  92.     </xsd:simpleType>
  93.     <xsd:simpleType name="LocalDateTimeNkType">
  94.         <xsd:union memberTypes="LocalDateTimeType NotKnownLiteral"/>
  95.     </xsd:simpleType>
  96.     <xsd:simpleType name="LocalDateTimeNaType">
  97.         <xsd:union memberTypes="LocalDateTimeType NotApplicableLiteral"/>
  98.     </xsd:simpleType>
  99.     <xsd:simpleType name="LocalDateTimeNkNaType">
  100.         <xsd:union memberTypes="LocalDateTimeType NotKnownLiteral NotApplicableLiteral"/>
  101.     </xsd:simpleType>
  102.     <xsd:simpleType name="DateTimeType">
  103.         <xsd:restriction base="xsd:dateTime">
  104.             <xsd:pattern value="\d\d\d\d-\d\d-\d\dT\d\d:\d\d:\d\d(Z|(\+|-)\d\d:\d\d)"/>
  105.         </xsd:restriction>
  106.     </xsd:simpleType>
  107.     <xsd:simpleType name="DateTimeNkType">
  108.         <xsd:union memberTypes="DateTimeType NotKnownLiteral"/>
  109.     </xsd:simpleType>
  110.     <xsd:simpleType name="DateTimeNaType">
  111.         <xsd:union memberTypes="DateTimeType NotApplicableLiteral"/>
  112.     </xsd:simpleType>
  113.     <xsd:simpleType name="DateTimeNkNaType">
  114.         <xsd:union memberTypes="DateTimeType NotKnownLiteral NotApplicableLiteral"/>
  115.     </xsd:simpleType>
  116.     <xsd:simpleType name="AnyDateTimeType">
  117.         <xsd:union memberTypes="LocalDateType DateType LocalDateTimeType DateTimeType"/>
  118.     </xsd:simpleType>
  119.     <xsd:simpleType name="AnyDateTimeNkType">
  120.         <xsd:union memberTypes="AnyDateTimeType NotKnownLiteral"/>
  121.     </xsd:simpleType>
  122.     <xsd:simpleType name="AnyDateTimeNaType">
  123.         <xsd:union memberTypes="AnyDateTimeType NotApplicableLiteral"/>
  124.     </xsd:simpleType>
  125.     <xsd:simpleType name="AnyDateTimeNkNaType">
  126.         <xsd:union memberTypes="AnyDateTimeType NotKnownLiteral NotApplicableLiteral"/>
  127.     </xsd:simpleType>
  128.     <xsd:annotation>
  129.         <xsd:documentation>
  130.         ******************************************************************************
  131.         END include file: ../../CPO/Dating-1_1/cpoDateTimeTypes-1_1.xsd 
  132.         ******************************************************************************
  133.         </xsd:documentation>
  134.     </xsd:annotation>
  135.     <xsd:annotation>
  136.         <xsd:documentation>
  137. "Copyright  The HR-XML Consortium. All Rights Reserved. http://www.hr-xml.org"
  138. EntityIdType-1_0.xsd
  139. Status: Recommendation
  140. Date this version: 2002-04-29
  141. Purpose: Defines XSD for Entity Identifiers
  142. Editor: Karl Brophey, Kim Bartkus,  CPO Workgroup
  143.  
  144. This HR-XML Consortium Work (including specifications, documents, 
  145. software, and related items) is provided by the copyright holders 
  146. under the following license. By obtaining, using and/or copying 
  147. this work, you (the licensee) agree that you have read, understood, 
  148. and will comply with the following terms and conditions.
  149.  
  150. Permission to use, copy, modify, or redistribute this Work and 
  151. its documentation, with or without modification, for any purpose 
  152. and without fee or royalty is hereby granted, provided that you 
  153. include the following on ALL copies of the software and 
  154. documentation or portions thereof, including modifications, 
  155. that you make: 
  156.  
  157. 1. This notice: "Copyright  The HR-XML Consortium. All Rights 
  158.    Reserved. http://www.hr-xml.org" 
  159. 2. Notice of any changes or modifications to the The HR-XML 
  160.    Consortium files.
  161.    
  162. THIS WORK, INCLUDING SPECIFICATIONS, DOCUMENTS, SOFTWARE, OR OTHER 
  163. RELATED ITEMS, IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO 
  164. REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT 
  165. NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY 
  166. PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENTATION 
  167. WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS 
  168. OR OTHER RIGHTS. 
  169.  
  170. COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, 
  171. SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE 
  172. SOFTWARE OR DOCUMENTATION. 
  173.  
  174. TITLE TO COPYRIGHT IN THIS WORK AND ANY ASSOCIATED DOCUMENTATION 
  175. WILL AT ALL TIMES REMAIN WITH COPYRIGHT HOLDERS. 
  176. </xsd:documentation>
  177.     </xsd:annotation>
  178.     <xsd:complexType name="EntityIdType">
  179.         <xsd:sequence>
  180.             <xsd:element name="IdValue" maxOccurs="unbounded">
  181.                 <xsd:complexType>
  182.                     <xsd:simpleContent>
  183.                         <xsd:extension base="xsd:string">
  184.                             <xsd:attribute name="name" type="xsd:string" use="optional"/>
  185.                         </xsd:extension>
  186.                     </xsd:simpleContent>
  187.                 </xsd:complexType>
  188.             </xsd:element>
  189.         </xsd:sequence>
  190.         <xsd:attribute name="validFrom" type="AnyDateTimeNkNaType" use="optional"/>
  191.         <xsd:attribute name="validTo" type="AnyDateTimeNkNaType" use="optional"/>
  192.         <xsd:attribute name="idOwner" type="xsd:string" use="optional"/>
  193.     </xsd:complexType>
  194.     <xsd:annotation>
  195.         <xsd:documentation>
  196.         ******************************************************************************
  197.         END include file: ../../CPO/ID-1_0/EntityIdType-1_0.xsd 
  198.         ******************************************************************************
  199.         </xsd:documentation>
  200.     </xsd:annotation>
  201.     <xsd:annotation>
  202.         <xsd:documentation>
  203. "Copyright  The HR-XML Consortium. All Rights Reserved. http://www.hr-xml.org"
  204. Name: RemoveExerciseRequests-1_0.xsd
  205. Status: Recommendation
  206. Date this version: 2002-10-07
  207. Author(s): Andreas Bold - SAP, Stock Work Group
  208.  
  209. This HR-XML Consortium Work (including specifications, documents, 
  210. software, and related items) is provided by the copyright holders 
  211. under the following license. By obtaining, using and/or copying 
  212. this work, you (the licensee) agree that you have read, understood, 
  213. and will comply with the following terms and conditions.
  214.  
  215. Permission to use, copy, modify, or redistribute this Work and 
  216. its documentation, with or without modification, for any purpose 
  217. and without fee or royalty is hereby granted, provided that you 
  218. include the following on ALL copies of the software and 
  219. documentation or portions thereof, including modifications, 
  220. that you make: 
  221.  
  222. 1. This notice: "Copyright  The HR-XML Consortium. All Rights 
  223.    Reserved. http://www.hr-xml.org" 
  224. 2. Notice of any changes or modifications to the The HR-XML 
  225.    Consortium files.
  226.    
  227. THIS WORK, INCLUDING SPECIFICATIONS, DOCUMENTS, SOFTWARE, OR OTHER 
  228. RELATED ITEMS, IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO 
  229. REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT 
  230. NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY 
  231. PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR DOCUMENTATION 
  232. WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS 
  233. OR OTHER RIGHTS. 
  234.  
  235. COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, 
  236. SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE 
  237. SOFTWARE OR DOCUMENTATION. 
  238.  
  239. TITLE TO COPYRIGHT IN THIS WORK AND ANY ASSOCIATED DOCUMENTATION 
  240. WILL AT ALL TIMES REMAIN WITH COPYRIGHT HOLDERS.
  241.         </xsd:documentation>
  242.     </xsd:annotation>
  243.     <xsd:complexType name="RemoveExerciseRequestsType">
  244.         <xsd:sequence>
  245.             <xsd:element name="ExerciseRequestId" type="EntityIdType" maxOccurs="unbounded"/>
  246.         </xsd:sequence>
  247.     </xsd:complexType>
  248.     <xsd:element name="RemoveExerciseRequests" type="RemoveExerciseRequestsType"/>
  249. </xsd:schema>
  250.