Zum Ende der Metadaten springen
Zum Anfang der Metadaten
Überblick
Text
Übersicht Felder
Merkmale Felder
| Name | Typ | Indikatoren/Attribute | Anmerkungen |
---|
Elemente | Interstitiell_endokavitaer | simpleType | xs:string | I = interstitiell K = endokavitär |
---|
Rate_Type | simpleType | minOccurs=”0” xs:string | HDR = high dose rate LDR = low dose rate PDR = pulsed dose rate |
Zielgebiet | Zielgebiet_Typ | | |
Seite_Zielgebiet | Seite_Zielgebiet_Typ | | |
XML-Schema
XML-Schema
<xs:element name="Kontakt">
<xs:complexType>
<xs:all>
<xs:element name="Interstitiell_endokavitaer">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="I">
<xs:annotation>
<xs:documentation>interstitiell</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="K">
<xs:annotation>
<xs:documentation>endokavitär</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Rate_Type" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="HDR">
<xs:annotation>
<xs:documentation>high dose rate therapy</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="LDR">
<xs:annotation>
<xs:documentation>low dose rate therapy</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="PDR">
<xs:annotation>
<xs:documentation>pulsed dose rate therapy</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="Zielgebiet" type="Zielgebiet_Typ"/>
<xs:element name="Seite_Zielgebiet" type="Seite_Zielgebiet_Typ"/>
</xs:all>
</xs:complexType>
</xs:element>