Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

Erweitern
titleXML-Schema
Codeblock
line_numbertrue
languageXML
themeColorful
<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>