diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-02-18 15:22:27 +0100 |
---|---|---|
committer | Andreas Stöckel <andreas@somweyr.de> | 2015-02-18 15:22:27 +0100 |
commit | 5288d043aa57d9a4d1ee6806aff080c71c69b06f (patch) | |
tree | 6dd58af4e5b5d9ed794a1b85f5d136894189fb48 /data | |
parent | b958e4c4788f1acb28398f640e0e5e80a45b3e12 (diff) |
Reverted my ingenious changes to meta.osxml
Diffstat (limited to 'data')
-rw-r--r-- | data/domain/meta.osxml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/data/domain/meta.osxml b/data/domain/meta.osxml index 7e96699..67ba1c9 100644 --- a/data/domain/meta.osxml +++ b/data/domain/meta.osxml @@ -9,7 +9,6 @@ <struct name="meta" cardinality="{1}" transparent="true"> <field> - <childRef ref="title"/> <childRef ref="author"/> <childRef ref="version"/> </field> @@ -22,13 +21,6 @@ <!-- One could also include "article" and other things here --> </struct> - <!-- A title is just a heading --> - <struct name="title"> - <field> - <childRef ref="heading"/> - </field> - </struct> - <!-- no explicit cardinality, because we might have multiple authors --> <struct name="author"> <primitive isSubtree="true" name="firstName" type="string"/> |