HiltonRoscoe / SchematronMD

Schematron rule generator for MagicDraw MDA
MIT License
0 stars 0 forks source link

Rules that satisfy parent must satisfy children #1

Open JDziurlaj opened 5 years ago

JDziurlaj commented 5 years ago

Rules that satisfy the child class, such as a reference from a composing GpUnit, must also satisfy that predicate in the child class. This will likely require storing all the XPath expressions for each class and concatenating them in the case of parent/child relationships.