ACC SHELL

Path : /usr/share/YaST2/schema/autoyast/rnc/
File Upload :
Current File : //usr/share/YaST2/schema/autoyast/rnc/runlevels.rnc

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? }

ACC SHELL 2018