why the module of Doors Structure and Doors schema are deffrent?
Hi experts!
i was wonder way RPE contain some different xsd file (you can find them in "../sorce/../schema/fileName.xsd") :
and i try to marge DoorsStructures.xsd ans simpleDoorsSchema.xsd and sucesss get somting like this :
-Database
-id
-name
-URL
-Folder
-Module (this module contain the module in simpleDoorsSchema.xsd and not the DoorsStructures.xsd)
-Attribute
......
the reason i try to do it is that i want scan all the DB (folders and project) and for any module i want print the date it modfy and by how.
the problem is in the RPE when i choose DoorsStructure for "Data Sorce Schema" i can't see the attribute "Last Modified On" and the other attribute taht i need and if i choose "Doors" for "Data Sorce Schema" i can't see the DB and Folder.
Many thanks for the help.
Naor.
One answer
To obtain what you want you will need two data sources:
http://pic.dhe.ibm.com/infocenter/rpehelp/v1r2m1/topic/com.ibm.rational.pe.reference.doc/topics/r_properties_data_source_config.html
http://pic.dhe.ibm.com/infocenter/rpehelp/v1r2/topic/com.ibm.rational.pe.publishing.doc/topics/t_element_run_time.html
Regards / Horia
- a "DOORS Structure" data source which would be based on the file "%RPE_HOME%\source\DB Structure\schema\DOORSStructure.xsd"
- a data source of type "DOORS", for which you could use the "%RPE_HOME%\source\DOORS\schema\simpleDOORSSchema.xsd" schema or discover your own schema using the DOORS Schema Discovery wizard
http://pic.dhe.ibm.com/infocenter/rpehelp/v1r2m1/topic/com.ibm.rational.pe.reference.doc/topics/r_properties_data_source_config.html
http://pic.dhe.ibm.com/infocenter/rpehelp/v1r2/topic/com.ibm.rational.pe.publishing.doc/topics/t_element_run_time.html
Regards / Horia