TplBlock/vendor/jms/serializer/tests/Metadata/Driver/xml/SimpleSubClassObject.xml

16 lines
682 B
XML
Raw Normal View History

2018-03-26 21:57:35 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<serializer>
<class name="JMS\Serializer\Tests\Fixtures\SimpleSubClassObject">
<xml-namespace prefix="foo" uri="http://better.foo.example.org"/>
<xml-namespace prefix="old_foo" uri="http://foo.example.org"/>
<property name="moo" type="string">
<xml-element namespace="http://better.foo.example.org"/>
</property>
<property name="baz" type="string">
<xml-element namespace="http://foo.example.org"/>
</property>
<property name="qux" type="string">
<xml-element namespace="http://new.foo.example.org"/>
</property>
</class>
</serializer>