I am attempting to create a DFDL schema for a HL7 derived language. HL7 has a feature that all the delimiters in a message are mapped using the first few bytes of the input itself. For example: MSH|^~\& specifies the various delimiters, in order of field separator | component separator ^, repetition separator ~, escape character \, subcomponent separator &.
Can an DFDL schema be produced that does not hardcode these tokens? John Dziurłaj
