ES-DOC / esdoc-questionnaire

ES-DOC Questionnaire (webform generator for creating CIM Documents). POC: @allynt
Other
2 stars 1 forks source link

Add support for cardinality for non-relationship properties. #429

Closed allynt closed 7 years ago

allynt commented 8 years ago

Add support for cardinality for non-relationship properties.

Currently the cardinality of standard properties is only set during ontology registration for relationship properties. CIM2 encodes this for every type of property, therefore the Q should do the same.

allynt commented 7 years ago

cardinality does get parsed into QXML, but I don't use it in the customizer for anything other than relationship fields yet.

allynt commented 7 years ago

As part of this ticket, I should stop using the "is_multi" attribute in QXML and derive it from the existing "cardinality" element.

allynt commented 7 years ago

This is covered by #62. Closing as a duplicate.