blob: d84dc307df3a3f2b2a5db2f447614f444f35928e (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?xml version="1.0" standalone="yes"?>
<typesystem name="affiliation">
<struct name="affiliation">
<field name="workgroup" type="string"/>
<field name="departement" type="string"/>
<field name="institution" type="string"/>
</struct>
<constant name="citec.sc" type="affiliation" value="[workgroup=Semantic Computing Group,departement=Center of Excellence Cognitive Interaction Technology (CITEC), institution=Bielefeld University]"/>
</typesystem>
|