Versionen im Vergleich

Schlüssel

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

...

Erweitern
titleMerkmale 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

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