ObjectWithXmlNamespaces.yml 943 B

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