home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / sox / com / commerceone / CBL / n1_0 / DocumentCode.mod < prev    next >
Encoding:
Extensible Markup Language  |  2000-07-03  |  1.7 KB  |  42 lines  |  [STrk/SCPL]

  1. <?xml version="1.0"?>
  2. <!DOCTYPE schema SYSTEM "urn:x-commerceone:document:com:commerceone:xdk:xml:schema.dtd$1.0">
  3.  
  4. <schema uri="urn:x-commerceone:document:com:commerceone:CBL:CBL.sox$1.0" >
  5.  
  6. <intro>
  7. <p>Copyright Notice</p>
  8. <p>Common Business Library 2.0<br/>
  9. Copyright 1999 Commerce One, Inc.</p>
  10. <p>Permission is granted to use, copy, modify and distribute the DTD's, schemas
  11. and modules in the Commerce One Common Business Library Version 2.0 subject to the terms
  12. and conditions specified at http://www.marketsite.net/xml/cbl/copyright.html</p> 
  13. <h1>DocumentCode</h1>
  14.         <p>
  15.         A DocumentCode represents the Name of a document.  This comes 
  16.         from EANCOM code set 1001.
  17.         </p>
  18.     </intro>
  19.     
  20.     <datatype name="DocumentCode">
  21.         <enumeration datatype="NMTOKEN">
  22.             <option>Other</option>
  23.             <option>CertOfAnalysis</option>
  24.             <option>CertOfConformity</option>
  25.             <option>CertOfQuality</option>
  26.             <option>CertOfOrigin</option>
  27.             <option>Order</option><!-- 220 Order -->
  28.             <option>BlanketOrder</option><!-- 221 Blanket order -->
  29.             <option>RushOrder</option><!-- 224 Rush order -->
  30.             <option>CallOffOrder</option><!-- 226 Call off order -->
  31.             <option>ManufRaisedOrder</option><!-- 22E Manufacturer raised order (EAN Code) -->
  32.             <option>StandingOrder</option><!-- 23B Standing order -->
  33.             <option>DeliveryOrder</option><!-- 640 Delivery order -->
  34.             <option>OrderToDispatch</option><!-- S20 Order to despatch (ANA code) -->
  35.             <option>OrderToMove</option><!-- S21 Order to move (ANA code) -->
  36.             <option>OrderToProduce</option><!-- S22 Order to produce (ANA code) -->
  37.             <option>OrderToProcess</option><!-- S23 Order to process (ANA code) -->
  38.             <option>OrderToTreat</option><!-- S24 Order to treat (ANA code) -->
  39.         </enumeration>
  40.     </datatype>
  41. </schema>
  42.