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
/
runlevels.rnc
< prev
next >
Wrap
Text File
|
2006-11-29
|
701b
|
27 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"
service_name = element service_name { text }
service_status = element service_status { text }
service_start = element service_start { text }
service_stop = element service_stop { text }
service =
element service {
attribute config:type { text }? &
service_name? &
service_start? &
service_stop? &
service_status?
}
services =
element services {
attribute config:type { text }?,
service*
}
\default = element \default { text }
runlevel = element runlevel { \default? & services? }