start =
  element p {
    mixed {
      element b { text }+
      & element i { text }+
    }
  }