ACC SHELL

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

nfs =
  element nfs {
    element enable_nfs4 { BOOLEAN }? &
    element idmapd_domain { text }? &
    element nfs_entries {
      LIST,
      element nfs_entry {
        element server_path { text }
        & element mount_point { text }
        & element vfstype {text}?
        & element nfs_options { text }
      }*
    }
  }

ACC SHELL 2018