Sehr merkwürdig. Gehört das zum Style oder ist hier was falch?
Das bib
@incollection{sch2012,
hyphenation= {german},
address = {Stuttgart ; New York, {NY}},
edition = {12. Auflage},
title = {Pflege von Patienten mit psychiatrischen Erkrankungen},
isbn = {978-3-13-500012-1},
booktitle = {Thiemes Pflege},
publisher = {Thieme},
author = {{Kutschke, Andreas} and {Löhr, Michael} and {Perra, Klaus Maria} and {Schulz, Michael} and {Sirsch, Erika}},
editor = {Schewior-Popp, Susanne [Hrsg and {Sitzmann, Franz} and {Ullrich, Lothar}},
year = {2012},
pages = {1126--1160}
}\documentclass[man,a4paper]{apa6}
\usepackage{xltxtra}
\defaultfontfeatures{Mapping=tex-text}
% Sprache
\usepackage{polyglossia}
\setdefaultlanguage[spelling=new]{german}
% Bibliographie
\usepackage[
backend=biber,
style=apa,
sortlocale=de_DE,
natbib=true,
doi=true,
eprint=false]{biblatex}
\addbibresource{01.bib}
\DeclareLanguageMapping{german}{german-apa} % für biblatex-apa
\nocite{*}
% Titelseite
\title{TITLE}
\shorttitle{shortTITLE}
\author{icke}
\begin{document}
\maketitle
\printbibliography
\end{document}