Difference between revisions of "Boolean"
m (1 revision imported) |
Anna.milan (talk | contribs) m |
||
Line 8: | Line 8: | ||
Usually the parent element is a question where the boolean answers true = yes or false = no. | Usually the parent element is a question where the boolean answers true = yes or false = no. | ||
− | |||
For example the xml below can translate to a human readable sentence: | For example the xml below can translate to a human readable sentence: |
Latest revision as of 20:54, 6 January 2020
(choose one) |
|
Usually the parent element is a question where the boolean answers true = yes or false = no.
For example the xml below can translate to a human readable sentence:
<gmd:transformationParameterAvailability> <gco:Boolean>true</gco:Boolean> </gmd:transformationParameterAvailability>
The transformation parameters are available.