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 / groups.rnc < prev    next >
Encoding:
Text File  |  2006-11-29  |  733 b   |  35 lines

  1. default namespace = "http://linux.duke.edu/metadata/groups"
  2.  
  3. element groups {
  4.   element group {
  5.     element groupid { text },
  6.     element name {
  7.       attribute lang { text }?,
  8.       text
  9.     }+,
  10.     element default { "true" | "false" }?,
  11.     element uservisible { "true" | "false" },
  12.     element description {
  13.       attribute lang { text }?,
  14.       text
  15.     }+,
  16.     element grouplist {
  17.       element metapkg {
  18.         attribute type { text }?,
  19.         text
  20.       }+
  21.     }?,
  22.     element packagelist {
  23.       element packagereq {
  24.         attribute type { text }?,
  25.         attribute epoch { xsd:nonNegativeInteger },
  26.         attribute ver { text },
  27.         attribute rel { text },
  28.         text
  29.       }+
  30.     }?,
  31.     empty
  32.   }+,
  33.   empty
  34. }
  35.