diff options
| author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-02-24 21:53:00 +0100 | 
|---|---|---|
| committer | Andreas Stöckel <andreas@somweyr.de> | 2015-02-24 21:53:00 +0100 | 
| commit | 0d4ce5c555a1ba3a87cb9a1e350854eda7a243e1 (patch) | |
| tree | 0882f586cef2cdad77cad4e939c1407e789c59b7 /data | |
| parent | fbe068eae4255798d7acb406576071ba0095f4d8 (diff) | |
Fixed bug in meta domain
Diffstat (limited to 'data')
| -rw-r--r-- | data/domain/meta.osxml | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/data/domain/meta.osxml b/data/domain/meta.osxml index d214921..b595f39 100644 --- a/data/domain/meta.osxml +++ b/data/domain/meta.osxml @@ -9,7 +9,7 @@  	<struct name="meta" cardinality="{1}" transparent="true">  		<field> -			<childRef ref="author"/> +			<childRef ref="authors"/>  			<childRef ref="version"/>  		</field>  		<parentRef ref="book"> @@ -23,6 +23,7 @@  	<struct name="person">  		<primitive isSubtree="true" name="firstName" type="string"/> +		<primitive isSubtree="true" name="secondNames" type="string[]" optional="true"/>  		<primitive isSubtree="true" name="lastName" type="string"/>  		<primitive isSubtree="true" name="email" type="email" optional="true"/>  		<primitive isSubtree="true" name="affiliation" type="affiliation" optional="true"/> | 
