Mercurial > hgrepos > Python > libs > data-schema
diff docs/schema.txt @ 39:78f5ef0ee087
Implement "ref-false", "ref-not-exists", "when-ref-false" and "when-ref-not-exists" in addition to the existing conditions
| author | Franz Glasner <f.glasner@feldmann-mg.com> |
|---|---|
| date | Wed, 19 Jul 2023 14:19:21 +0200 |
| parents | 5a2fba996773 |
| children |
line wrap: on
line diff
--- a/docs/schema.txt Wed Jul 19 13:30:55 2023 +0200 +++ b/docs/schema.txt Wed Jul 19 14:19:21 2023 +0200 @@ -406,7 +406,8 @@ - eine Liste von Wenn-Dann-Paaren - Bedingung: ``when``, ``when-ref-true``, ``when-ref-exists`` + Bedingung: ``when``, ``when-ref-true``, ``when-ref-false``, + ``when-ref-exists``, ``when-ref-not-exists`` Dann: ``then``, ``then-merge`` @@ -424,7 +425,8 @@ Prädikate: - ``ref-true``, ``ref-exists``, ein Objekt im boolschen Kontext + ``ref-true``, ``ref-false``, ``ref-exists``, ``ref-not-exists`` + ein Objekt im boolschen Kontext Vergleichs-Operator: @@ -453,6 +455,8 @@ when: ref-exists: ... + Analoges gilt für ``when-ref-false`` und ``when-ref-not-exists``. + - die *erste* zutreffende Bedingung bestimmt via seinem "Dann" ein Schema ``then``
