home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / boot / i386 / root / usr / share / zypp / schema / yum / repomd.rng < prev    next >
Encoding:
Extensible Markup Language  |  2006-11-29  |  1.7 KB  |  58 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <element name="repomd" ns="http://linux.duke.edu/metadata/repo" xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
  3.   <interleave>
  4.     <oneOrMore>
  5.       <element name="data">
  6.         <interleave>
  7.           <attribute name="type">
  8.             <choice>
  9.               <value>other</value>
  10.               <value>filelists</value>
  11.               <value>primary</value>
  12.               <value>group</value>
  13.               <value>product</value>
  14.               <value>patches</value>
  15.               <value>pattern</value>
  16.             </choice>
  17.           </attribute>
  18.           <element name="location">
  19.             <optional>
  20.               <attribute name="xml:base">
  21.                 <data type="anyURI"/>
  22.               </attribute>
  23.             </optional>
  24.             <attribute name="href">
  25.               <data type="anyURI"/>
  26.             </attribute>
  27.             <empty/>
  28.           </element>
  29.           <element name="checksum">
  30.             <attribute name="type">
  31.               <choice>
  32.                 <value>md5</value>
  33.                 <value>sha</value>
  34.               </choice>
  35.             </attribute>
  36.             <text/>
  37.           </element>
  38.           <element name="timestamp">
  39.             <data type="integer"/>
  40.           </element>
  41.           <optional>
  42.             <element name="open-checksum">
  43.               <attribute name="type">
  44.                 <choice>
  45.                   <value>md5</value>
  46.                   <value>sha</value>
  47.                 </choice>
  48.               </attribute>
  49.               <text/>
  50.             </element>
  51.           </optional>
  52.         </interleave>
  53.       </element>
  54.     </oneOrMore>
  55.     <text/>
  56.   </interleave>
  57. </element>
  58.