Empty collections and date range tests added
- Empty collections are not accepted any more
- If there is a
(...)Start(...)
property but no corresponding(...)End(...)
property, the corresponding(...)End(...)
property is added with the same value as the(...)Start(...)
one. - A
(...)Start(...)
property value must be lower or equal to a corresponding(...)End(...)
property value.