Fix #375 - DSTU1 language attribute should not be an array

This commit is contained in:
jamesagnew 2016-05-25 22:43:17 -04:00
parent 9a4612105c
commit 7b024d4611
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ public abstract class BaseResource extends BaseElement implements IResource {
private IdDt myId;
@Child(name = "language", order = 0, min = 0, max = Child.MAX_UNLIMITED)
@Child(name = "language", order = 0, min = 0, max = 1)
private CodeDt myLanguage;
private ResourceMetadataMap myResourceMetadata;