Reqif is a Requirements Interchange format standardized by the Object Management group
Questions tagged [reqif]
12 questions
3
votes
3 answers
Is there any free software other than ProR to create ReqIF documents?
I have tried using ProR to create an ReqIF document. It is cumbersome and contains a lot of bugs, since it is in its alpha state now. Another constraint that I have right now is that I cannot use proprietary software like IBM Rational DOORS. Are…

Shriram Kalpathy Mohan
- 131
- 1
- 8
2
votes
1 answer
What is the structure of a reqif zip archive
I am trying to find the specification of a reqif archive file (reqifz). Such an archive is used to transfer multiple reqif documents and "external" objects if i understand correctly. Can anyone point me to how such an archive is structured?

Sam
- 333
- 3
- 16
2
votes
0 answers
Xerces attempts to download Namespace URI - Why? Can I disable it?
I have the following problem: I have an XML document with a number of namespaces - here is the opening tag:

jastram
- 733
- 7
- 19
2
votes
1 answer
Using XSLT to transform ReqIF to UML
I'm trying to transform one XML document (REQ-IF) into another XML document (UML-Class-Diagram document) using XSLT.
My Problem now is the following:
REQ-IF provides datatypes as:

user2509422
- 125
- 10
1
vote
0 answers
Get DOORS Attribute Type via LYO
I am trying to use LYO (org.eclipse.lyo.clients:oslc-java-client:2.4.0) to read requirements from DOORS via OSLC and parse them to ReqIF. I successfully manage to read out a Requirement object using this request:
String requirementURL =…

Kira Resari
- 1,718
- 4
- 19
- 50
1
vote
0 answers
Export ReqIF from DOORS via DWA
My goal is to export a DOORS project to a ReqIF using Java. How can I achieve that? I know it is possible to do it manually in the DOORS client, so I assume that there's a way to automate that as well.
Currently, the closest I've come to this is by…

Kira Resari
- 1,718
- 4
- 19
- 50
1
vote
0 answers
Including XHTML content when creating ReqIf XML document using pyXB
A bit of background: in the scope of a requirements management plugin for Sphinx, I'm looking into ways to export ReqIF XML content. I've found pyreqif, but found that it isn't complete enough to suit our needs at the moment.
I decided to take a…

Bavo Van Achte
- 11
- 4
1
vote
2 answers
JAXB ~ Dynamically parse multiple namespaces
I am trying to create an unmarshaller that will work for the following XML files:

Kira Resari
- 1,718
- 4
- 19
- 50
1
vote
1 answer
How do you handle complex namespaces in XQuery/BaseX?
I have a relatively complex XML file following the ReqIF standard that I wish to manipulate using BaseX. When I strip out all of the xlmns attributes in the REQ-IF node, then I can perform XQueries and traverse the file (e.g., //REQ-IF/THE-HEADER)…

InformationEntropy
- 309
- 3
- 11
0
votes
0 answers
Does anyone have experience working to export documents in reqif format from Polarion?
I want to automate the process of exporting documents from Polarion in reqif format but I could not find any APIs or WSDL that allow such a feature. I wonder if anyone has a similar use case and has a good solution for it. I'd be glad to hear some…

Jane
- 151
- 3
- 12
0
votes
1 answer
Create C# class from reqif.xsd
I am trying to generate a C# class from the following ReqIF XSD file.
I have tried with xsd.exe which failed and now also with xsd2code which fails with the following error message (translation: reference to undeclared attribute group):
Xsd2Code…

nogenius
- 574
- 1
- 6
- 18
0
votes
1 answer
Generate sample xml file in VS2013 using reqif.xsd v1.1
I downloaded the latest reqif schema file from http://www.omg.org/spec/ReqIF/20110401/reqif.xsd and loaded the file into visual studio 2013.
Now I'm trying to generate a sample file on the global element and get the following error:
"Imported schema…

user2154171
- 145
- 1
- 1
- 8