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

  1. default namespace = "http://linux.duke.edu/metadata/repo"
  2.  
  3. element repomd {
  4.   element data {
  5.     attribute type { "other" | "filelists" | "primary" | "group" | "product" | "patches" | "pattern" }&
  6.     element location {
  7.       attribute xml:base { xsd:anyURI }?,
  8.       attribute href { xsd:anyURI },
  9.       empty
  10.     }&
  11.     element checksum {
  12.       attribute type { "md5" | "sha" },
  13.       text
  14.     }&
  15.     element timestamp { xsd:integer }&
  16.     element open-checksum {
  17.       attribute type { "md5" | "sha" },
  18.       text
  19.     }?
  20.   }+&
  21.   text
  22. }
  23.