17 lines
690 B
XML
17 lines
690 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<beans xmlns="http://www.springframework.org/schema/beans"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns:foo="http://www.foo.com/schema/component"
|
|
xsi:schemaLocation="
|
|
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
|
|
http://www.foo.com/schema/component http://www.foo.com/schema/component/component.xsd">
|
|
|
|
<foo:component id="bionic-family" name="Bionic-1">
|
|
<foo:component name="Mother-1">
|
|
<foo:component name="Karate-1"/>
|
|
<foo:component name="Sport-1"/>
|
|
</foo:component>
|
|
<foo:component name="Rock-1"/>
|
|
</foo:component>
|
|
|
|
</beans> |