Versionen im Vergleich

Schlüssel

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

...

Codeblock
languagexml
firstline17911797
titleModul_Malignes_Melanom_Typ (oBDS_v3.0.0 Build 2022-0102-28_1)
linenumberstrue
collapsetrue
	<xs:complexType name="Modul_Malignes_Melanom_Typ">
		<xs:sequence>
			<xs:element name="Sicherheitsabstand_Primaertumor" type="Sicherheitsabstand_Primaertumor_Typ" minOccurs="0"/>
			<xs:element name="Tumordicke" type="Tumordicke_Typ" minOccurs="0"/>
			<xs:element name="LDH" minOccurs="0">
				<xs:annotation>
					<xs:documentation>
					
					LDH-Wert in Unit/Liter (U/l).
					Hinweis:
					Für die Umrechung von Katal/l nach Unit/l gilt:
					1µkat/l = 60 U/l
					100 U/l = 1.67 µkat/l.
                    
					</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:integer">
						<xs:minInclusive value="1"/>
						<xs:maxInclusive value="10000"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:element>
			<xs:element name="Ulzeration" type="JNU_Typ" minOccurs="0"/>
		</xs:sequence>
	</xs:complexType>

...

Codeblock
languagexml
firstline17691775
titleModul_Malignes_Melanom_patho_Typ (oBDS_v3.0.0 Build 2022-0102-28_1)
linenumberstrue
collapsetrue
	<xs:complexType name="Modul_Malignes_Melanom_patho_Typ">
		<xs:complexContent> 
			<xs:restriction base="Modul_Malignes_Melanom_Typ">
				<xs:sequence>
					<xs:element name="Sicherheitsabstand_Primaertumor" type="Sicherheitsabstand_Primaertumor_Typ" minOccurs="0"/>
					<xs:element name="Tumordicke" type="Tumordicke_Typ" minOccurs="0"/>
					<xs:element name="Ulzeration" type="JNU_Typ" minOccurs="0">
						<xs:annotation>
							<xs:documentation>
							
							Pathologisches Kriterium der Ulzeration erfüllt.
							Hinweis:
							Dieses Feld soll nur im TNM-Stadium pT1b angegeben werden, 
							da dieses Stadium mit und ohne Ulzerationen definiert ist.
							(Quelle: TNM-Klassifikation, 8. Auflage 2020, S. 188).
										
							</xs:documentation>
						</xs:annotation>
					</xs:element>
				</xs:sequence>
			</xs:restriction>
		</xs:complexContent> 
	</xs:complexType>

...