Versionen im Vergleich

Schlüssel

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

Überblick

Text - Achtung, Seite muss noch vergrößert werden.

Technische Informationen

Übersicht Felder

...

Felder

Typ

Indikatoren/Attribute

Anmerkungen

simpleType

xs:string

W = Wildtyp

M = Mutation

U = Unbekannt

N = Nicht untersucht

XML-Schema

Erweitern
titleXML-Schema
Codeblock
<xs:simpleType name="RASMutation_Typ">
  <xs:restriction base="xs:string">
    <xs:enumeration value="W">
      <xs:annotation>
        <xs:documentation>Wildtyp</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="M">
      <xs:annotation>
        <xs:documentation>Mutation</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="U">
      <xs:annotation>
        <xs:documentation>Unbekannt</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="N">
      <xs:annotation>
        <xs:documentation>Nicht untersucht</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>