Versionen im Vergleich

Schlüssel

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

...

Technische Informationen

Übersicht Felder

...

...

Name

Typ

Indikatoren/Attribute

Anmerkungen

Diagramm

Elemente

GelasonScore

GleasonScore_Typ

minOccurs=”0”

Image Added

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

Image Added

XML-Schema

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