Zum Ende der Metadaten springen
Zum Anfang der Metadaten
Überblick
Übersicht Felder
| Name | Typ | Indikatoren/Attribute | Anmerkungen | Diagramm |
---|
Elemente | Tumordicke | Tumordicke_Typ | minOccurs=”0” | | |
---|
LDH | simpleType | minOccurs=”0” xs:string | 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. minInclusive = 1 maxInclusive = 1000 | |
| Ulzeration | JN_Typ | minOccurs=”0” | | |
---|
XML-Schema
XML-Schema
<xs:complexType name="Modul_Malignes_Melanom_Typ">
<xs:all>
<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="JN_Typ" minOccurs="0"/>
</xs:all>
</xs:complexType>