/
Hormonrezeptor_Typ

Hormonrezeptor_Typ

Überblick

 

 

Technische Informationen

Übersicht Felder

Typ

Indikatoren/Attribute

Anmerkungen

Typ

Indikatoren/Attribute

Anmerkungen

simpleType

xs:string

P = Positiv

N = Negativ

U = Unbekannt

XML-Schema

<xs:simpleType name="Hormonrezeptor_Typ"> <xs:restriction base="xs:string"> <xs:enumeration value="P"> <xs:annotation> <xs:documentation>Positiv</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="N"> <xs:annotation> <xs:documentation>Negativ</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="U"> <xs:annotation> <xs:documentation>Unbekannt</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType>

Related content