blob: 522984e446be998a7c938eb4d21c6eb80c8d5a37 (
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" type="affiliation" value="[workgroup=Semantic Computing Group,departement=Center of Excellence Cognitive Interaction Technology (CITEC), institution=Bielefeld University]"/>
</typesystem>
|