1JMS\Serializer\Tests\Fixtures\ObjectWithXmlNamespaces:
2    xml_root_name: test-object
3    xml_root_prefix: ex
4    xml_root_namespace: http://example.com/namespace
5    xml_namespaces:
6        "": http://example.com/namespace
7        gd: http://schemas.google.com/g/2005
8        atom: http://www.w3.org/2005/Atom
9    properties:
10        title:
11            type: string
12            xml_element:
13                namespace: http://purl.org/dc/elements/1.1/
14        createdAt:
15            type: DateTime
16            xml_attribute: true
17        etag:
18            type: string
19            xml_attribute: true
20            xml_element:
21                namespace: http://schemas.google.com/g/2005
22        author:
23            type: string
24            xml_element:
25                namespace: http://www.w3.org/2005/Atom
26        language:
27            type: string
28            xml_attribute: true
29            xml_element:
30                namespace: http://purl.org/dc/elements/1.1/
31