Versionen im Vergleich

Schlüssel

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

...

Erweitern
titleXML-Schema
Codeblock
languagexml
<xs:element name="Kontakt">
  <xs:complexType>
    <xs:all>sequence>
      <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>sequence>
  </xs:complexType>
</xs:element>