-
Type:
Technical Correction
-
Resolution: Persuasive
-
Priority:
Medium
-
FHIR Core (FHIR)
-
STU3
-
FHIR Infrastructure
-
ElementDefinition
-
-
Non-substantive
All schematron validation will fail. Original line in sch files (bold applied by me):
<sch:assert test="matches(path/@value, '[^\s\.,:;\'"\/|?!@#$%&*()[]{}]
{1,64}(\.[^\s\.,:;\'"\/|?!@#$%&*()[]{}]{1,64}([x])?(\:[^\s\.]+)?)*')">eld-19: Element names cannot include some special characters</sch:assert>
The ampersand is not escaped correctly.
<sch:assert test="matches(path/@value, '[^\s\.,:;\'"\/|?!@#$%&
Should be
<sch:assert test="matches(path/@value, '[^\s\.,:;\'"\/|?!@#$%&