Skip to content

Commit

Permalink
iss #77
Browse files Browse the repository at this point in the history
  • Loading branch information
ziegm committed Oct 20, 2020
1 parent dca9967 commit 04f5d17
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 30 deletions.
60 changes: 30 additions & 30 deletions input/examples/bundle/CdaContainingOriginalRepresentationAsPdfA.xml

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions input/resources/structuredefinition/ch-core-document.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,16 @@
<rules value="open" />
</slicing>
</element>
<element id="Bundle.entry.fullUrl">
<path value="Bundle.entry.fullUrl"/>
<min value="1"/>
<constraint>
<key value="ch-core-doc-1"/>
<severity value="error"/>
<human value="The fullUrl must be an absolute URL server address or an URI for UUID/OID"/>
<expression value="startsWith('http') or startsWith('urn:uuid:') = true"/>
</constraint>
</element>
<element id="Bundle.entry:Composition">
<path value="Bundle.entry" />
<sliceName value="Composition" />
Expand Down

0 comments on commit 04f5d17

Please sign in to comment.