qualipool / swissrets

A swiss real estate transaction standard
https://swissrets.ch
MIT License
26 stars 18 forks source link

Add documentation to describe empty or omited parent sequence tags #178

Open jensstalder opened 3 years ago

jensstalder commented 3 years ago

Main topic

Precise and short description of your question

It can be confusing as to the difference between.

For Example

Delete all projects and properties

<export>
    <projects></projects>
    <properties></properties>
</export>

Delete all projects and dont touch my properties

<export>
    <projects></projects>
</export>

Why? ... do nothing.

<export>
</export>

The same for project trees? This should delete all units?

<project>
<units></units>
</project>

This would mean dont touch the units.