SimpleClassObject.yml 587 B

12345678910111213141516171819
  1. JMS\Serializer\Tests\Fixtures\SimpleClassObject:
  2. xml_namespaces:
  3. foo: http://foo.example.org
  4. old_foo: http://old.foo.example.org
  5. new_foo: http://new.foo.example.org
  6. properties:
  7. foo:
  8. type: string
  9. xml_attribute: true
  10. xml_element:
  11. namespace: http://old.foo.example.org
  12. bar:
  13. type: string
  14. xml_element:
  15. namespace: http://foo.example.org
  16. moo:
  17. type: string
  18. xml_element:
  19. namespace: http://new.foo.example.org