Skip to content

Commit

Permalink
Fix resource
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesagnew committed Aug 20, 2015
1 parent 3901c42 commit e20e7d1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -52,7 +52,7 @@ public static class DocumentManifestContentComponent extends BackboneElement imp
/**
* The list of references to document content, or Attachment that consist of the parts of this document manifest. Usually, these would be document references, but direct references to Media or Attachments are also allowed.
*/
@Child(name = "p", type = {Attachment.class}, order=1, min=1, max=1)
@Child(name = "p", type = {Attachment.class, DocumentReference.class, Media.class}, order=1, min=1, max=1)
@Description(shortDefinition="Contents of this set of documents", formalDefinition="The list of references to document content, or Attachment that consist of the parts of this document manifest. Usually, these would be document references, but direct references to Media or Attachments are also allowed." )
protected Type p;

Expand Down

0 comments on commit e20e7d1

Please sign in to comment.