<xs:simpleType name="Allgemeiner_Leistungszustand_Typ">
<xs:annotation>
<xs:documentation>
ECOG oder Karnofsky
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="0">
<xs:annotation>
<xs:documentation>Normale, uneingeschränkte Aktivität wie vor der Erkrankung (90 - 100 % nach Karnofsky)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="1">
<xs:annotation>
<xs:documentation>Einschränkung bei körperlicher Anstrengung, aber gehfähig; leichte körperliche Arbeit bzw. Arbeit im Sitzen (z.B. leichte Hausarbeit oder Büroarbeit) möglich (70 - 80 % nach Karnofsky)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="2">
<xs:annotation>
<xs:documentation>Gehfähig, Selbstversorgung möglich, aber nicht arbeitsfähig; kann mehr als 50% der Wachzeit aufstehen (50 - 60 % nach Karnofsky)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="3">
<xs:annotation>
<xs:documentation>Nur begrenzte Selbstversorgung möglich; ist 50% oder mehr der Wachzeit an Bett oder Stuhl gebunden (30 - 40 % nach Karnofsky)</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="4">
<xs:annotation>
<xs:documentation>Völlig pflegebedürftig, keinerlei Selbstversorgung möglich; völlig an Bett oder Stuhl gebunden (10 - 20% nach Karnofsky) </xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="U">
<xs:annotation>
<xs:documentation>Unbekannt</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="10%"/>
<xs:enumeration value="20%"/>
<xs:enumeration value="30%"/>
<xs:enumeration value="40%"/>
<xs:enumeration value="50%"/>
<xs:enumeration value="60%"/>
<xs:enumeration value="70%"/>
<xs:enumeration value="80%"/>
<xs:enumeration value="90%"/>
<xs:enumeration value="100%"/>
</xs:restriction>
</xs:simpleType>
<Allgemeiner_Leistungszustand>100%</Allgemeiner_Leistungszustand>