annotate Implab.Playground/data/sample.xml @ 267:6b3e5c48131b v3

Working on Unity xml configuration
author cin
date Fri, 20 Apr 2018 19:05:12 +0300
parents
children ff581cff7003
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
267
6b3e5c48131b Working on Unity xml configuration
cin
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
6b3e5c48131b Working on Unity xml configuration
cin
parents:
diff changeset
2 <container xmlns="http://implab.org/schemas/servicehost/unity.v1.xsd">
6b3e5c48131b Working on Unity xml configuration
cin
parents:
diff changeset
3 <!-- foo1 -->
6b3e5c48131b Working on Unity xml configuration
cin
parents:
diff changeset
4 <register name="foo1" provides="IFoo" type="Foo">
6b3e5c48131b Working on Unity xml configuration
cin
parents:
diff changeset
5 </register>
6b3e5c48131b Working on Unity xml configuration
cin
parents:
diff changeset
6
6b3e5c48131b Working on Unity xml configuration
cin
parents:
diff changeset
7 <!-- foo2 -->
6b3e5c48131b Working on Unity xml configuration
cin
parents:
diff changeset
8 <register name="foo2" provides="IFoo" type="Foo">
6b3e5c48131b Working on Unity xml configuration
cin
parents:
diff changeset
9 </register>
6b3e5c48131b Working on Unity xml configuration
cin
parents:
diff changeset
10 </container>