ObjectWithXmlNamespaces.yml 889 B

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