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 / other.rng < prev    next >
Encoding:
Extensible Markup Language  |  2006-11-29  |  1.4 KB  |  49 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <element name="otherdata" ns="http://linux.duke.edu/metadata/other" xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
  3.   <attribute name="packages">
  4.     <data type="positiveInteger"/>
  5.   </attribute>
  6.   <oneOrMore>
  7.     <element name="package">
  8.       <attribute name="pkgid"/>
  9.       <attribute name="name"/>
  10.       <attribute name="arch">
  11.         <choice>
  12.           <value>noarch</value>
  13.           <value>athlon</value>
  14.           <value>i386</value>
  15.           <value>i486</value>
  16.           <value>i586</value>
  17.           <value>i686</value>
  18.           <value>ia64</value>
  19.           <value>ppc</value>
  20.           <value>ppc64</value>
  21.           <value>s390</value>
  22.           <value>x390x</value>
  23.           <value>x86_64</value>
  24.           <value>src</value>
  25.         </choice>
  26.       </attribute>
  27.       <element name="version">
  28.         <attribute name="epoch">
  29.           <data type="nonNegativeInteger"/>
  30.         </attribute>
  31.         <attribute name="ver"/>
  32.         <attribute name="rel"/>
  33.         <empty/>
  34.       </element>
  35.       <zeroOrMore>
  36.         <element name="changelog">
  37.           <attribute name="author"/>
  38.           <attribute name="date">
  39.             <data type="integer"/>
  40.           </attribute>
  41.           <text/>
  42.         </element>
  43.       </zeroOrMore>
  44.       <empty/>
  45.     </element>
  46.   </oneOrMore>
  47.   <empty/>
  48. </element>
  49.