Introduction
ReqIF based export / import operations may fail, if the content does not comply with ReqIF Specifications or XML Standard. Such failures are reported in the Export / Import Report. This document provides information about some of the commonly seen messages, and how to resolve them. Error code - cvc-id.1 There is no ID/IDREF binding for IDREF The error "cvc-id.1" in an XML file typically indicates a problem with the XML Schema Definition (XSD) or the XML document itself. The "cvc-id.1" error specifically relates to an issue with the ID or IDREF attribute in the XML document. Use Case 1: Exporting ReqIF definition may fail with schema validation related error. Symptom: Error exporting artifact: The given URI [https://) artifacts will be successfully imported
Error code: cvc-complex-type.2.4.a:
The CVC-complex-type.2.4.a error code is related to XML Schema validation. It indicates that there is an issue with the structure or content of a complex data type within an XML document, specifically related to the sequence of child elements.
Usecase 1:
Symptom:
While importing a reqIF , user could see the below error
cvc-complex-type.2.4.a: Invalid content was found starting with element 'font'.
One of '{"http://www.w3.org/1999/xhtml":a, "http://www.w3.org/1999/xhtml":br, "http://www.w3.org/1999/xhtml":span, "http://www.w3.org/1999/xhtml":bdo, "http://www.w3.org/1999/xhtml":map, "http://www.w3.org/1999/xhtml":object, "http://www.w3.org/1999/xhtml":img, "http://www.w3.org/1999/xhtml":u, "http://www.w3.org/1999/xhtml":tt, "http://www.w3.org/1999/xhtml":i, "http://www.w3.org/1999/xhtml":b, "http://www.w3.org/1999/xhtml":big, "http://www.w3.org/1999/xhtml":small, "http://www.w3.org/1999/xhtml":em, "http://www.w3.org/1999/xhtml":strong, "http://www.w3.org/1999/xhtml":dfn, "http://www.w3.org/1999/xhtml":code, "http://www.w3.org/1999/xhtml":q, "http://www.w3.org/1999/xhtml":samp, "http://www.w3.org/1999/xhtml":kbd, "http://www.w3.org/1999/xhtml":var, "http://www.w3.org/1999/xhtml":cite, "http://www.w3.org/1999/xhtml":abbr, "http://www.w3.org/1999/xhtml":acronym, "http://www.w3.org/1999/xhtml":sub, "http://www.w3.org/1999/xhtml":sup, "http://www.w3.org/1999/xhtml":input, "http://www.w3.org/1999/xhtml":select, "http://www.w3.org/1999/xhtml":textarea, "http://www.w3.org/1999/xhtml":label, "http://www.w3.org/1999/xhtml":button, "http://www.w3.org/1999/xhtml":ins, "http://www.w3.org/1999/xhtml":del}' is expected.
Cause:
This issue was because of incorrect usage of the font tag by third party tools which violates the XML standard.
For example: SOME TEXT.
Resolution:
This issue has to be fixed by the third party tool so that the tags are correctly used as per the XML standard. As a temporary workaround , we can change it to
instead which is inline with the standards.
![]() Contributions are governed by our Terms of Use. Please read the following disclaimer. Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here. |