Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleXML-Schema
true
Code Block
line_number
languageXMLthemeColorfulxml
<xs:simpleType name="JN_Typ">
  <xs:restriction base="xs:string">
    <xs:enumeration value="J">
      <xs:annotation>
        <xs:documentation>Ja</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="N">
      <xs:annotation>
        <xs:documentation>Nein</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>