Versionen im Vergleich

Schlüssel

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

...

Name

Typ

Indikatoren/Attribute

Anmerkungen

Diagramm

Elemente

Radiochemo

simpleType

minOccurs="0”

xs:string

RCJ = mit Chemotherapie/Sensitizer

RCN = ohne Chemotherapie/Sensitizer

Stereotaktisch

simpleType

minOccurs="0”

xs:string

ST = stereotaktisch

Atemgetriggert

simpleType

minOccurs="0”

xs:string

4D = atemgetriggert

Zielgebiet

Zielgebiet_Typ

Seite_Zielgebiet

Seite_Zielgebiet_Typ

XML-Schema

Erweitern
titleXML-Schema
Codeblock
languagexml
<xs:element name="Perkutan">
  <xs:complexType>
    <xs:all>
      <xs:element name="Radiochemo" minOccurs="0">
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:enumeration value="RCJ">
              <xs:annotation>
                <xs:documentation>mit Chemotherapie/Sensitizer</xs:documentation>
              </xs:annotation>
            </xs:enumeration>
            <xs:enumeration value="RCN">
              <xs:annotation>
                <xs:documentation>ohne Chemotherapie/Sensitizer</xs:documentation>
              </xs:annotation>
            </xs:enumeration>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="Stereotaktisch" minOccurs="0">
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:enumeration value="ST">
              <xs:annotation>
                <xs:documentation>stereotaktisch</xs:documentation>
              </xs:annotation>
            </xs:enumeration>
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
      <xs:element name="Atemgetriggert" minOccurs="0">
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:enumeration value="4D">
              <xs:annotation>
                <xs:documentation>atemgetriggert</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>