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 >
Wrap
Text File
|
2006-11-29
|
535b
|
21 lines
default namespace = "http://www.suse.com/1.0/yast2ns"
namespace a = "http://relaxng.org/ns/compatibility/annotations/1.0"
namespace config = "http://www.suse.com/1.0/configns"
add-on =
element add-on { add_on_products* }
listentry =
element listentry {
media_url? &
product? &
product_dir?
}
media_url = element media_url { text }
product = element product { text }
product_dir = element product_dir { text }
add_on_products =
element add_on_products {
attribute config:type { text }?,
listentry*
}