FOR $x IN document("projektverwaltung5.xml")//Person LET $y := $x/Vorname/following::Nachname WHERE $x/parent::ProjektVerwaltung and starts-with($y,'O') RETURN $x/Vorname