Path : /usr/share/YaST2/schema/autoyast/rnc/ |
Current File : //usr/share/YaST2/schema/autoyast/rnc/timezone.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" timezone = element timezone { hwclock? & timezone_val? } hwclock = element hwclock { "localtime" | "UTC" } timezone_val = element timezone { text }