...
XML-Tag | Beschreibung | Kommentar |
---|---|---|
attribute -> number | Attributausprägung in Form einer Dezimalzahl | vgl. Angaben im Abschnitt "Ganzzahl, Kommazahl" |
attribute -> unit | Währungseinheit (Kürzel) |
Entscheidung (bool'scher Wert)
Codeblock |
---|
<attribute xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="textValue" attributeID="b3b79a60-910f-49fa-afc1-80aba1815a8a" dataType="selection">
<value>Ja</value>
</attribute> |
XML-Tag | Beschreibung | Kommentar |
---|---|---|
attribute -> value | Attribut in Form eines binären Wertes (ja/nein) | Mögliche Werte:
|
Einfach-Auswahl
Codeblock |
---|
<attribute xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="textValue" attributeID="5a292f8d-9edb-4696-b3d9-9bacc6555512" dataType="selection"> <value>Option 1</value> </attribute> |
...