TplBlock/vendor/jms/serializer/tests/Metadata/Driver/yml/SimpleClassObject.yml

19 lines
587 B
YAML
Raw Normal View History

2018-03-26 21:57:35 +02:00
JMS\Serializer\Tests\Fixtures\SimpleClassObject:
xml_namespaces:
foo: http://foo.example.org
old_foo: http://old.foo.example.org
new_foo: http://new.foo.example.org
properties:
foo:
type: string
xml_attribute: true
xml_element:
namespace: http://old.foo.example.org
bar:
type: string
xml_element:
namespace: http://foo.example.org
moo:
type: string
xml_element:
namespace: http://new.foo.example.org