1JMS\Serializer\Tests\Fixtures\ObjectWithAbsentXmlListNode:
2    properties:
3        absent:
4            type: array
5            xml_list:
6              skip_when_empty: true
7        present:
8            type: array
9            xml_list:
10              skip_when_empty: false
11        skipDefault:
12            type: array
13            xml_list:
14              inline: false
15