Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleRepository schema
element features {
  element repository { text }*
  element feature {
    attribute name { text },
    element feature { text }*,
    element config {
      attribute name { text },
      text
    }*,
    element bundle { text }*
  }*
}

...