Zum Ende der Metadaten springen
Zum Anfang der Metadaten

Sie zeigen eine alte Version dieser Seite an. Zeigen Sie die aktuelle Version an.

Unterschiede anzeigen Seitenhistorie anzeigen

« Vorherige Version anzeigen Version 4 Aktuelle »

Überblick

Technische Informationen

Übersicht Felder

Name

Typ

Indikatoren/Attribute

Anmerkungen

Diagramm

Elemente

Code

simpleType

xs:string

pattern = \d\d\d\d/\d

Version

simpleType

xs:string

minOccurs=”0”

31 = ICD-O-3, 2003

32 = ICD-O-3, 1. Revision 2014

33 = ICD-O-3, 2. Revision 2019

bb = Neue Codes aus den WHO-Klassifikationen (BlueBooks)

XML-Schema

 XML-Schema
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<xs:complexType name="Morphologie_ICD_O_Typ">
  <xs:sequence>
    <xs:element name="Code">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:pattern value="\d\d\d\d/\d"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
    <xs:element name="Version" minOccurs="0">
      <xs:simpleType>
        <xs:restriction base="xs:string">
          <xs:enumeration value="31">
            <xs:annotation>
              <xs:documentation>ICD-O-3, 2003</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="32">
            <xs:annotation>
              <xs:documentation>ICD-O-3, 1. Revision 2014</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="33">
            <xs:annotation>
              <xs:documentation>ICD-O-3, 2. Revision 2019</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
          <xs:enumeration value="bb">
            <xs:annotation>
              <xs:documentation>Neue Codes aus den WHO-Klassifikationen (BlueBooks)</xs:documentation>
            </xs:annotation>
          </xs:enumeration>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
  </xs:sequence>
</xs:complexType>
  • Keine Stichwörter