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.rnc < prev    next >
Encoding:
Text File  |  2006-11-29  |  723 b   |  38 lines

  1. default namespace = "http://linux.duke.edu/metadata/other"
  2.  
  3. element otherdata {
  4.   attribute packages { xsd:positiveInteger },
  5.   element package {
  6.     attribute pkgid { text },
  7.     attribute name { text },
  8.     attribute arch {
  9.       "noarch"
  10.       | "athlon"
  11.       | "i386"
  12.       | "i486"
  13.       | "i586"
  14.       | "i686"
  15.       | "ia64"
  16.       | "ppc"
  17.       | "ppc64"
  18.       | "s390"
  19.       | "x390x"
  20.       | "x86_64"
  21.       | "src"
  22.     },
  23.     element version {
  24.       attribute epoch { xsd:nonNegativeInteger },
  25.       attribute ver { text },
  26.       attribute rel { text },
  27.       empty
  28.     },
  29.     element changelog {
  30.       attribute author { text },
  31.       attribute date { xsd:integer },
  32.       text
  33.     }*,
  34.     empty
  35.   }+,
  36.   empty
  37. }
  38.