girishchandranc / autosarfactory

AutosarFactory is a python package which helps user to read/create/modify AUTOSAR standard arxml files.
MIT License
81 stars 25 forks source link

ARXML checker/checking #25

Closed nithinvelupur closed 2 months ago

nithinvelupur commented 2 months ago

Is there any checking/validation that is done during export or import of ARXML? I am looking to create DEXT ARXML file and would like to ensure that the files i create are in-line with the AUTOSAR DEXT specification document.

PS: Sorry to highlight this as an issue. Didn't find the 'discussions' option for this repo.

girishchandranc commented 2 months ago

@nithinvelupur Currently, there is no explicit schema validation done. But, the model is 1:1 representation of the schema and hence if required, you could validate the output arxml file against the required schema.

I know people are using autosarfactory to create the DEXT extract and so it works for the people.

nithinvelupur commented 2 months ago

@nithinvelupur Currently, there is no explicit schema validation done. But, the model is 1:1 representation of the schema and hence if required, you could validate the output arxml file against the required schema.

I know people are using autosarfactory to create the DEXT extract and so it works for the people.


Thanks. Will post an issue, IF any.

girishchandranc commented 2 months ago

@nithinvelupur sure.. Hope this tool helps you. Please feel free to post issue if you find. Thanks!

nithinvelupur commented 2 months ago

NP. I am currently unable to find any 'check' rules for such ARXML schema validation. Do you know where exactly I can get that? I will try to contribute to your repo with possibly a checker module.

If that's OK with you.