GleasonScore_Typ (oBDS_v3.0.0 Build 2022-02-28_1)
<xs:complexType name="GleasonScore_Typ">
<xs:annotation>
<xs:documentation>
Wert des Gleason-Score:
GleasonGradPrimaer + GleasonGradSekundaer = GleasonScoreErgebnis
mod. nach ISUP 2005 bei primärem Ca-Nachweis und im OP-Präparat
</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="GradPrimaer" minOccurs="0">
<xs:annotation>
<xs:documentation>primärer Gleason Grad zum Gleason-Score</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="1"/>
<xs:enumeration value="2"/>
<xs:enumeration value="3"/>
<xs:enumeration value="4"/>
<xs:enumeration value="5"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="GradSekundaer" minOccurs="0">
<xs:annotation>
<xs:documentation>sekundärer Gleason Grad zum Gleason-Score</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="1"/>
<xs:enumeration value="2"/>
<xs:enumeration value="3"/>
<xs:enumeration value="4"/>
<xs:enumeration value="5"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="ScoreErgebnis" minOccurs="0">
<xs:annotation>
<xs:documentation>Ergebnis Gleason-Score</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="2"/>
<xs:enumeration value="3"/>
<xs:enumeration value="4"/>
<xs:enumeration value="5"/>
<xs:enumeration value="6"/>
<xs:enumeration value="7"/>
<xs:enumeration value="7a"/>
<xs:enumeration value="7b"/>
<xs:enumeration value="8"/>
<xs:enumeration value="9"/>
<xs:enumeration value="10"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
Beispieldatensatz (oBDS_v3.0.0 Build 2021-12-22_1)
<GleasonScore>
<GradPrimaer>4</GradPrimaer>
<GradSekundaer>5</GradSekundaer>
<ScoreErgebnis>9</ScoreErgebnis>
</GleasonScore>