xsd - HL7 2.7.1 XML schemas missing <escape> element definition -


we attempting exchange hl7 2.7.1 messages using xml encoding syntax, release 2 specification. of messages contain escape sequences in obx-5 field. hl7 version 2.7.1 messaging schemas don't define <escape> element anywhere. , "obx.5.content" type isn't defined mixed. causing schema validation fail on our message xml documents.

is defect in schema? doesn't appear match written specification. need customize schema make work or has found solution?

definitely defect in schema. you'll have customize make work


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -