We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If XSD document happens to have comment as first element, like in snippet below, used approach of distinction of schema/template isn't working.
<?xml version="1.0" encoding="UTF-8"?> <!-- Bundeseinheitlicher Medikationsplan (BMP) (bmp023.xsd) 2016-07-15 Version 2.3 verantwortliche Organisationen KBV, DAV und BÄK basierend auf Medikationsplan Ultrakurzformat (UKF) In Zusammenarbeit mit: Bundesverband Deutscher Apothekensoftwarehäuser (ADAS e.V.) Bundesverband Gesundheits-IT e.V. (bvitg e.V.) HL7 Deutschland e.V. --> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" attributeFormDefault="unqualified"> <xs:element name="MP"> <xs:annotation> <xs:documentation>Bundesmedikationsplan</xs:documentation> </xs:annotation> <xs:complexType>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If XSD document happens to have comment as first element, like in snippet below, used approach of distinction of schema/template isn't working.
The text was updated successfully, but these errors were encountered: