home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / boot / i386 / root / usr / share / YaST2 / schema / autoyast / rnc / add-on.rnc next >
Text File  |  2006-11-29  |  535b  |  21 lines

  1. default namespace = "http://www.suse.com/1.0/yast2ns"
  2. namespace a = "http://relaxng.org/ns/compatibility/annotations/1.0"
  3. namespace config = "http://www.suse.com/1.0/configns"
  4.  
  5. add-on =
  6.   element add-on { add_on_products* }
  7. listentry =
  8.   element listentry {
  9.      media_url? &
  10.      product? &
  11.      product_dir?
  12.   }
  13. media_url = element media_url { text }
  14. product = element product { text }
  15. product_dir = element product_dir { text }
  16. add_on_products =
  17.   element add_on_products {
  18.      attribute config:type { text }?,
  19.      listentry*
  20.   }
  21.