File: versioning_configuration.rnc

package info (click to toggle)
swift 2.36.0-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 23,092 kB
  • sloc: python: 286,210; javascript: 1,059; sh: 619; pascal: 295; makefile: 81; xml: 32
file content (5 lines) | stat: -rw-r--r-- 148 bytes parent folder | download | duplicates (8)
1
2
3
4
5
start =
  element VersioningConfiguration {
    element Status { "Enabled" | "Suspended" }? &
    element MfaDelete { "Enabled" | "Disabled" }?
  }