Zum Ende der Metadaten springen
Zum Anfang der Metadaten
Überblick
Text
Übersicht Felder
Merkmale Felder
| Name | Typ | Indikatoren/Attribute | Anmerkungen |
---|
Elemente | GelasonScore | GleasonScore_Typ | minOccurs=”0” | |
---|
| PSA | simpleTyp | minOccurs=”0” | Aktuell relevanter PSA-Wert als Fließkommazahl in ng/ml (max. 3 Dezimalstellen nach dem Dezimalpunkt). minInclusive = 0 maxExclusive = 100000 fractionDigits = 3 |
---|
XML-Schema
XML-Schema
<xs:complexType name="Modul_Prostata_Typ">
<xs:all>
<xs:element name="GleasonScore" type="GleasonScore_Typ" minOccurs="0"/>
<xs:element name="PSA" minOccurs="0">
<xs:annotation>
<xs:documentation>
Aktuell relevanter PSA-Wert als Fließkommazahl in ng/ml (max. 3 Dezimalstellen nach dem Dezimalpunkt)
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:decimal">
<xs:fractionDigits value="3"/>
<xs:minInclusive value="0"/>
<xs:maxExclusive value="100000"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:all>
</xs:complexType>